Jump to content

itchboy

Sub-Moderator
  • Posts

    4,428
  • Joined

  • Days Won

    654

Everything posted by itchboy

  1. 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.
  2. Version 1.0.1

    161 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.
  3. 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.
  4. Honestly I'm stumped on it. I see nothing here that could potentially break anything at.
  5. 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.
  6. 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"
  7. 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
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. 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.
  19. 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.
  20. Version 1.0.0

    290 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.
  21. 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.
  22. 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.
  23. I refuse to set one up becuase of all the issues with Em4 and monetization. Say, my LAPD patrol car has a model made by me, decals made by Phantom and a lightbar from EmC Unit, we'd have to split and how would that come about? What if a mod on Patreon has multiple contributors? Also, if I release Patreon content that's just an edited 16T asset, that may violate the game's EULA/TOS for monetization and revese engineering, thus opening me up to lawsuit. Patreon, paid mods and the things involving them are one big can of worms that should never be opened. For now I'll try to find other income sources but Em4 definitely isn't it. And if anybody does try to put mods on Patreon, let all of us know, so that they'll be forced to cut a check to every single person who made work for it.
  24. Look at the date on the topic: 2014 Clearly it has been discontinued if there is no mod link by now. Also, it says "PRIVATE" meaning there is no link provided because the author does not intend on releasing it to the public. Posting on inactive topics isn't cool, please be careful next time.
  25. Your GPU might require a driver update. However, the issue with the buttons is likely related to path 1.3. You need patch 1.3 for all mods to work. If you bought the game online, it is likely already patched. If it says 1.3 on the lower side of the main menu, don't apply the patch because it might break your installation.
×
×
  • Create New...