Modded Firetruck Missions

Here is a little mod that extends the time on the firetruck missions
as well as cutting down the amount of fires to be put out. It also gives
you a little more time to return to the firetruck once you finish
putting out the fires.


Here is the original level 1. This part of the code pertains to the
fires, how many there are, the distance between them and the number of peds
that are on fire.

(unmodded code)

<Level>
<Cash_Reward>50</Cash_Reward>
<Min_Dist_To_Fires>75</Min_Dist_To_Fires>
<Time_Bonus>80</Time_Bonus>
<Number_Of_Fires>5</Number_Of_Fires>
<Humans_To_Spawn_On_Fire>1</Humans_To_Spawn_On_Fire>
</Level>

(modded code)

<Level>
<Cash_Reward>50</Cash_Reward>
<Min_Dist_To_Fires>75</Min_Dist_To_Fires>
<Time_Bonus>80</Time_Bonus>
<Number_Of_Fires>1</Number_Of_Fires>
<Humans_To_Spawn_On_Fire>0</Humans_To_Spawn_On_Fire>
</Level>

This section of code pertains to the amount of time you have to get back to your
firetruck once you have extinguished the fires.


(unmodded)

<Start_Time>120.0</Start_Time>
<Waterspray_Hit_Dist>2.0</Waterspray_Hit_Dist>
<Ped_Flee_Dist>10.0</Ped_Flee_Dist>
<Fire_Start_Time_Min>.5</Fire_Start_Time_Min>
<Fire_Start_Time_Max>1</Fire_Start_Time_Max>
<Fire_Growth_Per_Second>0.25</Fire_Growth_Per_Second>
<Fire_Growth_Max_Time>2.5</Fire_Growth_Max_Time>
<In_Range_Of_Fires_Dist>50.0</In_Range_Of_Fires_Dist>
<Fire_Truck_Exit_Timeout>30.0</Fire_Truck_Exit_Timeout>
<Fire_Growth_Spread_Dist>3.0</Fire_Growth_Spread_Dist>
<Mover_Min_Volume>0.025</Mover_Min_Volume>
<Unlockable_1>Diversion_Firetruck1</Unlockable_1>
<Unlockable_2>Diversion_Firetruck2</Unlockable_2>


(modded)

<Start_Time>120.0</Start_Time>
<Waterspray_Hit_Dist>2.0</Waterspray_Hit_Dist>
<Ped_Flee_Dist>10.0</Ped_Flee_Dist>
<Fire_Start_Time_Min>.5</Fire_Start_Time_Min>
<Fire_Start_Time_Max>1</Fire_Start_Time_Max>
<Fire_Growth_Per_Second>0</Fire_Growth_Per_Second>
<Fire_Growth_Max_Time>2.5</Fire_Growth_Max_Time>
<In_Range_Of_Fires_Dist>50.0</In_Range_Of_Fires_Dist>
<Fire_Truck_Exit_Timeout>120.0</Fire_Truck_Exit_Timeout>
<Fire_Growth_Spread_Dist>0</Fire_Growth_Spread_Dist>
<Mover_Min_Volume>0.025</Mover_Min_Volume>
<Unlockable_1>Diversion_Firetruck1</Unlockable_1>
<Unlockable_2>Diversion_Firetruck2</Unlockable_2>
</Firetruck>
</Table>

I have set the Firetruck exit timeout to 120 seconds (2 minutes)
 

Attachments

  • Modded Firetruck Mission.zip
    1.8 KB · Views: 4
Back
Top