adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 b27fa89 169/237: FIXED Erek


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 b27fa89 169/237: FIXED Erek's dialogue (I hope)
Date: Mon, 25 Jul 2016 18:15:09 +0000 (UTC)

tag: Release_0-3-1
commit b27fa898ad4b7bfc0a20968d6fa0719ed5d751e4
Author: adondev <adondev>
Commit: adondev <adondev>

    FIXED Erek's dialogue (I hope)
    IMPROVED docs a little
---
 INSTALL                         |   15 +-
 README                          |   14 +-
 scripts/dialogues/erek_start.py |  354 ++++++++++++++++++++-------------------
 3 files changed, 192 insertions(+), 191 deletions(-)

diff --git a/INSTALL b/INSTALL
index c4d26c4..4b8b303 100755
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,10 @@
 Requirements:
 =============
-You require to have the adonthell game engine version 0.3 running.
-The configure script will check this for you, but you can check 
-whether you're ok or not by typing:
-$>adonthell -v
+To install the Waste's Edge data package you need to have the adonthell 
+game engine version 0.3 installed. The configure script will check this 
+for you, but you can check can check whether you're ok or not by typing:
+
+$> adonthell -v
 
 This should print '0.3' and exit.
 
@@ -13,12 +14,12 @@ Installing:
 
 In the toplevel wastesedge-0.3 directory type
 
-$>./configure
-$>make
+$> ./configure
+$> make
 
 and (as root)
 
-$>make install
+$> make install
 
 For more information, see the README file.
 
diff --git a/README b/README
index 1d750e0..87e647b 100755
--- a/README
+++ b/README
@@ -20,6 +20,7 @@ Installation:
 =============
 
 See the INSTALL file for details.
+
 Note that this package is designed to run along with the adonthell
 game engine version 0.3. Therefore, you need it installed or you'll
 be stuck at configure time. If you don't have it, download it from
@@ -35,10 +36,6 @@ shell script named 'adonthell-wastesedge' that will do the 
work for
 you.
 
 
-The Story So Far:
-=================
-
-
 Release Notes:
 ==============
 
@@ -54,7 +51,7 @@ internals enable us to create a basic plot, so v0.3 is 
actually
 playable!
 
 You're greatly invited to report us bugs, problems, or anything you
-think we should now. Any feedback is appreciated, so don't hesitate!
+think we should know. Any feedback is appreciated, so don't hesitate!
 
 
 Contact:
@@ -73,9 +70,10 @@ Reporting Bugs:
 
 We hope you'll never have to, but if you discover a problem, we
 would like to hear about it. Please use the Development mailing list
-(address@hidden) for that. You can 
-subscribe to the mailing lists at 
-http://savannah.gnu.org/mail/?group_id=702
+(address@hidden) for that. 
+
+You can subscribe to the mailing lists at
+    http://savannah.gnu.org/mail/?group_id=702
 
 
 Thank you for trying this software.
diff --git a/scripts/dialogues/erek_start.py b/scripts/dialogues/erek_start.py
index 6dc8803..56b449b 100755
--- a/scripts/dialogues/erek_start.py
+++ b/scripts/dialogues/erek_start.py
@@ -77,19 +77,15 @@ class erek_start:
                                self.player.append (43)
                                self.cont.append (30)
                        self.player.append (-1)
-               elif self.the_npc.get_val ("apologise") == 0 and 
self.the_npc.get_val ("work_4_shair") != 0 and 
adonthell.gamedata_get_quest("demo").get_val ("work_4_shair") > 0:
-
-                       self.color = 0
-                       self.npc.append (45)
-                       self.cont.append (31)
-                       self.player.append (-1)
                elif self.the_npc.get_val ("work_4_shair") == 0 and 
adonthell.gamedata_get_quest("demo").get_val ("work_4_shair") > 0:
 
                        self.color = 0
                        self.npc.append (49)
                        self.cont.append (34)
+                       self.the_npc.set_val ("work_4_shair" , 1)
+
                        self.player.append (-1)
