Name: Faster Locomotives
Description: Makes the locomotives faster.
License: WTF Liscense
Version: 1.0.0
Release: 2015-08-11
Tested-With-Factorio-Version: 0.12.3
Category: SimpleExtension
Tags: locomotive, faster
Download: On the bottom of the post
I've test multiple times with no wagons, still maxes out at 251.4 kph.HanziQ wrote:Wagons also limit maximum speed.
check list:bigyihsuan wrote:I've test multiple times with no wagons, still maxes out at 251.4 kph.HanziQ wrote:Wagons also limit maximum speed.
Code: Select all
data.raw.locomotive["diesel-locomotive"].max_speed = 2.4 -- should go about 500 without wagons
Did all three. Still at default speed.rk84 wrote:check list:bigyihsuan wrote:I've test multiple times with no wagons, still maxes out at 251.4 kph.HanziQ wrote:Wagons also limit maximum speed.
1. data.lua file in mod's folder2. Mod have to be enabledCode: Select all
data.raw.locomotive["diesel-locomotive"].max_speed = 2.4 -- should go about 500 without wagons
3. Factorio needs restart for changes to take effect.
Well, you can upload your latest version here or try altered version i made.bigyihsuan wrote:Did all three. Still at default speed.
I have no idea why it's not working.
Thanks, it now works, but now I'm having trouble changing the values for the cargo wagon.rk84 wrote:Well, you can upload your latest version here or try altered version i made.bigyihsuan wrote:Did all three. Still at default speed.
I have no idea why it's not working.
You need to give us more data to help. How did you try to change it? Any error messages?bigyihsuan wrote:Thanks, it now works, but now I'm having trouble changing the values for the cargo wagon.
look at the values I used in my mod, it works for loco and cargork84 wrote:You need to give us more data to help. How did you try to change it? Any error messages?bigyihsuan wrote:Thanks, it now works, but now I'm having trouble changing the values for the cargo wagon.