Jump to content

How to edit your freeplay files...


Description

Change Money, Events, Weather, and More!!!
Often people ask how to change events in freeplay to change the game to fit their style of playing more then the original game did. This tutorial will break down the important lines and teach you what things to change and what effect they have.

As always [b]BACKUP YOUR ORIGINAL FILES FIRST!!!!!!!!!!!!!!!!!!!!![/b]

Next, navigate to the folder your game is installed in and go to \Mods\Los Angeles Mod v1.6\Specs

The files are in xml format which is just a text document and easily modifiable. Depending on your computer skill level, you can either open the files directly into notepad by right clicking the file and selecting "Open With" and selecting notepad or wordpad, OR you can change the filename from .xml to .txt

There are 4 files you can change to affect freeplay depending on which version of the game you have.
[i]fp_params_challenge.xml [/i] <-- Changes the Freeplay Challenge mode in EM4 and FR
[i]fp_params_endless.xml[/i] <-- Changes the Freeplay Endless mode in EM4 and FR

[i]fp_params_challenge_d.xml[/i] <-- Changes the Freeplay Challenge mode in Deluxe
[i]fp_params_endless_d.xml[/i] <-- Changes the Freeplay Endless mode in Deluxe

You can change all of the files or just the one of the mode you play the most.

------

[i]<MinDurationBetweenEvents value = "30.0" /> [/i]
This is the minimum duration between two events. If things are happening too quickly for you, or one on top of another, you can change this to whatever you'd like. Most people find 120 or 140 to be a comfortable setting

[i]<StartBudget value="150000"/>
<MaxBudget value="400000"/>
<Earnings value="30000"/>
[/i]
These are the initial amount of money you have, the max amount you can have, and how much you earn each time the game gives you your pay. Change these number to increase or decrease the amount you want.

[i]<InitialEventWaitDuration value="5.0"/>[/i]
How long from the time the game starts until you get your first event. Some people like to increase this time so they can get their units on patrol and set up the map the way they like first.


[i]<starttime value="7:30"/>[/i]
What time of day the game starts at. Change it to midnight or to noon or to any other time you wish.

[i]<TrainCycle value="240.0"/> <!-- in seconds -->[/i]
How often the train comes through. If you find yourself frustrated by the train, you can set it to a high number like 9999.0 to see it less often.

---------------------
[b]Editing Events[/b]

Some people only like fire events, some like police events, this section will break down an event and all of the factors you can change.

[code] <EFPEventFall>
<Enabled value = "1" />
<!-- AverageFrequency: average number of events per 10 minutes -->
<AverageFrequency value = "0.4" />
<Worth value = "4.0" />
<SupervisorStart value = "ID_SUPERV_EVENT17" />
<SupervisorFinish value = "" />
</EFPEventFall>[/code]


This is a typical event for freeplay
[code]<EFPEventFall> </EFPEventFall>[/code]
Opening and closing tags that describe the event itself. This would be a Fallen person medical aid.

[code]<Enabled value = "1" />[/code]
1 is enabled, 0 is disabled. Like an on/off switch

[code]<!-- AverageFrequency: average number of events per 10 minutes -->
<AverageFrequency value = "0.4" />[/code]

This tag is debatable, many of us have noticed that incidents with a lower number happen more often then those with a higher number. Setting it to 0.0 also has the effect of disabling the incident.

---

There are many other event tags, but for the most part they are self explanatory such as how long a person waits, how far they run, and whether or not they are armed.

Another thing you can change is the weather.
[code] <weather name="fair" changeduration="15.0" minduration="60" maxduration="180">
<fog intensity="0.0" color="ffffff"/>
<rain intensity="0.0"/>
<storm intensity="0.0" speed="0.0"/>
<flash frequencyfactor="0.0"/>
<sound name=""/>
<sound2 name=""/>

<transition state="cloudy" weight="1.5"/>
<transition state="misty" weight="0.7"/>
</weather>[/code]

You can see that for a nice day, all of the fog, rain, storm and everything is set to 0.0. It also shows that after that, it will transition to either cloudy or misty. If weather slows down your system, or you just accept the fact that in Los Angeles, we go nearly all year without any rain, you can change many of these factors.

You can go down to the bad weather and set them all to 0.0.

You can remove the transition state lines in fair, and then remove all of the other weather types.

Or you can find your own happy medium that you prefer.

-----

Remember to save the file to the same location and if you changed the file name to .txt, remember to put it back as .xml

I hope that helps,
Mike
  • Like 1
  • Thanks 2
  • Upvote 3

User Feedback



Recommended Comments

Hello, I am having a fault with saving this. I am using NotePad by the way. My problem is that it says "Access Denied" I am using IE8 i think and Windows Seaven Help!
Link to comment
Share on other sites

[quote name='ShadyCB' date='04 May 2011 - 04:00 AM']
Hello, I am having a fault with saving this. I am using NotePad by the way. My problem is that it says "Access Denied" I am using IE8 i think and Windows Seaven Help!
[/quote]
OK so i tired to counter this problem but now i have a new error. What i did is this.

Put the file i did not edit on Desktop (A copy of the oringal file.)
Than i moved the oringal file to a safe folder.
Than i put the edited file in a Documents.
And saved it there. However when i went to Move it to Specs. It wont.
Error comes up saying i need to Veryfi and try again, I tried again and it said the same thing.
Link to comment
Share on other sites

[quote name='ShadyCB' date='04 May 2011 - 04:10 AM']
[s]OK so i tired to counter this problem but now i have a new error. What i did is this.

Put the file i did not edit on Desktop (A copy of the oringal file.)
Than i moved the oringal file to a safe folder.
Than i put the edited file in a Documents.
And saved it there. However when i went to Move it to Specs. It wont.
Error comes up saying i need to Veryfi and try again, I tried again and it said the same thing.[/s]
[/quote]

Haha i feel like an idiot now, If anyone else is having this problem than You move the Oringal (NOT THE COPY!) to a safe folder and you use the edited one to over write the oringal one and than you put the edited one in the Specs and it should work.
Link to comment
Share on other sites


Guest
Add a Comment

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...