Jump to content
Guest BLFDfirefighter158

AMR Ambulance

Recommended Posts

Guest BLFDfirefighter158

I'm making the assumption you know how to copy the files and add a new vehicle by looking at whats added already?

nope. i tried and the ambulance isnt even there. wanna dumb stuff down for me? hahah

Link to comment
Share on other sites

In models -> vehicles -> 01 LA Ambulance you need to find all the files that start with AMR and copy them and transfer them over to your playable copy.

In Units -> Vehicles -> Ambulance you need to copy 105amrambulance01 and 106amrambulance02

In protoypes -> vehicles -> 01 LA Ambulance you need to find all the files that start with AMR and copy them and transfer them over to your playable copy.

Specs -> freeplaybase.xml should contain the following

	<vehicle prototype="mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance01.e4p" count="1" />
<vehicle prototype="mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance02.e4p" count="1" />

Scripts -> Game -> Command -> LASiren.script

This one goes near the start of the script.

const char PROTO_AMR_2[] = "mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance02.e4p";
const char PROTO_AMR_1[] = "mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance01.e4p";

This goes with other ambulances

 			StrCompare(v.GetPrototypeFileName(), PROTO_AMR_1) == 0 ||
StrCompare(v.GetPrototypeFileName(), PROTO_AMR_2) == 0 ||

That should be everything. I might of missed one or two things. You need to copy the portions from SG Mod to the right locations in your current active copy. However, there are a few bugs like getting sending people to the hospital and such.

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