FlipFloppy wrote: ↑Fri Apr 17, 2020 11:47 am
Squall, check to see if gas bottles have more values than other resources. This would explain why the gas collector only collects 1 bar, ejects the bottle, starts a new bottle, collects only 1 bar, and so on.
With other resources, the table checks the collection timer or something (I don't know, I'm just trying to explain what I think is going on here), when this timer finishes to collect 1 "bar", it produces 1 full resource instead. With gas bottle, 1 full resource is 1 bottle, not 1 bottle with all five bars filled. With other resources, when a resource is "ejected" from the harvester and then put in a storage plug, it can't do it with an incomplete resource. With the gas collector, it can do it with a partially filled bottle. I'm thinking that the code in the table doesn't account for that difference between gas bottles and other resources.
I don't make tables so I couldn't help with the the code.
actually the bottle is equal to 5 times of 138600 (which is for a canister, a stack of resource (138600))
the main script for massive resource, instant canister always apply 138600 on anything that shared the opcode
including crafting, printing, i was able to exclude them from breaking printing, gas bottle collect and anything that cause problem by enabling this cheat.
but since 1.10.x.x update, im no longer able to exclude them, ran out of idea, because in Unreal Engine game, almost anything in game shared the one single opcode, which can be difficult to cheat.
gas bottle always stay at bar 1 because it always write 138600, will not increase more than 1 bar
printers can crash by printing some stuff
unfortunately I couldn't figure out a new solution for this, you should only enable massive resource while harvesting resource out there, disable when you do stuff in the base.
currently only Massive Resource and Instant Canister can cause some problem,
leaving Infinite Oxygen enable is fine.
jetpack fuel shared the same opcode as well, but fortunately there's other opcode access jetpack fuel exclusively, so I'm able to make it separate cheat option without breaking more stuff