Jump to content

Xplorer4x4

Members
  • Posts

    4,839
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Xplorer4x4

  1. Also in regards to my earlier point about mod team forums being useless, moving the threads in to mods would make tracking progress easier. As it is this means to keep track of all the mods released or in progress, we have to visit the la mod forum,the mod team forums(thats 7 forums alone) and not to mention em4 mods and maybe em3 mods. Thats 9-10 forums we have to visit just to keep track of mods. The teams themselves dont even utilize the forums in a capacity for team members to communicate. I imagine most of the communication takes place via msn and maybe private forums elsewhere to discus progress and such, so a whole forum for one-three threads seems useless. Maybe they would be better used hidden from the public and only the mod teams can access the forums to discuss things in private. The LA mod and even NY Mod having there own forum(not now but in the future i think it would be warranted and even necessary but thats another issue) and having all mods in progress in the mods forums. Also maybe toss what appear to be dead mods in to a separate forums.
  2. Thanks for the input but I doubt Mikesphotos would go to the trouble of labeling LASD units as radio cars with out reason, and seeing as only radio cars have arjent lightbars vs metro cars which have the mx7000, I there is something setting the 2 cars apart.
  3. I dont think he meant the staff specifically, and assuming he didnt mean staff, you said you made this site as a place for people to get together and share models and so forth. I dont see alot of that going on. NNICO gave away some models awhile ago, a cv and Impala if memory serves me right. Aside from that i dont see any one else contributing models in such a way. Same for scripts,custom maps, etc. You give us a platform to speak our mind, and you say "it's bullshit?" Now i didnt quite understand his point, but you gave us the platform to speak. If you dont agree with it, i dont see a problem in saying so, but was a comment like that really needed?
  4. Late reply, thanks NJ. Another question. saw footage of 9/11 the other day, and noticed there was atleast one crash tender present at the pentagon. This struck me as odd since i have only ever seen crash tenders used at airports. Why would a crash tender be there? Also what is it that makes a crash tender like a Oshkosk Striker so different from a spartan,alf,pierce,etc rig? obviously they carry foam but why are they designed so different? Is it because aircraft fires can easily give off alot more heat if the jet fuel is ignited?
  5. http://forum.emergency-planet.com/index.php?/forum/12-site-forum-support/ Might have better luck posting in there.
  6. I to want to see the newer models in the game, but i think the paint schemes should stay as they are to easily tell the difference.
  7. Correction air was leaking iside to his brain, not away from the brain. One of his eyes are swollen shut to.
  8. I like the general concept, however as Francis pointed out it has its downside. Maybe tweak the idea so the field are hidden(I think you said this?) and there is a hidden forum only for those who have proven to show the ability to do some scripting,modeling, or some sort of tallent regarding modding, and just reskins dont count. This place would be for modders to come together like you said. The forum has to be hidden though because if you show enough ability to mod here, you will be pmed regardless of the profile field, but not makeing it stand out unless the person wants to contacted like you. For instance, i hate being pmed about stuff, but if people make a thread i am usually willing to help out even if its some one who generally annoys the crap out of me.
  9. I really doubt everything is exactly the same so going back and forth to make the needed models is a bit of a waste of time,and if your cranking out models in an hours time, why is only half the models done? Whats the point of 2 identical mods?
  10. I thin theres 3 people who did the voices for the la mod. Did you check the pdf file that comes with the mod?
  11. Well ems wasnt involved but my step bro is really in to bmx.He went to grind a rail on a gap of about 5 stairs, missed the rail and face planted. He was kept in the ICU over night, due to air leaking out of a cut in his forehead,fractured skull,and 3 stitches in his ear
  12. I cant post? ok maybe i can.
  13. Might have to look into that, thanks!
  14. I'll try to check in to it more once my pc is up and running like monday or tuesday.
  15. Dont be surprised if you have to link up the prototype to the v3o files. I had to do this on some of the models.
  16. no although i do like that a bit better, i meant this: http://img199.imageshack.us/img199/4585/quint9os.jpg
  17. Spybot used to be the best, but it has fallen off in past years. The first line of defense should be nod32 and comodo firewall. Then have malwarebytes as a back up scanner running once a day. Then keep a copy of f-secure rescue cd handy at all times as a last resort, but this app will only update over a wired internet connection, not wireless.
  18. I never said weather this was real or not, just how the mod was designed, but yes this is how it is done many places in the us. Like some one else said, keep in mind one person can get a stretcher by themselves while the other stays with the patient. this is a GAME, and no matter how hard we try it will always lack some realism. LA does not always respond an engine on medical calls, but most o the time i believe they do. I know here fire goes on most medical calls, but i have never seen them ride with a patient in the ambo. Police are not a ems, but yes police would be dispatched. Not sure it is the law, but protocol, yes most likely. I doubt shane will add this, however there are hostage rescues already in the game/mod.
  19. I love when people make demands as if they have some kind of control over these things. I'll be nice and offer you another piece of advice besides posting in the right place, specify which vehicle you want to use as I doubt Hoppah would blindly give you permission to use one vehicle with out knowing exactly what vehicle you want to use.
  20. Does this happen in other games? Did you upgrade from XP to 7 or do a clean install?
  21. A topic bump would have gotten my attention..no need for a pm. GameObjectList l3; Game::CollectObstaclesOnVirtualObject(VO_AMBULANCE01, l3, ACTOR_VEHICLE); if(l3.GetNumObjects() > 0) { Vehicle m = l3.GetObject(0); PersonList passengers = m.GetPassengers(); if (passengers.GetNumPersons() == 0) { if(StrCompare(m.GetPrototypeFileName(), OBJ_AMBULANCE02LED) == 0) { m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 7, false); //m.PushActionWait(ACTION_APPEND, 0.5f); //m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 3, false); } else { m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 1, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 2, false); } } } change that to GameObjectList l3; Game::CollectObstaclesOnVirtualObject(VO_AMBULANCE01, l3, ACTOR_VEHICLE); if(l3.GetNumObjects() > 0) { Vehicle m = l3.GetObject(0); PersonList passengers = m.GetPassengers(); if (passengers.GetNumPersons() == 0) { if(StrCompare(m.GetPrototypeFileName(), OBJ_AMBULANCE02LED) == 0) { m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 1, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 2, false); } else { m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 1, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 2, false); } } } And follow this pattern for the other ambulances. If that doesnt work compare it to the stock scripts, which i dont have access to on this pc, and see what they look like there. thats around line 200 of lafirestation.script.
  22. Thats up to the mod author if they want to make an exe file. All submods have instructions in the first post or usually a read me file inside the rar. The instructions are there if you look.
  23. Is this topic about sirens? No? You will have better luck starting your own topic, but even then theres a good chance you will be told to use one of the packs here(i think there 4 total,default la mod siren,sirens in AUS,Conrads Siren Mods, and I think Francis released a pack of old LA Mod sirens) or make your own if those dont suit your needs.
  24. Macks are very rare in these parts. Theres one in the entire county. I love the Spartan Gladiator Quints from 09. Quite possibly the sexiest ladder/quint ever made.
  25. Just be patient, give it about 2 days for them to write back. In this case even i you got a keygen i dont think it would be useful as the program may be in Russian only [EDITED BY MODERATOR].
×
×
  • Create New...