RimWorld

RimWorld

XXL Storage Tanks
The Old One 30 Jan, 2024 @ 10:19pm
Feedback from GoG user
this is very nice and am very glad to see it

It wasn't working with the vats from Vanilla Nutrient Paste Expanded: Deep Vat so looked at the code and I see that the paste network isn't using the actually item for it's storage and you needed a catch for it to work, oh well

when I get more time I'll see if I can make it work with Deep Vat without needing to also include the def names of all the vats it adds first thought I had was to replace

if (thingDef.defName == "VNPE_NutrientPasteVat")

With

if (comp.pipeNet.resource.name == "NutrientPaste")
< >
Showing 1-5 of 5 comments
KahirDragoon  [developer] 31 Jan, 2024 @ 3:49am 
Hi, I dont know why i never thought of simply replacing the resource name instead of using the thing name in the if. Thats a far better way. Would catch much more. Im going to change that.
Thanks for the suggestion.
KahirDragoon  [developer] 31 Jan, 2024 @ 9:03am 
Changed it. Should now work better.
The Old One 31 Jan, 2024 @ 11:50am 
It now works with Vanilla Nutrient Paste Expanded: Deep Vat and More Hemogen Vats

I did find 2 mods that it still doesn't work with:

First: Ancient hydroponic farm facilities
It adds a network named "nutrient solution" with the item def being "HydroponicNutrientSolution"

Second: Vanilla Helixien Gas Expanded *
network name "Helixien gas" item def "VHGE_Helixien"
* With the way it hides the item form of the gas it's also possible that Stack XXL isn't changing the stack size so even with a case added it still might not work
KahirDragoon  [developer] 1 Feb, 2024 @ 9:44am 
Ok, added support for Ancient hydroponic farm facilities.

Im not sure about helixen gas. I tried it but i couldnt get the thing to spawn. So maybe its stack limit it really isnt changed by XXL Stacks or OgrStacks. Not much i can do then.
The Old One 1 Feb, 2024 @ 12:04pm 
I've only gotten helixen gas to spawn by having a project rimfactory drill put it directly on a belt and it despawned when the belt dropped it. There is code in Helixien Gas Expanded to destroy it if it ever is an item in the world and to hide it in the normal methods to scan the item list.

From my test with project rimfactory the belt does tell you how much of the item is on it and I couldn't get XXL Stacks or OgrStacks to change the limit of it on 1 piece of belt so expect that the code to hide it in item lists is hiding it from the stack changing mods so they don't know it's there to change.
< >
Showing 1-5 of 5 comments
Per page: 1530 50