-
Posts
4,431 -
Joined
-
Days Won
661
Content Type
Profiles
Forums
Calendar
Tutorials
Downloads
Gallery
Everything posted by itchboy
-
Project Nostalgia Submod [RELEASED - Bugfixes Uploaded Regularly]
itchboy replied to itchboy's topic in Submods [Approved]
Thanks for finding the battalion car. I'll make that and the split lightbar variants next year. Thanks as well for the LAPD Matador photo, however I have to correct you. The wagon parked next to the LTD is actually a late 70's Caprice. The tail light and body shape is a giveaway for it being a Caprice. The front left reflector light disqualifies the AMC and the Impala. The reason I estimate 70's is due to the can lights. Have you come across this? -
It's not your PC's fault. I'll wait for Aerandir's diagnosis but I can't seem to find anything that would break anything. The soundtracks in the scripts reference the correct listings in the soundtrack xml.
-
Project Nostalgia Submod [RELEASED - Bugfixes Uploaded Regularly]
itchboy replied to itchboy's topic in Submods [Approved]
That is a movie prop. Jennifer93 posted the real thing which is actually a Volvo, not a Freightliner. This is the actual one yes. The one in the movie is an entirely different vehicle. -
What does your mod folder structure look like? A picture would help a lot. A common mistake is to install the whole mod with the folder paths incorrect.
-
Version 1.0.1
165 downloads
Happy Halloween! This is a yearly released set of models that are based on pop culture references to movies, television series or videogames. The following are included for this years' set: "Blusemobile" - 1974 Dodge Monaco "Ecto 1" - 1959 Cadillac Meteor-Miller Hearse "Engine 17" - 1990 Ward LaFrance Ranger, Chicago Fire Department 1981 Delorean DMC12 Models by itchyboy. Textures on Engine 17 by stockboy8; Federal Signal Mini Aerodynic set by EmC-Unit and rihis. Credit must be given for use of these assets. Not for commercial use! You are not allowed to make money from these models. Converting any of these assets to other games outside of the Emergency games is prohibited. .pdn templates included for ease of retexturing. Reuploading this file to other sites besides emergency-planet.com and emergency-forum.de is prohibited. -
Project Nostalgia Submod [RELEASED - Bugfixes Uploaded Regularly]
itchboy replied to itchboy's topic in Submods [Approved]
I'd like to welcome this CHP patrol vehicle to the family. I also made a big discovery today. LASD used the Plymouth Volare in or around 1977. I will include this unit into the mod, but only next year. There's still too much work for for a rather nondescript patrol unit. -
Honestly I'm stumped on it. I see nothing here that could potentially break anything at.
-
Can't seem to access game objects properly?
itchboy replied to trader5050's topic in Modding Related Support
This is it actually, the only way to do anything on a repeat basis. Repeat/recursion scripts are known to lag the game badly as explained. Be sure to tread carefully from this point forward. -
Can't seem to access game objects properly?
itchboy replied to trader5050's topic in Modding Related Support
You need to have that piece of code repeat every second or so in order for the game to actually detect things that AI can auto-dispatch to. With that in mind, the script must also be smart enough to know that the function for dispatching only needs to execute once and never again, and the vehicle itself can be interrupted by user input. I don't recommend using the full GetGameObjects list as it lags the game out when run at a constant pace. Other issues you may come across is effectively parking the unit once on scene, and considerations like "what if the gate at the station is closed" or "what if this vehicle AI pathfinding gets stuck" -
1. Unfortunately there is no other way to test. Scripting in Em4 is tedious but ironically a great way to brush up on syntax, and eventually, getting good at sorting logical errors. 2. No you can't force trigger an event. You can only mess with the freeplay_endless.xml to give you a higher possibility of getting the event you want. May the Em4 gods be kind to you. 3. The SDK is here in the German forums. You need an account and I recommend using a translator. https://www.emergency-forum.de/lexicon/index.php?lexicon/659-sdk/ I took it a step further and downloaded all the SDK listings and put them into text files so I have quick reference without needing to login and translate
-
Asking for release dates is against site rules. You already did this in another thread so you should really be careful. There will be stronger consequences if you keep this up.
-
Project Nostalgia Submod [RELEASED - Bugfixes Uploaded Regularly]
itchboy replied to itchboy's topic in Submods [Approved]
I've been having computer trouble lately which is why I've been quiet for a bit. Work is continuing now that some problems have been solved. Here's 2 new civilian additions that are separate from all the other scratch made models. -
West Falls and Miami Mod have my parking script. Northview South County has it's own. I think Harbor City and other mods might have their own.
-
Project Nostalgia Submod [RELEASED - Bugfixes Uploaded Regularly]
itchboy replied to itchboy's topic in Submods [Approved]
Yes, Those two vehicles have been in the mod for a while now. I might add civilian versions of these as well but I want something a bit different. -
The site isn't hosted here but on a modding discord. I don't have a link on me right now. There's also links going around for the mod on Youtube if you dont want to sign up to anything else.
-
In theory it is possible for you to 3D model a collapsed/caved in version of every building and assign those variations as the fullBurned model. That way, you don't get all of the same rubble pile regarldess of building size, perimeter etc. There's also considerations to be made about the collision boxes causing your units to get stuck This is a nice concept and I think with enough time and effort it can be perfected.
-
Virtual objects, adding vehicles from start
itchboy replied to matte31's topic in Modding Related Support
The only suggestion I have left is that your FP script isn't initializing because of the start script not initializing. You're either missing the code for it or the dummy object was not added on map. -
Virtual objects, adding vehicles from start
itchboy replied to matte31's topic in Modding Related Support
Do you have the entire map of vehicles spawning except those 2, or do you have no vehicles spawn at all? It might be because your fp_freeplay script isn't initializing the start script upon loading FP. -
My 1993 Caprice 9C1 Restoration
itchboy replied to mercurygrandmarquis1's topic in Emergency and Rescue services
Congratulations on the find. These are tied with the 90s CVPI as my favorite set of police cars. I look forward to seeing what you do with it. -
Virtual objects, adding vehicles from start
itchboy replied to matte31's topic in Modding Related Support
I need context because I don't know what you've modified. I can only give general advice with station scripts without playtesting the actual mod. I did the scripting for West Falls so I can probably help if this isn't too drastic of a change. I also have no idea what VO names you have, specifically, which ones work or are broken. I also don't know which of these VO's and prototype names are still valid for your mod (which I think runs on a new map) and uses new vehicles. Things to look out for in general are incorrect VO names, incorrect prototype names, and the allocation of the ActorList l1, l2 and so on. l1 and l2 can be named anything btw, just try to keep it descriptive enough. Line 341 might be wrong, it says "Pose" instead of Pos. -
Virtual objects, adding vehicles from start
itchboy replied to matte31's topic in Modding Related Support
The virtual objects need to be defined in the script, and then you need to take those definitions and allocate them as variables. Then, the vehicle prototypes need to be adjuted in the script, and then you need to specify that a specific vehicle prototype will spawn at a specific virtual object. -
You have to remove the alpha channels on them. Sadly, it isn't straight forward. You have to save it as a certain kind of .dds file (not sure about it anymore), and then re-save it again as DXT3.
-
Version 1.0.0
304 downloads
Model by itchyboy. Front part of model traced using CVPI model from LA mod by Lash00t0ut & nfspdf. Credit must be given for use of this content. Not for commercial use! You are not allowed to make money from this model. Converting this model to other games besides the Emergency games is prohibited. Cities Skylines, Roblox and Farming Simulator mod makers are specifically prohibited from using this content. .pdn template included. Reuploading this file to other sites besides emergency-planet.com and emergency-forum.de is prohibited. -
Project Nostalgia Submod [RELEASED - Bugfixes Uploaded Regularly]
itchboy replied to itchboy's topic in Submods [Approved]
This isn't going into the mod because it's too new, however it will be going to the download center for modders' use. It's about time we got a new CVPI model other than the NNICO models from a decade ago. -
Project Nostalgia Submod [RELEASED - Bugfixes Uploaded Regularly]
itchboy replied to itchboy's topic in Submods [Approved]
No because it's fictional. Also, it's not from Los Angeles. This mod only covers real agencies, and the vehicles they used, and re-created to the best of our ability. I'll probably make the Striped Tomato for another project at another time in the future.