Jump to content

itchboy

Sub-Moderator
  • Posts

    4,410
  • Joined

  • Days Won

    615

Everything posted by itchboy

  1. School has got me tied up in more than a few ways. Also busy doing work for several other mods. Still Very WIP.
  2. Thank you for letting me know. How come only now someone told me about these bugs? I was expecting people to chastize me for releasing it with so many bugs.
  3. Thanks for reporting the bug. Going to be fixed in the upcoming patch.
  4. Looks better. Just recolor the line around the black strips to a darker shade.
  5. Not possible to import persons directly into Zmod. They will always look like deformed turds. See reason here: http://forum.emergency-planet.com/topic/7008-editing-person-models/?p=84804&hl=+other%20+helmet%20+&fromsearch=1#entry84804 Basically, you cant view them properly because they rely on an internal bone structure which gives them human animations. Zmod cannot import these bones (even though there is apparently a button for that)
  6. Skin looks great. I would recommend putting a black outline surrounding the windshield and rear window. I will also be sure to add this in the upcoming mod update of my cars.
  7. Its the half of the month and no new skins have been added to the contest so I unfortunately have to shut it down due to lack of interest. To tft.cf and olmyster...can you please PM me your news van skins and utility truck skins? Here's a little preview btw of the news van in its final form: http://www.gfycat.com/ObedientMetallicIndochinesetiger I will probably replace the utility truck with a tow truck model. Gonna finish the school bus first.
  8. I see you are using my ambulance pack. Nice work Though I'd like to let you know that the light equipment on the model isnt actually intended for actual use like this. I was expecting that each modder would create or use other's lightbars and stuff depending on his or her needs.
  9. Well...I've weighed my options and have decided to fake it like the original EM4 cars. It really is too time consuming to make the interiors for 8 or so cars. Anyway, I've also started modelling a schoolbus body which will use my International truck model for the front. Does anyone have clear blueprints and reference pictures of this?
  10. Create a new object that uses the hose connector model. Put this prototype in the object children folder. Go to prototype editor, edit children and get the new object. Place this in the desired location on the truck. Create the hose connector superstructs on the same place the new hose connectors are placed.
  11. Is this done using the LA Mod as a base? In the default game, the hose childs dont actually appear ingame until a fireman connects to the truck. To circumvent it, one would have to place nonfunctional but cosmetic connectors on to the truck. Use the regular childs editor for this.
  12. Not really. You would be looking for this: ActorList l19 = Game::GetActors(VO_HAZMAT);for(int i=0; i < l19.GetNumActors(); i++){ Vector Hazmat = l19.GetActor(0)->GetPosition(); Vehicle m = Game::CreateVehicle(OBJ_HAZMATSQUAD, UNNAMED); m.EnableBlueLights(false); m.EnableHeadLights(false); m.SetChildEnabled("exhaust", false); m.SetPosition(Hazmat); m.SetRotation(gate6); m.UpdatePlacement(); m.SetMaxPassengers(4); m.SetMaxTransports(2); m.SetSpeed(8.0f); m.PushActionWait(ACTION_NEWLIST, 1.0f); m.PushActionExecuteCommand(ACTION_APPEND, CMD_COMMANDS, Caller, 0, false); m.PushActionExecuteCommand(ACTION_APPEND, CMD_NORMAL, Caller, 0, false);}Simply comment it out with this: // for every line or /* at the beginning of that section and */ at the end. Or you could just delete it, but then you might have a change of mind and want to bring it back. Its up to you really. Has your changeclothes script been modified?
  13. Nothing too serious. Just set it up so that the yellow box fits the model perfectly. This is to make sure the vehicle's collision is correct and it can go around obstacles properly. Be sure to check "always use physics geom". This little tick box nearly killed my mod by making it unplayable because I forgot to actually set the game to use the custom collision boxes.
  14. To remove a vehicle, simply remove the part in the script that calls the ingame function to spawn the vehicle. This is in LAFireStationStart.script You are correct about how to change the model of a truck. Lights, physics and commands are another problem you will face afterwards.
  15. Thanks. Now all I have to do now is replicate this process in EM4 frame by frame. I wish animating shit wasnt so hard in the game.
  16. Update: Door slicing animations for crashed cars. http://www.gfycat.com/FaintMassiveAmberpenshell Still WIP. How do firefighters use the jaws of life on cars with crushed roofs? Would it be possible to animate the roof of a vehicle being cut off?
  17. You would need to define the paths of the prototypes to the script. They need to reference the path of the prototype that you are going to give a siren.
  18. A lot of these models are available over at the german modding community forums: http://www.emergency-forum.de/ A good place to start would be the Civil Car Cooperation. These probably contain most of the vehicles you need. There are also standalone models of vehicles available in the download center. You need an account to download anything from the site.
  19. Go to the childs editor and then into the superstructs menu. In there, you can position the hose childs, but you must name them appropiately. See the original GTF fire truck for reference.
  20. Edit your fist post. Then go to "Use Full Editor"
  21. Looking good. Street racing scene is it?
  22. You could upload the mod to the download center here.
×
×
  • Create New...