Jump to content

Lumber disappears after 100 ton stacking


Ehmaijeks
  • Branch: Preview Branch Version: Windows Fixed

Lumber starts disappearing after dropping/stacking it on a single tile past 100 tons. It does not start showing more stacks of lumber (compared to having multiple tons of regolith).

The environment  was in a vacuum, the lumber dropped by a conveyor chute and swept by sweepers to be delivered to the ethanol distillers.

As the dupes delivered to the conveyor loader to have it dropped from the chute, whenever the stack got "past" 100 tons, if the sweeper picked up from the stack, the amount of lumber would start to decrease from 100 tons, not as if there was more than 100 tons or that there were multiple stacks.

20190714165931_1.jpg


Steps to Reproduce
Have item stacked/dropped on a single tile "past" 100 tons, then immediately have items used for other purposes



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

Not just lumber. Any countable debris such as seeds and fiber. Deletion occurs when debris is combined above 100t.

A quick demonstration:

lumberdeleter.sav

Edited by nakomaru

Share this comment


Link to comment
Share on other sites

Here's a gif to make it easier.

4.gif

You can't see from the gif, but there is no other debris pile that forms.

All items have a 100t limit.

4.gif.0bf30b44c3b6e09ca79dc96e5667511b.gif

Edited by nakomaru

Share this comment


Link to comment
Share on other sites

This also makes warning in output_log.txt:
"{0} is getting an abnormal mass set {1}."

I believe setting maxStackSize to something other than float.Max also for EntitySplitter, similar to ElementSplitterComponents 25t might be the solution as CanFirstAbsorbSecond() will then return false.

 

EntitySplitter.maxStackSize = 3.40282347E+38f;
ElementSplitterComponents.MAX_STACK_SIZE = 25000f;
PrimaryElement.MAX_MASS = 100000f;

 

  • Thanks 1

Share this comment


Link to comment
Share on other sites

Very nearly 'deleted' 250t of Lumber today in mass sweeping... realised this bug after only losing 50t or so...

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...