You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iffy about calling this a bug, but in the (unlikely) event that any hack's stored value type is changed, the game will crash every time you start it unless you manually remove the old value from the save file.
won't be an actual problem unless such a change actually happens though, but it's not impossible
Expected Behavior
the game shouldn't crash, and the invalid saved value should probably be erased
How to reproduce
again iffy about calling this a bug because you'll never encounter this unless you're actually developing hacks but
add a bool-type hack
run the game so that a value is assigned to it and is saved
change the hack's type to float
run the game again
Mods Installed
devtools and prism menu
Crash Logs
crash occurs in the JSON parser, in any of the as_[type] functions
Additional Context
No response
The text was updated successfully, but these errors were encountered:
There isn't really any functionality of "transitioning" hack types over, as I never intended to switch hack types.
I could implement a check where it checks if the type is invalid, and if it is, reset to default value, although this is very unlikely to happen unless someone or I wants to change the hack type to something else.
Platform
Windows
Version
live build (as of 2/24 7pm)
Describe the bug
iffy about calling this a bug, but in the (unlikely) event that any hack's stored value type is changed, the game will crash every time you start it unless you manually remove the old value from the save file.
won't be an actual problem unless such a change actually happens though, but it's not impossible
Expected Behavior
the game shouldn't crash, and the invalid saved value should probably be erased
How to reproduce
again iffy about calling this a bug because you'll never encounter this unless you're actually developing hacks but
bool
-type hackfloat
Mods Installed
devtools and prism menu
Crash Logs
crash occurs in the JSON parser, in any of the
as_[type]
functionsAdditional Context
No response
The text was updated successfully, but these errors were encountered: