-
Posts
759 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Calendar
Tutorials
Downloads
Gallery
Everything posted by The Loot
-
Los Angeles Mod Vehicle Set [STOPPED]
The Loot replied to itchboy's topic in Mod Development and Concepts
And here I was impressed already... Wonderful! -
Los Angeles Mod Vehicle Set [STOPPED]
The Loot replied to itchboy's topic in Mod Development and Concepts
You could release it without CFDs files and people could just manually add them. Or see if CFD will give permission. -
Los Angeles Mod Vehicle Set [STOPPED]
The Loot replied to itchboy's topic in Mod Development and Concepts
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. -
Los Angeles Mod Vehicle Set [STOPPED]
The Loot replied to itchboy's topic in Mod Development and Concepts
Probably needs yellows on the back, but nice job otherwise. -
Damn, I though that editor screen was good...
-
Unpacked Textures for LA Mod and AUS [download]
The Loot replied to mindcore's topic in Alteration Help
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. -
Los Angeles Mod Vehicle Set [STOPPED]
The Loot replied to itchboy's topic in Mod Development and Concepts
New Tahoes and Suburban, itchboy? Oh, I like. -
[Working!] Policestation that functions like a Fire station
The Loot replied to Tim Derks's topic in Alteration Help
I replicated the spawning and staffing functions for police vehicles a while back in my LA personal, including patrol spawns. -
What's the fastest way to test your script changes?
The Loot replied to timmiej93's topic in Modding Related Support
With the experience of my EM4 modding, and my friends foray into coding, I'd say "Welcome to programming in general". -
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.
- 122 replies
-
- Emergency 5
- is
-
(and 1 more)
Tagged with:
-
That's a pretty slick way of getting a map design figured out.
-
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
-
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.
-
What's the fastest way to test your script changes?
The Loot replied to timmiej93's topic in Modding Related Support
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. -
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.
-
EM3 and EM4 are completely separate games, same with the mods for them. Also, support is not given for illegitimately acquired copies.
-
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
-
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.
-
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.
-
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.
-
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.
-
Speaking of missions, I hope that creating them proves to be a bit easier to get into than E4.
- 122 replies
-
- Emergency 5
- is
-
(and 1 more)
Tagged with:
-
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.
-
Can you upload your EnterCar script for me? And is your brush truck having issues still?