Jump to content

The Loot

Members
  • Posts

    759
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by The Loot

  1. You could release it without CFDs files and people could just manually add them. Or see if CFD will give permission.
  2. Ah, I stand corrected. I though yellows were supposed to be standard on LA vehicles. Maybe that's just law enforcement, or a requirement they phased out.
  3. Probably needs yellows on the back, but nice job otherwise.
  4. Damn, I though that editor screen was good...
  5. How to unlock mod files. Change file extension to .v3o. Load mod in editor. Under Mod menu, choose "Unpack File". Open a locked file. Repeat as needed. Restore original file extension.
  6. I replicated the spawning and staffing functions for police vehicles a while back in my LA personal, including patrol spawns.
  7. With the experience of my EM4 modding, and my friends foray into coding, I'd say "Welcome to programming in general".
  8. Oh, absolutely. Simply changing the Speed value in the unit.xml file will do fine. Scripting really only comes in if you want to have automatically or manually controlled variable speeds.
  9. That's a pretty slick way of getting a map design figured out.
  10. Well, here it is! I'll just attach it here instead of uploading to the Files section. Make sure you credit Hoppah for the original script and myself for the revision if you include this in a mod release. Features: Step-by-Step Readme. Streamlined scripts needing minimal editing to implement. Method of manual Water Supply activation for all modes, including Freeplay without map editing if manual activation is desired. Mission support without map or mission script editing (Freeplay version of script using manual activation method). Possible Multi-player support (Using manual activation method, UNTESTED). Enjoy! Hoppah's Limited Water Supply Script by The Loot.zip Edit: Forgot to mention adding "cool" and "extinguish" commands to people in the Readme. Edit 2: Redid disabled icon for Activate command. Updated 7/29. Edit 3: Added a few images to readme, tweaked some instructions, added CRITICAL vehicle model edit instructions. Updated 2015/5/20
  11. It was definitely the object being created. I don't think it was the prototype or model, but the fact that it was being created as a Vehicle. I changed it to a different proto, but also changed it to a Game Object, and now it works. Thanks for the logfile idea.
  12. If it's an error that gets thrown when the script is run, you'll have to load the game. If it's thrown when the game loads, you can just remove all other script files but that one and load the editor. I take any unneeded script files out when I'm dealing with the editor.
  13. The real issue is that the transports are not being carried by a paramedic team and are simply inside the vehicle. The hospital script looks for paramedic teams carrying a person, and then makes those exit the vehicle, move to the hospital, and then remove the person. You could simply make the MCU a RTW vehicle instead of an ITW, but you'd have to have stretcher teams enter the vehicle with the person instead of being able to use anyone to just put them in the vehicle.
  14. Has anyone ever gone through and tidied up the lights for these LA models, especially the CVs? There are several little issues, like some Standard lights that should have been Headlights, and a few other things.
  15. EM3 and EM4 are completely separate games, same with the mods for them. Also, support is not given for illegitimately acquired copies.
  16. Simple script to create an object by a person, hide it, and run a command on it. Checks for objects of the same name to see if activation is possible. TheLootWaterSupplyActivate.zip
  17. I don't think I ever messed with it, but the YSB version of Xplorer's submod never gave me the glitch in the first place, I believe.
  18. I took a look at your entercar script, and your vehicle and person protos, and I don't see what causing those issues with the Hazmat firefighters. Really wierd that even the original Hazmat firefighters can't enter the original Hazmat truck. It might be something to do with the "CanEnterDekonP" setting but I don't know how that is controlled.
  19. I'm pretty close to releasing an optimized version of the Water Supply script along with a hopefully easy to understand step-by-step readme. Though I haven't implemented it just yet, I also have an idea on how to make the script optional, and to avoid any need for map editing, and it'll work in missions and hopefully multiplayer, too. I'm sure Hoppah would love to see his script more widely used, and I'd enjoy making it more likely.
  20. Looking good! I'm in need of larger police vehicles; maybe reskins of the Large Ambulance or other trucks can be done? Some new SWAT or detainee transport vehicles would be great.
  21. Speaking of missions, I hope that creating them proves to be a bit easier to get into than E4.
  22. It just names a spawned object "Unnamed", and I don't thin it'd be causing any problems. Names are really only needed if a script looks for an object with a certain name.
  23. Can you upload your EnterCar script for me? And is your brush truck having issues still?
×
×
  • Create New...