Adjusted Difficulty

It's not a map? It's not a Train? Share and download the files here
Post Reply
User avatar
willie g
Posts: 24
Joined: Tue Feb 06, 2007 7:08 pm

Adjusted Difficulty

Post by willie g » Wed Mar 07, 2007 2:54 pm

I know it can be frustrating sometimes not to be able to meet scenario goals due to lack of funds. The Table Top mode does not help as it takes all the goals away.
Just to make things a little easier and to give me time to explore some of these great custom maps, I added an additional Difficulty Level - I called it "Inside Trader" and just copied the Investor parameters in the Difficulty.xml and then tweaked them so as to cut the track laying and maintenance costs in half and bump up the delivery revenue by 20% - Oh, I also upped my starting $$ to 800,000 :P .
-willie g

User avatar
atani
Posts: 293
Joined: Tue Dec 19, 2006 5:01 pm
Contact:

Re: Adjusted Difficulty

Post by atani » Wed Mar 07, 2007 4:21 pm

willie g wrote:I know it can be frustrating sometimes not to be able to meet scenario goals due to lack of funds. The Table Top mode does not help as it takes all the goals away.
Just to make things a little easier and to give me time to explore some of these great custom maps, I added an additional Difficulty Level - I called it "Inside Trader" and just copied the Investor parameters in the Difficulty.xml and then tweaked them so as to cut the track laying and maintenance costs in half and bump up the delivery revenue by 20% - Oh, I also upped my starting $$ to 800,000 :P .
-willie g
Please post the XML snippet that you are using so others can also use it :)

Mike

User avatar
willie g
Posts: 24
Joined: Tue Feb 06, 2007 7:08 pm

Post by willie g » Wed Mar 07, 2007 5:54 pm

Just put this between any of the other levels in the RRT_Difficulty.XML file in the SMR/Assets/XML directory:


<Level>
<szName>Inside Trader</szName>
<fTrackCostModifier>0.5</fTrackCostModifier>
<fTrainMaintModifier>0.5</fTrainMaintModifier>
<fTrainCostModifier>0.5</fTrainCostModifier>
<fDeliveryEarnModifier>1.2</fDeliveryEarnModifier>
<iStartingCash>800000</iStartingCash>
<iStartingStock>5</iStartingStock>
<bNoCollisions>1</bNoCollisions>
<bSimpleEconomy>1</bSimpleEconomy>
<bTrainTableMode>0</bTrainTableMode>
<bStartWithPlayer>1</bStartWithPlayer>
<bStartTimeBased>0</bStartTimeBased>
<fMinStartTime>60.0</fMinStartTime>
<fMaxStartTime>120.0</fMaxStartTime>
<fAbsMaxStartTime>300.0</fAbsMaxStartTime>
<fMinWaitInterval>40.0</fMinWaitInterval>
<fMaxWaitInterval>120.0</fMaxWaitInterval>
</Level>

Only the first 5 lines have been changed from the "Investor" Level profile.
Below is what you'll see in the game...
-willie g

Image

User avatar
atani
Posts: 293
Joined: Tue Dec 19, 2006 5:01 pm
Contact:

Post by atani » Wed Mar 07, 2007 7:09 pm

willie g wrote:Just put this between any of the other levels in the RRT_Difficulty.XML file in the SMR/Assets/XML directory:
Thanks for posting that. I will see if I can add a new installer macro for people who want to do this in an automated fashion from the various map installers.

Mike

RexTRaider
Posts: 2
Joined: Sat Feb 25, 2012 8:41 pm

Re: Adjusted Difficulty

Post by RexTRaider » Sat Feb 25, 2012 8:56 pm

Hi All,
Here's one of my adjusted Difficulty XML's. Good for getting ahead of the AI early, and trying some 'creative' ideas. Have fun with it.

<szName>Ultimate Insanity</szName>
<fTrackCostModifier>1.3</fTrackCostModifier>
<fTrainMaintModifier>1.3</fTrainMaintModifier>
<fTrainCostModifier>1.3</fTrainCostModifier>
<fDeliveryEarnModifier>0.75</fDeliveryEarnModifier>
<iStartingCash>1</iStartingCash>
<iStartingStock>0</iStartingStock>
<bNoCollisions>0</bNoCollisions>
<bSimpleEconomy>0</bSimpleEconomy>
<bTrainTableMode>0</bTrainTableMode>
<bStartWithPlayer>0</bStartWithPlayer>
<bStartTimeBased>1</bStartTimeBased>
<fMinStartTime>0.0</fMinStartTime>
<fMaxStartTime>1.0</fMaxStartTime>
<fAbsMaxStartTime>2.0</fAbsMaxStartTime>
<fMinWaitInterval>0.0</fMinWaitInterval>
<fMaxWaitInterval>1.0</fMaxWaitInterval>
<Debug>false</Debug>

Rex

Post Reply