NokiMo
Victorius
Victorius

patreon


0.2.1c patch

Hello everyone.

I'm here with a new patch for you. It fixes the biggest issue now - tasks giving errors. I'm sorry about this error. It was a simple oversight.

The code was supposed to look like this:

self.tasks[person] = Task(name, duration, function, label, location, skip_function, args, kwargs, updateFromVariable)

Looked like this:

self.tasks[person] = Task(name, duration, function, label, location, skip_function, updateFromVariable, args, kwargs)

As you might have noticed from the name, the issue was the updating of tasks. Before if you took tasks they will not update before you finish them, and then tell the girl to do it again (auto-repeat never updated). I noticed this issue after one of you reported an issue that was fixed in a prior patch. So I stopped 0.2.1b upload, added update in-progress tasks functionality, tested if game loads with no errors (update is triggered only on load), recompiled 0.2.1b with this, and uploaded. The problem was sadly not in the update function itself, so it didn't raise an error when loading.

Full 0.2.1c versions are uploading, for now here's a patch attached to address the reported issues. If you used the 'ignore' button after the error, I suggest loading a save before you ignored it. If you did so with Alice's get combat gear task - ignore would corrupt your deck.

If you find any more bugs/errors please report them in any way. I usually fix the issues within an hour of getting them, and if it's game-breaking if possible I provide a hotfix before the whole patch is ready.


Changelog:


Related Creators