Speed of the train

Discuss maps, trains and other modding topics
Post Reply
tomasvicente38
Posts: 75
Joined: Thu Jan 18, 2007 3:35 pm

Speed of the train

Post by tomasvicente38 » Tue Apr 03, 2007 10:30 pm

How can be increased the speed of a train?

snoopy55
Posts: 1962
Joined: Mon Nov 06, 2006 5:13 am
Location: Centralia, Ill, USA

Post by snoopy55 » Tue Apr 03, 2007 10:36 pm

Go into RRT_Trains.xml and for each engine find <MaxSpeed>. This number times 10 is fastest the engine can go. No engine can set higher than 20 (20 times 10 = 200)
I'm correct 97% of the time..... who cares about the other 4%....

gforce
Posts: 234
Joined: Thu Nov 09, 2006 3:24 am
Location: Belgium, Brussels

Post by gforce » Tue Apr 03, 2007 11:13 pm

Today:
There's a NEW SPEED RECORD:
A TGV from Paris-> Strassbourg : 574.8 km/h, that would be 359.25 miles/hour
(another record is 581 km/h but this train hovers above the ground with a magnetic field (in Japan))

stupid game! no fun can be achieved here there the max speed is around 360 km/h

for those who don't like normal talk:
what a pitty we can make this scenario

tomasvicente38
Posts: 75
Joined: Thu Jan 18, 2007 3:35 pm

Post by tomasvicente38 » Tue Apr 03, 2007 11:50 pm

Hello Snoopy: I have increased the speed of the TGV from 20 to 36 but it does not modify the speed to me in the game, me at the most leaves it in 322 km/h. How I can solve this?

User avatar
Warll
Posts: 928
Joined: Fri Oct 27, 2006 10:31 pm
Location: Tokyo, Japan
Contact:

Post by Warll » Tue Apr 03, 2007 11:59 pm

I'm sorry but theres no way to increase the speed past 20.
Image

User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Wed Apr 04, 2007 12:32 am

Maybe someone should make a flat map to race the TVG's :lol:
Image

gforce
Posts: 234
Joined: Thu Nov 09, 2006 3:24 am
Location: Belgium, Brussels

Post by gforce » Wed Apr 04, 2007 12:37 am

i've once tried to get more speed, but no way,
i once created a kind of rollercoaster but then again there is even a limit on the decending and the ascending speed wich i can't find in the xml code, stupid...

tomasvicente38
Posts: 75
Joined: Thu Jan 18, 2007 3:35 pm

Post by tomasvicente38 » Wed Apr 04, 2007 12:59 am

Where they are placed these you order in XML?

<Command>
<szName>IncreaseMaxTrainSpeed</szName>
<szDescription>Increase Maximum Train Speed</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>1</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DecreaseMaxTrainSpeed</szName>
<szDescription>Decrease Maximum Train Speed</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>1</szKey>
<bShift>true</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>IncreaseTrainSpeed0</szName>
<szDescription>Increase Train Speed0</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>2</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DecreaseTrainSpeed0</szName>
<szDescription>Decrease Train Speed0</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>2</szKey>
<bShift>true</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>IncreaseTrainPower</szName>
<szDescription>Increase Train Power</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>3</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DecreaseTrainPower</szName>
<szDescription>Decrease Train Power</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>3</szKey>
<bShift>true</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>
- <Command>
<szName>DisplayTrainStats</szName>
<szDescription>Display Train Stats</szDescription>
<Debug>true</Debug>
<szContext>Roundhouse</szContext>
- <KeySequence>
<szKey>4</szKey>
<bShift>false</bShift>
<bCtrl>false</bCtrl>
<bAlt>false</bAlt>
</KeySequence>
</Command>

Where it must place the order so that the train has more power and increases its speed?

Post Reply