Page 14 of 28

Re: Cursed Lands version 0.9.6 (full content)

Posted: Mon Mar 05, 2018 7:03 am
by jack1974
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... :lol: at least it's not a bug in this case.

Re: Cursed Lands version 0.9.7 (full content)

Posted: Mon Mar 05, 2018 9:28 am
by Franka
You can easily max Karen without gathering a full team now.

Re: Cursed Lands version 0.9.7 (full content)

Posted: Mon Mar 05, 2018 10:12 am
by Winkie22
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

Re: Cursed Lands version 0.9.7 (full content)

Posted: Mon Mar 05, 2018 10:17 am
by Franka
Right, the only achievements I haven't tested are Jasper's. Everything else worked at some point in time. :lol:

Re: Cursed Lands version 0.9.7 (full content)

Posted: Mon Mar 05, 2018 10:25 am
by jack1974
Franka wrote: Mon Mar 05, 2018 9:28 am You can easily max Karen without gathering a full team now.
Ah OK then on next update will reduce a bit (I wanted that achievement/scene to be harder to get than the others).
I'll check Jasper's achievement now :)

Re: Cursed Lands version 0.9.7 (full content)

Posted: Mon Mar 05, 2018 8:44 pm
by Akar Dorn
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.

Re: Cursed Lands version 0.9.7 (full content)

Posted: Mon Mar 05, 2018 10:55 pm
by jack1974
Do you have a save (or more than one) when that happens? thanks :)

Re: Cursed Lands version 0.9.7 (full content)

Posted: Tue Mar 06, 2018 8:06 am
by Akar Dorn
Sent.

Re: Cursed Lands version 0.9.8 (full content)

Posted: Tue Mar 06, 2018 10:01 am
by jack1974
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 :)

Re: Cursed Lands version 0.9.8 (full content)

Posted: Wed Mar 07, 2018 8:57 pm
by SimonStardust
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