fluid questions...

Place to get help with not working mods / modding interface.
Post Reply
User avatar
aubergine18
Smart Inserter
Smart Inserter
Posts: 1264
Joined: Fri Jul 22, 2016 8:51 pm
Contact:

fluid questions...

Post by aubergine18 »

I'm doing a load of stuff with fluids at the moment, and I'm stumped on what the following prototype properties mean - any one know the answers?

fluid_box.base_area - I assume this means 'capacity' and defaults to 1?

fluid_box.base_level - seen on entities that produce or consume fluid, my guess is that -1 = input, 1 = output but no idea what anything between those values would be...?

flow_length_in_ticks - seen on storage tanks and a few other places, I have no idea what "flow length" means.

Any help greatly appreciated :)
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.

sore68
Fast Inserter
Fast Inserter
Posts: 123
Joined: Mon May 02, 2016 8:39 am
Contact:

Re: fluid questions...

Post by sore68 »

base area 1 = volume 10
if fluid tank base area 250 = 2.5k volume
normal iron pipe base area : 1 = volume : 10
I don't know it has Default


base level
code example - oil refinery

level -1 = input / 1 = output

Nexela
Smart Inserter
Smart Inserter
Posts: 1828
Joined: Wed May 25, 2016 11:09 am
Contact:

Re: fluid questions...

Post by Nexela »

This might help with base_level

viewtopic.php?f=25&t=2442&start=10

Post Reply

Return to “Modding help”