Type: Mod
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
WTF License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
Long description
All this mod does is double the locomotive speed to 294-isk km/h.
I really want to make trains able to go 300-400km/h but this mod just doesn't work. It doesn't cause a crash but my trains all go the vanilla speed whether this mod is enabled or not.
Any idea what's up?
Re: [MOD 0.12.3] Faster Locomotives 1.0.0
Posted: Sat Jan 02, 2016 7:01 pm
by Julianus
Hi...
this mod is so......flawed and unfinished, its incredible you dared posting it, even in alpha.
1. There is no data.lua, nothing is done.
2. If you rename train.lua to data.lua, you have to fix the code to
data.raw["locomotive"]["diesel-locomotive"].max_speed = 2000
data.raw["locomotive"]["diesel-locomotive"].max_health = 5000
data.raw["locomotive"]["diesel-locomotive"].max_power = "30000kW"
data.raw["locomotive"]["diesel-locomotive"].braking_force = 5000
data.raw["locomotive"]["diesel-locomotive"].energy_per_hit_point = 1
3. If you use this, you will notice that the speed is simply crazy and will crash Factorio pretty quickly.
I wrote a faster Train mod as part of my mod, which went to roughly 1000km/h. (Its a separate train though).
This thing here is supposed to be approx. 400.000km/h fast.
xBlizzDevious, did you upload an early experiment? Move that to help...
Re: [MOD 0.12.3] Faster Locomotives 1.0.0
Posted: Sun Jan 03, 2016 11:26 am
by daniel34
Moved to Work-In-Progress / Pre-Alpha Mods as this mod is not working / incomplete.
Re: [MOD 0.12.20] Faster Locomotives 1.0.0
Posted: Thu Jan 07, 2016 12:08 am
by bigyihsuan
Been tweaking values, fixing code, and the locomotive STILL doesn't go faster.
I'm beginning to wonder whether or not if the 251.4 kph is hard-coded or not.
Re: [MOD 0.12.3] Faster Locomotives 1.0.0
Posted: Thu Jan 07, 2016 11:25 am
by HanziQ
Wagons also limit maximum speed.
Re: [MOD 0.12.3] Faster Locomotives 1.0.0
Posted: Thu Jan 07, 2016 10:56 pm
by bigyihsuan
HanziQ wrote:Wagons also limit maximum speed.
I've test multiple times with no wagons, still maxes out at 251.4 kph.
Re: [MOD 0.12.3] Faster Locomotives 1.0.0
Posted: Fri Jan 08, 2016 12:01 am
by rk84
bigyihsuan wrote:
HanziQ wrote:Wagons also limit maximum speed.
I've test multiple times with no wagons, still maxes out at 251.4 kph.