Jump to content

itchboy

Sub-Moderator
  • Posts

    4,420
  • Joined

  • Days Won

    631

Everything posted by itchboy

  1. You're a new user so I'm sure you must have read the Terms of Service very recently where it says that "asking for release dates is against site rules".
  2. There is no link to the mod. It is not finished. Bama and myself will not allow links to the old version to be posted here. Here are the personnel textures for the mod. Credit goes to Hoppah and 16 tons entertainment for the textures. All I did was recolor them, nothing special here. Montana Highway Patrol Beaverhead County Sheriff Monida Pass Police Montana Fish, Wildlife and Parks Beaverhead EMS Corp. Beaverhead Volunteer SAR. Credit to bama1234 for these two. Lifelight Helicopter Medic Monida Pass Volunteer FD Lima Rural VFD Dillon Volunteer FD I only lack TEC and some mutual aid units. Some of the above textures have issues that I also need to take care of.
  3. The command running itself again is check intended to 're park' the car if it gets stuck or misaligned. Its a feature, not a bug. In order to stop the thing doing it over and over again, you need to add the new virtual objects to childID 2 of the police station code. For parking, all of your vehicles need to be one slot away from each other for them to park correctly. http://www.emergency-planet.com/uploads/monthly_2018_01/Untitled.png.37705844b651712843271b64136e62b3.png
  4. GetNumObjects() This function counts the number of objects in the gameObject list regardless of type or usability. ContainsSquad() This checks if there are any playable units such as vehicles and personnel within the gameObject list. ContainsSquad is faster because it checks fewer objects and therefore consumes less memory having to store fewer objects. Only use it if you're checking for squads (playable units) within the list. It wont count random props, buildings, and NPC's. If you're gonna count all other objects, then you need to use GetNumObjects.
  5. Glad to hear I'm on the right track.
  6. On my end, I copied the logic from the ToFireStation code. Here's my example. Ignore the 'facingWest' variables becuase those are specific things I did for my mod. StrCompare is the line where the game checks the prototype name of the vehicle. ParkingLotFound is the variable that is checked to ensure that the virtual object is actually on the map. The GameObjectList checks if the virtual object has any vehicle inside it. "l1" acts as the ActorList for the specific virtual object assigned to the vehicle. Later down the script, the game decares 'l1' as a position (a Vector) in the game which is where vehicles will go to. http://www.emergency-planet.com/uploads/monthly_2018_01/Untitled.thumb.png.967c8781f34e2ed5148cf1450b8f8908.png
  7. I appreciate the replies. This question was concerning the fate of Dillon VFD and whether it should be part of the mod. So from what I understand, the only units that should be kept are special ones like the rescue, ladder and hazmat vehicles.
  8. I think the issue isnt with the script but with the AI pathfinding of Em4 being unable to position the vehicles correctly on those spots.
  9. Happy New Year! Would mutual aid respond from 64 miles away? If so, for what kind of incidents, and what vehicles would respond?
  10. http://www.emergency-planet.com/files/category/42-emergency-4-deluxe-map-textures/
  11. Some mods are not actually 'packed' and should not be used with the mod installer. If they come in as folders (with all the sub folders and files visible) then you need to copy paste the mod's main folder into your "Mods" folder.
  12. You need to make edits to the VcmdSiren script by adding in the prototypes of the units in the file, and then adding those prototypes to their respective sections. The siren code works by checking if the selected vehicle is x, it will play the siren tones as listed below (siren01.wav and etc).
  13. Exactly the same as default Em4 except you get: - Bird flu call - Hail - Vehicle rampage (car intentionally hits pedestrians) - Traffic jam (only happened to me a few times, this event is possibly bugged - Saboteur (very overpowered callout, they can actually destroy stuff like fireStation control panels, or wipe out an entire station's worth of vehicles) - Sniper - Missing person (personally my favorite because it can turn into a homicide call) - Homicide call (make sure to use the negotiator in order to get a really fun secondary task) - Broken hydrants - Defective electric boxes (very overpowered callout, you can get up to 15+ injured if the game decides to be a bitch) - Radioactive cloud (can be a pain in the ass sometimes especially if the cloud goes over another active scene) - Zombie callout (only available on October 30 (real life date) unless you modify the freeplay.xml files) - Fireworks callout (only available on Jan 1 (real life date) unless you modify the xml files)
  14. That mod isnt actually by me, but rather a 'compilation' of vehicles from various Em4 mods. The author of that mod took some of my assets, CFD and goog's police upgrade, and Xplorer4x4's scripts without crediting us, or seeking permission. The author decided to shut the mod down entirely instead of rectifying those issues, despite the chances they were given. I do not condone use of that mod because of the credit issues surrounding it, but if you are able to take care of all the credits, I will gladly allow personal use of those vehicles in that mod.
  15. It would seem that the uploads for these have become corrupted over the years. I'll unfortunately have to lock this thread.
  16. We do not allow use of Sketchup models, unless you have proof that this model belongs to you.
  17. I stand corrected, they actually did try to make it work. Sadly, they must have messed up somewhere, because I dont see any reason for it to not function on OP's end. There would be no part in the WatSupply.script that is edited by that German code, so the problem has to be with their attachfirehose code.
  18. That code is not compatible with LWS. It isnt a problem with Hoppah's script, but with the thing you downloaded. It is up to the Germans to make their code compatible with LWS. There is nothing you can do about it for the time being.
  19. Please make your signature smaller, or at least remove the image heavy background. As for your issues, thats going to be something you have to figure out on your own because every submod has a different reasons for crashing like that.
  20. The one in Montana is actually the German one, which does require edits to the ambulances. Beware that you also need to make major edits to the hospital code for it to work with single stretcher stuff.
  21. Please refrain from posting in all caps.
  22. It depends on who's version of the code you are doing. Some versions like the German based ones will require you to add a dummy command to all ambulances.
  23. Overuse of textures and materials on the map buildings, and on the playable units. The constant check scripts running in the background didnt make things any better. Here's another thing I have planned for the mod.
  24. This is the actual ladder truck we're doing. There arent any better pictures but we're gonna try to make the most of it.
×
×
  • Create New...