For now I'm keeping this as it is, I have done some tests and I could enable the weapon damage bonus for melee/simple attacks only, but then people would lose motivation to use skills...
Cursed Lands version 1.0.13 (full content)
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Cursed Lands version 0.9.6 (full content)
I fixed all the bugs, regarding Nuala's damage it's as I suspected: the weapon damage gets added to the value. So if she does 12dmg with her weapon, with a weapon +7 damage (5 dmg + 7 weapon), it was still doing 9 dmg (2 + 7 dmg bonus of the weapon). It correctly says that in the log itself but yesterday somehow I missed it (too tired!)
For now I'm keeping this as it is, I have done some tests and I could enable the weapon damage bonus for melee/simple attacks only, but then people would lose motivation to use skills...
at least it's not a bug in this case.
For now I'm keeping this as it is, I have done some tests and I could enable the weapon damage bonus for melee/simple attacks only, but then people would lose motivation to use skills...
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: Cursed Lands version 0.9.7 (full content)
You can easily max Karen without gathering a full team now.
- Winkie22
- Young scout
- Posts: 38
- Joined: Tue Apr 11, 2017 2:26 am
Re: Cursed Lands version 0.9.7 (full content)
i have gotten all of jaspers cgs but bonus pin up achievements don't work. i'm getting them in game but not in the achievement gallery
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: Cursed Lands version 0.9.7 (full content)
Right, the only achievements I haven't tested are Jasper's. Everything else worked at some point in time. 
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
-
Akar Dorn
- Young scout
- Posts: 28
- Joined: Wed Nov 01, 2017 9:37 pm
Re: Cursed Lands version 0.9.7 (full content)
Two situations:
1) Enok is rejected before "swimming in the pond", Sylrissa is in romance.
2) Similar for Enok, Sylrissa is rejected during jealousy scene.
In both cases I've got dialog when they both swimming in the pond and asking MC to choose one of them.
1) Enok is rejected before "swimming in the pond", Sylrissa is in romance.
2) Similar for Enok, Sylrissa is rejected during jealousy scene.
In both cases I've got dialog when they both swimming in the pond and asking MC to choose one of them.
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Cursed Lands version 0.9.7 (full content)
Do you have a save (or more than one) when that happens? thanks 
-
Akar Dorn
- Young scout
- Posts: 28
- Joined: Wed Nov 01, 2017 9:37 pm
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Cursed Lands version 0.9.8 (full content)
The saves were useful, I believe I tested all the possible cases, romancing one of the two, rejecting one of the two, romancing both, accepting both. Now the forced choice won't show up randomly anymore. Just update the game with also some other minor bugfixes 
- SimonStardust
- Woods ranger
- Posts: 113
- Joined: Sat Sep 22, 2012 5:41 pm
- Location: Germany
Re: Cursed Lands version 0.9.8 (full content)
Came across this one when ending day 75. It won't let me play past that point.
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 485, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/gameflow.rpy", line 448, in execute
File "game/gameflow.rpy", line 448, in execute
File "game/gameflow.rpy", line 514, in execute
File "game/gameflow.rpy", line 515, in execute
File "game/gameflow.rpy", line 515, in <module>
File "game/gameflow.rpy", line 348, in WhereToGo
NameError: global name 'sylrissa_pond_choice' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/gameflow.rpyc", line 425, in script
����J��=&��5<�zV�����_��M<�"��@�ߐ�߹D�I����M�R$��$Q_�;^%$j�� �P���|R��mg�D�K�ԙ^
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/ast.py", line 1801, in execute
self.call("execute")
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/ast.py", line 1789, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/statements.py", line 169, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 485, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/exports.py", line 2655, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/core.py", line 2624, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/core.py", line 2999, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/core.py", line 511, in visit_all
d.visit_all(callback)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/core.py", line 511, in visit_all
d.visit_all(callback)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/core.py", line 511, in visit_all
d.visit_all(callback)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/screen.py", line 401, in visit_all
callback(self)
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/core.py", line 2999, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/screen.py", line 411, in per_interact
self.update()
File "/home/simon/Downloads/cursed-lands-full (1)/renpy/display/screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/gameflow.rpy", line 448, in execute
File "game/gameflow.rpy", line 448, in execute
File "game/gameflow.rpy", line 514, in execute
File "game/gameflow.rpy", line 515, in execute
File "game/gameflow.rpy", line 515, in <module>
File "game/gameflow.rpy", line 348, in WhereToGo
NameError: global name 'sylrissa_pond_choice' is not defined
Linux-4.9.76-1-MANJARO-x86_64-with-glibc2.2.5
Ren'Py 6.99.14.1.3218
0.9.8
Wed Mar 7 21:54:14 2018
Beware! Peerons ahead! xD
