Page 1 of 1

[MOD 0.12.3] Faster Locomotives 1.0.0

Posted: Wed Aug 12, 2015 1:38 pm
by bigyihsuan
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
Long description
Version history

Re: [MOD 0.12.3] Faster Locomotives 1.0.0

Posted: Sat Jan 02, 2016 3:06 pm
by xBlizzDevious
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. :geek:

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.
check list:
1. data.lua file in mod's folder

Code: Select all

data.raw.locomotive["diesel-locomotive"].max_speed = 2.4 -- should go about 500 without wagons
2. Mod have to be enabled
3. Factorio needs restart for changes to take effect.

Re: [MOD 0.12.3] Faster Locomotives 1.0.0

Posted: Tue Jan 12, 2016 3:26 am
by bigyihsuan
rk84 wrote:
bigyihsuan wrote:
HanziQ wrote:Wagons also limit maximum speed.
I've test multiple times with no wagons, still maxes out at 251.4 kph.
check list:
1. data.lua file in mod's folder

Code: Select all

data.raw.locomotive["diesel-locomotive"].max_speed = 2.4 -- should go about 500 without wagons
2. Mod have to be enabled
3. Factorio needs restart for changes to take effect.
Did all three. Still at default speed.

I have no idea why it's not working.

Re: [MOD 0.12.3] Faster Locomotives 1.0.0

Posted: Tue Jan 12, 2016 3:26 pm
by rk84
bigyihsuan wrote:Did all three. Still at default speed.

I have no idea why it's not working.
Well, you can upload your latest version here or try altered version i made.
faster-trains_1.0.0.zip
(708 Bytes) Downloaded 356 times

Re: [MOD 0.12.3] Faster Locomotives 1.0.0

Posted: Fri Jan 15, 2016 1:04 am
by bigyihsuan
rk84 wrote:
bigyihsuan wrote:Did all three. Still at default speed.

I have no idea why it's not working.
Well, you can upload your latest version here or try altered version i made.
faster-trains_1.0.0.zip
Thanks, it now works, but now I'm having trouble changing the values for the cargo wagon.

Re: [MOD 0.12.3] Faster Locomotives 1.0.0

Posted: Sun Jan 17, 2016 6:47 pm
by rk84
bigyihsuan wrote:Thanks, it now works, but now I'm having trouble changing the values for the cargo wagon.
You need to give us more data to help. How did you try to change it? Any error messages?

Re: [MOD 0.12.3] Faster Locomotives 1.0.0

Posted: Sun Jan 17, 2016 9:59 pm
by mophydeen
rk84 wrote:
bigyihsuan wrote:Thanks, it now works, but now I'm having trouble changing the values for the cargo wagon.
You need to give us more data to help. How did you try to change it? Any error messages?
look at the values I used in my mod, it works for loco and cargo