- Feb 3, 2020
- 144
- 140
It's integrated in the game now. "Options" IIRC.is the cheats module version independent or does it need to be updated. also link for cheats module got removed from OP
It's integrated in the game now. "Options" IIRC.is the cheats module version independent or does it need to be updated. also link for cheats module got removed from OP
Cheats are now a default option in the game, the newest version does not need the added cheat module and so I removed it to avoid conflicts if it was added to newer versions of the game.is the cheats module version independent or does it need to be updated. also link for cheats module got removed from OP
I understand it can be frustrating, but as you pointed out it`s a solution to prevent people accidentally loading saves from an older version. My intention is that once things have settled down and I don`t need to add so many new stats to track, that saves will then be compatible between a handful of releases. For now though with a lot of new ideas and features being added in each release it's simpler to have players start fresh. The cheat options do allow some amount of skipping early content, such as getting things unlocked.Definitely looking forward to when the game engine mechanics stabilize, and you don't start from scratch every time.
I take it that in the meantime you are forcibly changing the save folder location each release? It's not like my old saves don't load, it's that literally the game can't see any of them.
It's a succinct solution to prevent people from complaining their saves don't work. lol
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/core/House/kitchen.rpy", line 146, in script
python:
File "game/core/House/kitchen.rpy", line 148, in <module>
did_event_trigger = sisterEventThreeTriggerCheck()
File "game/functional/Functions/Event trigger functions.rpy", line 154, in sisterEventThreeTriggerCheck
event_trigger = math.floor(random.uniform(0, 1/(1-event_chance)))
ZeroDivisionError: float division by zero
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/core/House/kitchen.rpy", line 146, in script
python:
File "I:\jocs h\2024\juliol\Earths Last Guardian -0.1.4\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "I:\jocs h\2024\juliol\Earths Last Guardian -0.1.4\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/core/House/kitchen.rpy", line 148, in <module>
did_event_trigger = sisterEventThreeTriggerCheck()
File "game/functional/Functions/Event trigger functions.rpy", line 154, in sisterEventThreeTriggerCheck
event_trigger = math.floor(random.uniform(0, 1/(1-event_chance)))
ZeroDivisionError: float division by zero
Windows-10-10.0.19041 AMD64
Ren'Py 8.1.3.23091805
Earth's Last Guardian 0.1.4
Sun Jul 14 23:13:03 2024
I see what is causing this, but it will take some time to fix. For now if you open the console and type: jump sister_story_3I have error:
When try to meet sister in kitchen in mornig for progress in story.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/core/House/kitchen.rpy", line 146, in script python: File "game/core/House/kitchen.rpy", line 148, in <module> did_event_trigger = sisterEventThreeTriggerCheck() File "game/functional/Functions/Event trigger functions.rpy", line 154, in sisterEventThreeTriggerCheck event_trigger = math.floor(random.uniform(0, 1/(1-event_chance))) ZeroDivisionError: float division by zero -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/core/House/kitchen.rpy", line 146, in script python: File "I:\jocs h\2024\juliol\Earths Last Guardian -0.1.4\renpy\ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "I:\jocs h\2024\juliol\Earths Last Guardian -0.1.4\renpy\python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/core/House/kitchen.rpy", line 148, in <module> did_event_trigger = sisterEventThreeTriggerCheck() File "game/functional/Functions/Event trigger functions.rpy", line 154, in sisterEventThreeTriggerCheck event_trigger = math.floor(random.uniform(0, 1/(1-event_chance))) ZeroDivisionError: float division by zero Windows-10-10.0.19041 AMD64 Ren'Py 8.1.3.23091805 Earth's Last Guardian 0.1.4 Sun Jul 14 23:13:03 2024
They skip their turn? or it gets stuck?Just tried new update I think something is going on, I don't get exception but the enemies don't attack 1/4 and more of the time
i noticed that as well. nothing is stuck, they just dont do anything. you can attack them over and over and they sometimes just dont hit backThey skip their turn? or it gets stuck?
I see the issue, I will add the fix to the patch I am making.i noticed that as well. nothing is stuck, they just dont do anything. you can attack them over and over and they sometimes just dont hit back
Skip there turn and when they attack isn't any damage doneThey skip their turn? or it gets stuck?
The damage being zero is due to enemies having low attack (even lower if difficulty is set to easy or very easy), combat is going to be a focus for 0.2.x to 0.3.0. As it is now it's very tedious and boring, hopefully things will improve during those updates. The latest patch should fix them not fighting at all, after adding the culling strike passive it caused a previously mismatched indentation in the code to cause problems.Skip there turn and when they attack isn't any damage done
Thank you is it on Mega alreadyThe damage being zero is due to enemies having low attack (even lower if difficulty is set to easy or very easy), combat is going to be a focus for 0.2.x to 0.3.0. As it is now it's very tedious and boring, hopefully things will improve during those updates. The latest patch should fix them not fighting at all, after adding the culling strike passive it caused a previously mismatched indentation in the code to cause problems.
Yes, the patch is on Mega and pixeldrainThank you is it on Mega already
I will look into this now.I'm having issues advancing Zlata's storyline. It advises to kill drakes in the dungeon, but I've killed about 50 of the damn things, and gotten Lathian's Bow, but it's still not advancing.
Is there another trigger for this?
View attachment 3832264