-
Posts
761 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Calendar
Tutorials
Downloads
Gallery
Everything posted by The Loot
-
The FireAlarm, FireStationStart, and BattalionChief scripts all use the "PushActionExecuteCommand" DummyCallCrew.
-
Open the LAFireStation file, find the DummyCallCrew script. Look for something similar to this: PersonList passengers = v.GetPassengers();if (ChildID == 1){ Person p = Game::CreatePerson(OBJ_PM, UNNAMED); p.SetEquipment(EQUIP_EMERGENCY_CASE);}else if (ChildID == 2) Person p = Game::CreatePerson(OBJ_PM_STRETCHER, UNNAMED);else if (ChildID == 3) Person p = Game::CreatePerson(OBJ_EMT, UNNAMED);else if (ChildID == 4) Person p = Game::CreatePerson(OBJ_CHIEF, UNNAMED);else if (ChildID == 5) Person p = Game::CreatePerson(OBJ_HAZMAT, UNNAMED);else if (ChildID == 6) Person p = Game::CreatePerson(OBJ_USARFF, UNNAMED);else if (ChildID == 7) Person p = Game::CreatePerson(OBJ_EMT_STRETCHER, UNNAMED);else if (ChildID == 8) Person p = Game::CreatePerson(OBJ_EMS_CAPTAIN, UNNAMED);else if (ChildID == 9) Person p = Game::CreatePerson(OBJ_DIVER, UNNAMED);else if (ChildID == 10) Person p = Game::CreatePerson(OBJ_PM, UNNAMED);The child ID numbers are the numbers you are looking for. You can add more if you need by adding new constants and new child IDs pointing towards them.
-
Other than your stuff, most should be available as long as credit is given, but I'll double check as many as I can. Otherwise, it'd be writing up a credits list. There's still issues here and there I'd love to get sorted out before a release, and some have me stumped. Oh, and the LAPD Bomb Squad rolled out a new rig today; 2012 Explorer. I'm also looking into getting some Border Patrol skins for the newer models, along with USFS and National Park Service upgrades.
-
Pretty much done, though I still have plenty of work to do with scripting for the police vehicles to all be availible. EMS, fire, and tech are all set, though. Missions will still utilize them, though. Here, or in another little mod, eh? I assumed they'd probably see a release in that one well before mine, even if I ever get it to a state of public release here. I can mess around with the glass textures on the vehicles; I have no real preference on it myself. Those CVPI models are goog's from the Police Unit Upgrade; I just made duplicate protos for the different lighting and child setups so I could have a full set for each department. The Chargers are the default LA model, with some childs and HD textures (not BP though) by itchboy. The Explorers, Caprice, and Tauruses are by itchboy, so it's up to him for a release (though base versions have been released in the downloads section). The Impala and Tahoe are also googs. The LASD van is unmodified LA mod, and the SWAT van was from the Unmarked submod, though I don't know if those files survived that crash.
-
Easiest thing would be to put a "PushActionWait" before the "PushActionShowHide" for the second and third vehicles. If you delay that for a couple seconds each, the other vehicles should clear the spawn point before the next appears.
-
Alright, hopefully my CVPIs are all done now. I decided to completely remove unit numbers from police units as I'm not too worried about accurate portrayals of them. (Outdated pics removed)
-
Alright, it's a start, but I am impressed with them now that I see them firsthand. Now I'll have to recreate some new number variants, probably do a full set of lighting variants for each department and car (as much as I can manage), and make some unmarked Chargers so I can replace the old ones. Some of the old cars will have to stay since they aren't departments included here.
-
Man, that just shows how undersized the fire truck is, even compared to the old FedEx Hmm, haven't taken a close look really. I'll take a gander at what will need to be done. You wouldn't happen to want to share the set up LA versions of your police vehicles, would ya?
-
911 First Responders or Emergency 4 are the only ones you want. The year numbered ones don't support any form of modding, as far as I know.
-
There's a limit of one robot out at a time. And as far as I know, they shouldn't be any other script to deal with. Just make sure that every line in the robot script that deals with a vehicle includes your new one. Maybe a step-by-step explanation of what hapens in-game, and maybe your logfile in case there are any errors popping up.
-
News: Emergency 5 Editor Event (With pictures!)
The Loot replied to Stan's topic in News & Announcement
If mod support is an important priority, I can't see them doing anything but making it easy to get models into the game. -
Your people and vehicles are all defined as the same thing multiple times. You can't have multiple objects defined as "n" or "p1".
-
Looks pretty good there!
-
Point, but other than the two new ambulance models, all other emergency vehicles are older model stock LA mod. If I were more proficient at, or had the time and patience to learn, making skins and lighting setups for all new models, I wouldn't really hesitate to change over if I felt they fit in.
-
I've heard the scale on some of those vehicles is way off compared to the default LA models.
-
Los Angeles Mod Vehicle Set [STOPPED]
The Loot replied to itchboy's topic in Mod Development and Concepts
Yep, 840, 848, and 849 in back are the only BLS ambulances that fell within the area I decided to represent (San Pedro, Port of LA, and a few stations north of there). Itchboy also gave me a treat with a Dodge Ram, so I switched three of the ALS RAs to it. -
That might be it, actually. I'm using your new ambulances and I hadn't tested since then. Edit: Yep, that was it. Thanks!
-
Nice to hear. Any other members here attending?
-
I did an overhaul of the Ambulance call scripts in my LA mod, and now, for some reason, it refuses to find the ambulances at the stations. The prototypes and VOs are all defined correctly, but for some reason it doesn't work any more. All my other vehicles dispatch fine from the stations. The issue occurs in all 4 attached scripts. I've added some logfile alerts. ?Call ALS RA: Vehicle Not Found!!Call ALS RA: Vehicle Found Outside of Stations!?Call BLS RA: Vehicle Not Found!!Call BLS RA: Vehicle Found Outside of Stations!According to these, when it looks for the vehicles, if they are colliding with their station VOs, they aren't chosen, but if they have the other dummy commands (standby, returning to station, etc), they get chosen. I'm not sure what's causing that. ambissue.zip
-
To unpack any EM4 model of texture files that are packed, do the following. Make sure the file has the v3o. Windows will warn if you're changing a dds to v3o, just ignore and continue, Load up the EM4 editor, and load the mod. Under the mod menu, you'll see an "Unpack File" option. Choose that, browse to and select the file you want to unpack, and hit OK. Exit the editor after you are done unpacking files. If you changed filetypes, change them back to their original type. Use a dds plugin for an image editor, or a converter to change them to something like png. Remember to edit relevant model files (which may also need to be unlocked) to point to the new texture type.
-
As long as the traffic accident event is enabled, they should show up. The only thing is that the game will randomly choose between accidents when that event comes up, I believe.
-
That sounds like missing corona textures. Did you make sure to copy the included coronas over into the games (not a mods) corona folder (Data\Textures\Coronas)?