Guest BLFDfirefighter158 Posted June 10, 2010 Report Share Posted June 10, 2010 Ive looked on the major submods.. Cant seem to find it. Can someone help me out? I dont really want the vintage one.. Thanks! Quote Link to comment Share on other sites More sharing options...
SirMoo Posted June 10, 2010 Report Share Posted June 10, 2010 Download this: Extract the bits you want for the AMR. Quote Link to comment Share on other sites More sharing options...
Guest BLFDfirefighter158 Posted June 10, 2010 Report Share Posted June 10, 2010 Download this: Extract the bits you want for the AMR.thank you! Quote Link to comment Share on other sites More sharing options...
SirMoo Posted June 10, 2010 Report Share Posted June 10, 2010 I'm making the assumption you know how to copy the files and add a new vehicle by looking at whats added already? Quote Link to comment Share on other sites More sharing options...
Guest BLFDfirefighter158 Posted June 11, 2010 Report Share Posted June 11, 2010 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 Quote Link to comment Share on other sites More sharing options...
SirMoo Posted June 13, 2010 Report Share Posted June 13, 2010 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 106amrambulance02In 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.scriptThis 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. Quote Link to comment Share on other sites More sharing options...
chrisfarmer13 Posted July 28, 2010 Report Share Posted July 28, 2010 This goes with other ambulances StrCompare(v.GetPrototypeFileName(), PROTO_AMR_1) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_AMR_2) == 0 || what exact folder do i put it in Quote Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted July 28, 2010 Report Share Posted July 28, 2010 LASiren.script Quote Link to comment Share on other sites More sharing options...
chrisfarmer13 Posted July 28, 2010 Report Share Posted July 28, 2010 1 more thing does this reploace th old ambulabces or does it add these 2 & we also still have are vintage & the als or bls ambulace that was in the game in the 1st place Quote Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted July 28, 2010 Report Share Posted July 28, 2010 Look at the screen shots in the topic moo linked to. You will find your answer. Quote Link to comment Share on other sites More sharing options...