-               else:
+               elif self.the_npc.get_val ("apologise") == 1:
 
                        self.color = 0
                        self.npc.append (112)
@@ -97,176 +93,12 @@ class erek_start:
                        self.the_npc.set_val ("apologise" , 0)
 
                        self.player.append (-1)
+               else:
 
-       def answer112 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (113)
-               self.cont.append (-1)
-               self.player.append (115)
-               self.cont.append (74)
-               self.player.append (-1)
-
-       def answer115 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (114)
-               self.cont.append (73)
-               self.player.append (-1)
-
-       def answer114 (self):
-               self.color = 0
-               self.npc.append (102)
-               self.cont.append (66)
-               self.player.append (-1)
-
-       def answer102 (self):
-               self.color = 0
-               self.npc.append (103)
-               self.cont.append (67)
-               self.player.append (-1)
-
-       def answer103 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (104)
-               self.cont.append (-1)
-               if adonthell.gamedata_get_quest("demo").get_val 
("gem_worthless") < 2:
-                   adonthell.gamedata_get_quest("demo").set_val 
("gem_worthless" , adonthell.gamedata_get_quest("demo").get_val 
("gem_worthless") + 2)
-
-               self.player.append (106)
-               self.cont.append (-1)
-               if adonthell.gamedata_get_quest("demo").get_val 
("convince_jelom") == 1:
-
-                       self.player.append (105)
-                       self.cont.append (68)
-               self.player.append (-1)
-
-       def answer105 (self):
-               adonthell.gamedata_get_quest("demo").set_val ("convince_jelom" 
, 2)
-
-               self.color = self.the_npc.get_color()
-               self.npc.append (117)
-               self.cont.append (-1)
-               self.player.append (-1)
-
-       def answer106 (self):
-               pass
-
-       def answer49 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (50)
-               self.cont.append (-1)
-               self.player.append (51)
-               self.cont.append (35)
-               self.player.append (52)
-               self.cont.append (36)
-               self.player.append (-1)
-
-       def answer52 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (54)
-               self.cont.append (-1)
-               self.player.append (55)
-               self.cont.append (37)
-               self.player.append (56)
-               self.cont.append (38)
-               self.player.append (-1)
-
-       def answer56 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (57)
-               self.cont.append (39)
-               self.player.append (-1)
-
-       def answer57 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (58)
-               self.cont.append (-1)
-               self.player.append (59)
-               self.cont.append (40)
-               self.player.append (63)
-               self.cont.append (43)
-               self.player.append (-1)
-
-       def answer63 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (64)
-               self.cont.append (44)
-               self.player.append (-1)
-
-       def answer64 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (120)
-               self.cont.append (-1)
-               self.player.append (65)
-               self.cont.append (45)
-               self.player.append (-1)
-
-       def answer65 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (66)
-               self.cont.append (46)
-               self.player.append (-1)
-
-       def answer66 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (67)
-               self.cont.append (-1)
-               self.player.append (68)
-               self.cont.append (47)
-               self.player.append (-1)
-
-       def answer68 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (69)
-               self.cont.append (48)
-               self.player.append (-1)
-
-       def answer69 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (70)
-               self.cont.append (49)
-               self.player.append (-1)
-
-       def answer70 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (61)
-               self.cont.append (-1)
-               self.player.append (-1)
-
-       def answer59 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (60)
-               self.cont.append (41)
-               self.player.append (-1)
-
-       def answer60 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (61)
-               self.cont.append (-1)
-               self.player.append (-1)
-
-       def answer55 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (62)
-               self.cont.append (42)
-               self.player.append (-1)
-
-       def answer62 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (58)
-               self.cont.append (-1)
-               self.player.append (59)
-               self.cont.append (40)
-               self.player.append (63)
-               self.cont.append (43)
-               self.player.append (-1)
-
-       def answer51 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (53)
-               self.cont.append (-1)
-               self.player.append (55)
-               self.cont.append (37)
-               self.player.append (-1)
+                       self.color = 0
+                       self.npc.append (45)
+                       self.cont.append (31)
+                       self.player.append (-1)
 
        def answer45 (self):
                self.color = self.the_npc.get_color()
