Page 1 of 1

Change capacity tanker for liquid

Posted: Sun Aug 24, 2014 3:39 pm
by Airat9000
let's say I want to change the original from 2500 to 40000, etc.

Re: Change capacity tanker for liquid

Posted: Fri Aug 29, 2014 6:11 pm
by Kalumniatoris
I understand you mean tanks, cause I don't remember any tankers in this game. (And it's unlikely that they added that in last update) (There also is possibility that you mean tankers from one of mod (that I'm not aware of) but then you should mention that in your post)

It's in node fluid_box of tank, parameter base_area,

Code: Select all

fluid_box =
    {
      base_area = 250,
.....
(It's in file /data/base/prototypes/entity/entities.lua, but I don't recommend editing, just for view)
so if you are making your own tanks you need to edit that to decide about capacity, if you want to edit capacity of existing one, you need to override that.