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

Litter moving but leaving a tag #45

Open
Wolphin5 opened this issue Nov 5, 2022 · 2 comments
Open

Litter moving but leaving a tag #45

Wolphin5 opened this issue Nov 5, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Wolphin5
Copy link

Wolphin5 commented Nov 5, 2022

Describe the bug
Version: 0.9.27.15033
When items are dropped on the ground, they are cleaned up as normal, but there is a new tracing system, similar to the way the build items are when there is none in the inventory. I was not able to find a way to release the trace of them, even though the items are no longer there! Note: this trace does stick around following an exit and relaunch.

To Reproduce
Steps to reproduce the behaviour:

  1. Open inventory
  2. Drop something onto the ground and allow it to be cleaned up.
  3. The items are cleaned up but the trace is left behind.

Expected behavior
A clear and concise description of what you expected to happen.
The traces for the Litter should not be showing up once the items are cleaned up.

Workaround
To prevent this issue from occurring, I have disabled the Litter collection function of the plugin.
Set SendLitterToLogisticsNetwork to False

Screenshots
If applicable, add screenshots to help explain your problem.
(I don't have screenshot of it)

Mods installed

  • If you're using r2modman you can go to "Settings" and click "Export profile as a code". Include the code in here code is j44Tj7BVkl
  • Otherwise just list the names of the mods you have installed

Extra
Bonus points if you include the save and mod save files to make reproducing easier. These can be found in Documents\Dyson Sphere Program\Save
Gamesave is too big to attach, so have created a OneDrive link to the ZIP file; will be active till Dec 4. https://1drv.ms/u/s!Aoh2uloq1blDg4wJnD-N_PrScxHcAQ?e=wsu2Uu

@Wolphin5 Wolphin5 added the bug Something isn't working label Nov 5, 2022
@starfi5h
Copy link

The solution is to change this line to GameMain.data.trashSystem.RemoveTrash(index); so warning icon can be removed.
https://github.com/mattsemar/dsp-personal-logistics/blob/main/PlayerInventory/TrashHandler.cs#L102
The fix has been added in ModFixerOne plugin.

@mikeloeven
Copy link

Tried mod fixer one seems to prevent new litter tags but does nothing to purge the bugged litter tags already present this is becoming a critical issue on account of the sheer HUD clutter and needs a fix ASAP

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

3 participants