Jump to content
KevBanks

Help with Changing Vehicle Spawns! (FD)

Recommended Posts

So;

 

I am trying to change the BLS Ambulance into the Fire Chief Vehicle at the second Fire Station.

I understand that the four scripts involved are LAFireStation, LAFireStationStart, LABattalionChief, and LAGoToFireStation.

 

So far, I've been able to set it so the SUV spawns in place of the BLS ambulance, though I can't quite get the staffing I want (2xFF/PPM), have it return to the station, or be able to be summoned by the Battallion Chief

 

So far my plan has been changing any all "ambulance01.e4p" into "fire_chief_vehicle.e4p", though apparently that isn't enough. 

Hoppah's guide posted some years ago only covers the first step.

 

Any help at all is appreciated.

 

(It might also be worth mentioning that I, some time ago, changed the battalion chief SUV at Station one into a Light Equipment Truck. I can't quite remember how I did that though.)

Link to comment
Share on other sites

Simply changing the filepath in the constants should be most of what you have to do. For startup staffing, changing the child numbers of the DummyCallCrew command in LAFireStationStart is how you change staffing (these are controlled under the DummyCallCrew in LAFireStation), same with the script in the LABattalionChief file and the Alarm command in LAFireStation. 

 

The issue you will run into with the change and the call script in LABattalionChief is that it's a different vehicletype. Find the line that includes VT_AMBULANCE_RTW, and change it to VT_FIREFIGHTERS_RW (check the firefighters spelling under the engine call script because I think it might have a typo in the game code), which is what your SUV should be classed as.

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