-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always have a error when save #1
Comments
Strange. The field |
I succeeded to make it work when i commented out some related checks, but intelligence field left unedited. probably it is named incorrectly. |
What's the fix for intelligence field? I have the same problem preventing me from writing a new save file. Also I have some characters with 'feeling' and 'h degree' above 100 and this also presents a problem, though fixable by editing to be '100'. |
Still no fix. Broken editor. |
Use the python based one. It works but doesn't translate to English. You can translate online with a screenshot. Some minor changes are needed due to library changes. I will submit a merge request back to that version or you can let me know if you want the details here. Where you see msgpack.unpackdb in any of the files, encoding='ascii' needs to be replaced with raw=False, strict_map_key=False |
For me, commenting on the related check didn't help. @zer0250 in KoikatuGameSaveEditor.Entities -> Entities -> MaleCharacter.cs
to
Don't know how it works (due to @hozuki previous comment) or if it works in gameplay but the UI was fixed. |
Fixes hozuki#1 Thanks DawidKorach for the tip.
@DawidKorach Thanks, I confirmed that your patch works (went in-game and the Intelligence stat was changed correctly). PR submitted. |
so why is the code broken like it actually broke my game for a bit and i lost a lot of progress |
also it does not even say intelligence anymore so it comes up as an error |
@Death102 If you actually read the comment directly above yours, you would see that I already sent in a PR. |
Load a save date and even do nothing,there is always a error "There is no property called 'intelligence’. Cannot add new properties" when I try to save it.
The text was updated successfully, but these errors were encountered: