Page 1 of 1

Vehicle acceleration modifier

Posted: Sun Jun 04, 2017 10:31 am
by evildogbot100
Where do I tweak vehicle acceleration variable for each fuel?

Re: Vehicle acceleration modifier

Posted: Sun Jun 04, 2017 11:41 am
by Pandemoneus

Code: Select all

data.raw.item["rocket-fuel"]["fuel_acceleration_multiplier"] = 1.8
and

Code: Select all

data.raw.item["rocket-fuel"]["fuel_top_speed_multiplier"] = 1.15
. Change "rocket-fuel" to whatever fuel you want to change.

Re: Vehicle acceleration modifier

Posted: Sun Jun 04, 2017 11:55 am
by evildogbot100
How if I want to fill up vehicle energy with a type of fuel? Like electric train but uses rocket fuel acceleration bonus.

Re: Vehicle acceleration modifier

Posted: Sun Jun 04, 2017 12:14 pm
by Pandemoneus
I don't think that's possible, but don't quote me there. Burner fuel sources are different from electric energy sources.