Skip to content
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

Combat buttons not showing up properly #716

Open
LittlePox opened this issue Nov 13, 2023 · 2 comments
Open

Combat buttons not showing up properly #716

LittlePox opened this issue Nov 13, 2023 · 2 comments

Comments

@LittlePox
Copy link

Load this progress file and embark your travel; randomly walk until you start a fight. You'll notice you can't eat cured meat although there are plenty of them; you can't use the shield button either. Sometimes you can't even punch; that's the only way you can do damage.
save.txt

@MikeRosoft
Copy link

MikeRosoft commented Dec 2, 2023

When I base64-decode the save file, I see the following:

"cooldown": {
    "eat": -558.5,
    "shld": -550.5,
    "leaveBtn": -555.5
},

Looks like the same bug that I am having: I am unable to use meds or eat meat in combat. Save file here; when I decode my save file, I get the following:

"cooldown": {
    "attack_iron-sword": -0.5,
    "attack_steel-sword": -0.5,
    "eat": -261.5,
    "meds": -242,
    "continue": -663.5,
    "loot_takeEverything": -442,
    "gatherButton": 53.5,
    "trapsButton": 85.5
},

Apparently something has gone wrong with the cooldowns. I could cheat by removing the broken cooldowns and re-encoding the JSON document back into base64; but it's likely that the error could occur again in the future.

  • Follow-up: I have removed the negative cooldowns from the save and reloaded it, which fixed the error.

@keventhen4
Copy link

Is there any specific way to replicate this issue? Providing more info may help people fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants