Jump to content
heyjoojoo

How do I add paramedic firefighters to the USAR Squad?

Recommended Posts

How to add it to the personnel selector

Open the Units/Vehicles/Fire Department/140usarsquad/unit.xml file in notepad.

Underneath the line with FF_DIVER put this line

<unit id="FF_PARAMEDIC" />

It should in there twice, one for missions and one for freeplay.

Save this and try it.

How to make paramedic automatically get into USAR truck on station alarm

Open the LAFireStation.script in notepad etc.

Find the section beginning with GameObjectList l7;

Make sure the next line has VO_USAR in it

A few lines down there is the 3 lines


m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 6, false);
m.PushActionWait(ACTION_APPEND, 0.5f);
m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 6, false);

Change the 6's to 2's (or if you want 1 usar, 1 paramedic then change one etc.)

Try it.

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