Jump to content
Guest ModMaker2009

Change how quickly units respond

Recommended Posts

Guest ModMaker2009

Hi,

I have searched the forum and cant find an answer so i have made a new thread.

What I want to know is, is there anyway I can change how fast the speed of the vehicle goes when I dispatch them to a call?

Any help appreciated

Also, changing the vehicletrafficfactor.. mine was on 2.0, I have changed it to 1.0 is this a good idea?

<vehicletraffic factor="1.0"/>

Thanks

Link to comment
Share on other sites

Guest ModMaker2009

Lol, im trying to edit all of them to go a bit faster when they respond... whats the reccomended speed then?

Also i just changed:

<murderer factor="2.0"/>

&

<bankrobbery factor="1.0"/>

I changed Murderer to 2.0 and bankrobbery to 1.0 would this make them happen more frequentley?

Link to comment
Share on other sites

lol

the speeds are in KM/H

That would mean that you would have cars flying over the road at 300KM/H

i changed them once(just for fun)

i found that a police car going at 160 is fast enough

Firetrucks going at 120, and ems at 145.

But it's something you need to decide for you self.

The change you make is a factor for the event scripts.

Murder will happen more than bank robbery with your current settings.

But i'm not sure if they will happen more/faster over time

Link to comment
Share on other sites

Bank robbery:

		<EFPBankRobbery>
<Enabled value = "1" />
<!-- AverageFrequency: average number of events per 10 minutes -->
<AverageFrequency value = "1.0" />
<!-- Time to stay in bank -->
<TimeInBank value = "15.0" />
<!-- MaxDistance: in meter (max. distance between committer and victim) -->
<MaxDistance value = "50.0" />
<Worth value = "5.0" />
<SupervisorStart value = "ID_SUPERV_EVENT25" />
<SupervisorFinish value = "" />
</EFPBankRobbery>

If you want to make it more frequent you change thsi:

<!-- AverageFrequency: average number of events per 10 minutes -->
<AverageFrequency value = "1.0" />

To make it more frequent I would change it to this:

<AverageFrequency value = "2.0" />

Link to comment
Share on other sites

you could use choppers as indicators for new speeds.

The go 200+.

I wanted a bit realistic speed bonus.

So technical the police units could go faster(180) but i found that to fast to enjoy the game.

Heavy truck moving at 150 would be a strange sight to i think.

Going at 120 look odd to me.

So really all up to you what you want to do.

(in a private mod) i changed one to 650(chopper).

That is just to crazy for words :Oo

Link to comment
Share on other sites

Hehe, and say i want the police to respond they will go at 180KMH or MPH or whatever it is right?

I dont want them to patrol that fast..

Paroling is at normal speed(traffic)

Just responding is faster.

Note!, i found that the fire truck at the stations(at the start) do not take the new speed.

Fix that by modifying another file.

Or send them off the map and call in new trucks/ambulances

Link to comment
Share on other sites

Guest ModMaker2009

Guys, i changed all the units speeds police to 180, ems to 150 and fire to 120... but they still seem to be going the same speed as before?

And Ive started a new game.. also i changed the traffic from 2.0 to 1.0 and its still high traffic? :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   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...