@@ -417,6 +249,38 @@ class erek_start:
                self.cont.append (66)
                self.player.append (-1)
 
+       def answer102 (self):
+               self.color = 0
+               self.npc.append (103)
+               self.cont.append (67)
+               self.player.append (-1)
+
+       def answer103 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (104)
+               self.cont.append (-1)
+               if adonthell.gamedata_get_quest("demo").get_val 
("gem_worthless") < 2:
+                   adonthell.gamedata_get_quest("demo").set_val 
("gem_worthless" , adonthell.gamedata_get_quest("demo").get_val 
("gem_worthless") + 2)
+
+               self.player.append (106)
+               self.cont.append (-1)
+               if adonthell.gamedata_get_quest("demo").get_val 
("convince_jelom") == 1:
+
+                       self.player.append (105)
+                       self.cont.append (68)
+               self.player.append (-1)
+
+       def answer105 (self):
+               adonthell.gamedata_get_quest("demo").set_val ("convince_jelom" 
, 2)
+
+               self.color = self.the_npc.get_color()
+               self.npc.append (117)
+               self.cont.append (-1)
+               self.player.append (-1)
+
+       def answer106 (self):
+               pass
+
        def answer99 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (107)
@@ -585,6 +449,144 @@ class erek_start:
        def answer71 (self):
                pass
 
+       def answer112 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (113)
+               self.cont.append (-1)
+               self.player.append (115)
+               self.cont.append (74)
+               self.player.append (-1)
+
+       def answer115 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (114)
+               self.cont.append (73)
+               self.player.append (-1)
+
+       def answer114 (self):
+               self.color = 0
+               self.npc.append (102)
+               self.cont.append (66)
+               self.player.append (-1)
+
+       def answer49 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (50)
+               self.cont.append (-1)
+               self.player.append (51)
+               self.cont.append (35)
+               self.player.append (52)
+               self.cont.append (36)
+               self.player.append (-1)
+
+       def answer52 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (54)
+               self.cont.append (-1)
+               self.player.append (55)
+               self.cont.append (37)
+               self.player.append (56)
+               self.cont.append (38)
+               self.player.append (-1)
+
+       def answer56 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (57)
+               self.cont.append (39)
+               self.player.append (-1)
+
+       def answer57 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (58)
+               self.cont.append (-1)
+               self.player.append (59)
+               self.cont.append (40)
+               self.player.append (63)
+               self.cont.append (43)
+               self.player.append (-1)
+
+       def answer63 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (64)
+               self.cont.append (44)
+               self.player.append (-1)
+
+       def answer64 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (120)
+               self.cont.append (-1)
+               self.player.append (65)
+               self.cont.append (45)
+               self.player.append (-1)
+
+       def answer65 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (66)
+               self.cont.append (46)
+               self.player.append (-1)
+
+       def answer66 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (67)
+               self.cont.append (-1)
+               self.player.append (68)
+               self.cont.append (47)
+               self.player.append (-1)
+
+       def answer68 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (69)
+               self.cont.append (48)
+               self.player.append (-1)
+
+       def answer69 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (70)
+               self.cont.append (49)
+               self.player.append (-1)
+
+       def answer70 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (61)
+               self.cont.append (-1)
+               self.player.append (-1)
+
+       def answer59 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (60)
+               self.cont.append (41)
+               self.player.append (-1)
+
+       def answer60 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (61)
+               self.cont.append (-1)
+               self.player.append (-1)
+
+       def answer55 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (62)
+               self.cont.append (42)
+               self.player.append (-1)
+
+       def answer62 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (58)
+               self.cont.append (-1)
+               self.player.append (59)
+               self.cont.append (40)
+               self.player.append (63)
+               self.cont.append (43)
+               self.player.append (-1)
+
+       def answer51 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (53)
+               self.cont.append (-1)
+               self.player.append (55)
+               self.cont.append (37)
+               self.player.append (-1)
+
        def answer43 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (44)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]