-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
S2 Hyperdrive refuelling keeps adding up to the weight of hyperdrive equipment and ship total. #6089
Comments
This weight issue also affects my bug 6090 |
Does somebody know a workaround with the Lua console? If I try: player = require"Game".player
player:GetInstalledHyperdrive().mass = 12
player:UpdateEquipStats() the (equipment-)mass of the Hyperdrive changes, but not the "All-up weight" (see ship stats) of the ship ... |
I am not able to reproduce this bug on current master. A savefile before and after a hyperjump which demonstrates this bug is needed to be able to determine its cause. Additionally, you should provide your |
I see the same effects. Here are my two savefiles (one direct before and one direct after a hyperjump).
The Hyper-fuel left the tank but the mass stays in the hyperdrive ?! Files: Some screenshots: The stderr-output was
|
To add to luchr comment, output.txt: Save files before, after: Hyperdr__00_AFTER.txt
|
I am completely unable to reproduce this on latest master, even with the provided savefiles. Please try installing a build from a recent CI run, e.g. this one and make sure you're doing a clean install (i.e. remove all old game files before installing the new version). If you're still able to reproduce the above behavior on that build, I'm a bit stumped as to what's responsible. |
For me the problem does not occur in the master version f4c096f. Update: |
Indeed it was - thanks for confirming! Closing this issue as resolved; we'll be publishing a hotfix release at some point soon with the accumulated fixes in it. |
Observed behaviour
When i refuell my Hyperdrive to travel in hyperspace, the weight of the fuel is added up to the weight of the hyperdrive equipment and to the weight of the ship. The increased weight of the ship makes it to have slower acceleration and travel time between in system stations as if a larger ship. Observed on S2 and S3 hyperdrives.
Expected behaviour
When i hyperspace and use the fuel of the hyperdrive, the weight of the equipment should be decreased.
Steps to reproduce
Multiple hyperspace jumps with refuelling.
Workaround
Buy a new S2 Hyperdrive.
My pioneer version (and OS):
20250302 (586b518master)
Fedora 41 workstation
Screenshots


The text was updated successfully, but these errors were encountered: