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

Weight doesn't go down #54

Open
luckibravou opened this issue Jan 3, 2024 · 2 comments
Open

Weight doesn't go down #54

luckibravou opened this issue Jan 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@luckibravou
Copy link

Weight doesn't go down whenever I drop off items in the red locker inside the ship, so it keeps adding up if I store it and pick it up again (doesn't matter if "no weight" is on or off). Encountered this on the newest version 1.1.8.
ApplicationFrameHost_mjCRmScW8B

@Patrik91
Copy link

Patrik91 commented Jan 4, 2024

Hacky way for now if you don't wish to use the "No Weight" function and this is bothering you.

Add
if (Settings.Instance.settingsData.b_RemoveWeight)
before line
__instance.carryWeight = oWeight; (52. in newest source)
in Patches.cs.

If you toggle "No Weight" on, it's going to be broken again.

@AnonGajo AnonGajo added the bug Something isn't working label Jan 6, 2024
@Toaaa
Copy link
Collaborator

Toaaa commented Jan 22, 2024

Hacky way for now if you don't wish to use the "No Weight" function and this is bothering you.

Add if (Settings.Instance.settingsData.b_RemoveWeight) before line __instance.carryWeight = oWeight; (52. in newest source) in Patches.cs.

If you toggle "No Weight" on, it's going to be broken again.

Will be fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants