Jump to content
bubib5

Submods question

Recommended Posts

and the SG submod should work. but you can also wait for some time. SG submod is coming out for the LA mod 2.0.1 He is still working on the submod. mostly all the pinned submods are compatible with LA mod 2.0.1:)

Link to comment
Share on other sites

and the SG submod should work. but you can also wait for some time. SG submod is coming out for the LA mod 2.0.1 He is still working on the submod. mostly all the pinned submods are compatible with LA mod 2.0.1:)

ok,thnx i gave it a try today,and everything is perfect except in every ambulance i get two doctors,and no strecher..is there any way of solving this?

i would be very grateful for any solutions..

Link to comment
Share on other sites

ok,thnx i gave it a try today,and everything is perfect except in every ambulance i get two doctors,and no strecher..is there any way of solving this?

i would be very grateful for any solutions..

That's normal for the submod. The ambulances have 2 doctors and then you have to make them get the stretcher. You can change the staffing by editing the unit.xml.

Open the unit.xml for the ambulance and change

 <unit id="FF_PARAMEDIC">
<defaultcount value="2" />
</unit>
<unit id="FF_PARAMEDIC_STRETCHER">
<defaultcount value="0" />

to

<unit id="FF_PARAMEDIC">
<defaultcount value="1" />
</unit>
<unit id="FF_PARAMEDIC_STRETCHER">
<defaultcount value="1" />

You need to edit the bottom half of the file because the top half is for campaign.

Link to comment
Share on other sites

That's normal for the submod. The ambulances have 2 doctors and then you have to make them get the stretcher. You can change the staffing by editing the unit.xml.

Open the unit.xml for the ambulance and change

 <unit id="FF_PARAMEDIC">
<defaultcount value="2" />
</unit>
<unit id="FF_PARAMEDIC_STRETCHER">
<defaultcount value="0" />

to

<unit id="FF_PARAMEDIC">
<defaultcount value="1" />
</unit>
<unit id="FF_PARAMEDIC_STRETCHER">
<defaultcount value="1" />

You need to edit the bottom half of the file because the top half is for campaign.

ah..thnx..but one very stupid question from one very stupid noob..

where would i find the unit.xml file?

and is there a specific unit.xml i should change,like for every ambulance or just the general unit.xml?

thnx,i know i am boring you guys with my stupid questions..

Link to comment
Share on other sites

ah..thnx..but one very stupid question from one very stupid noob..

where would i find the unit.xml file?

and is there a specific unit.xml i should change,like for every ambulance or just the general unit.xml?

thnx,i know i am boring you guys with my stupid questions..

You would need to change it for every ambulance you wanted to change.

To find the files, Find the program files for the game, open the mods folder, then find the LA Mod. Then go to Units and Ambulance. Find the folder for the ambulance you want to edit and open the unit.xml file using notepad.

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