-
Posts
4,850 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Calendar
Tutorials
Downloads
Gallery
Everything posted by Xplorer4x4
-
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.
-
no although i do like that a bit better, i meant this: http://img199.imageshack.us/img199/4585/quint9os.jpg
-
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.
-
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.
-
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.
-
Does this happen in other games? Did you upgrade from XP to 7 or do a clean install?
-
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.
-
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.
-
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.
-
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.
-
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].
-
Last i checked, asking for updates wasnt against the rules, it just irritating in some cases because a mod maker like Tim or FF will post an update for the NY Mod, and less then a week later some idiot comes in and asks for another update when we got one less then a week ago. In this case there hasnt been any updates in a few months, so it may not do any good to ask, but from a courtesy stand point, I dont see the problem. But Im not a mod so its not my call, just explaining what I believe to be the unwritten rule so to speak.
-
Awesome model but i thought you guys were all done with the vehicles already? Every MOD has an installer,that i have seen, its just submods that do not have installers requiring you to cut and paste, and all that fun stuff. Well from the sounds of it, there are ways to work around hard coded restrictions.
-
lol yeah the city bought it as there parade truck not realizing how big it was and then when they got it they apparently had to move it from its original station because they couldnt maneuver it on the narrow streets of that side of town, but right now this is the first due for fire and medical runs in my neighborhood. Im sure they hate it as a good amount of there runs are in my apt complex which isnt eactly the best place for driving a fire truck. It looks better then there old truck by far:http://www.indianafiretrucks.com/pictures/vanderburgh/evansville/quint-9-os2.jpg However if the mayor gets his way, they will move a pumper from across town in with that truck making the engine first due I would imagine: http://www.indianafiretrucks.com/pictures/vanderburgh/evansville/engine-10-ds.jpg Anyways lets not hijack this thread talking about that sexy truck
-
Those KME engines sure have alot of hose storage on them. I agree the roll ups dont look good but combined with the increased storage capacity, from the looks of it, dont look good. Granted this is a good thing in terms of being practical, just looks wise, there ugly.
-
LEts put it this way, does your city engineer or gas and electric company have a siren? The engineers role in game is a bit of both.
-
A Guide to the LAFD and assisting agencies....
Xplorer4x4 replied to MikesPhotos's topic in Los Angeles Mod
So do investigators use red lights to get there quickly? Judging by the red and blue lights it looks police oriented. 1. fom what i see LASD Traffic units use MX7000, while there "Radio cars" use Arjent like LAPD. What is a radio car anyways? -
No problem. Another lighting submod would be more then welcome in my book.
-
-Site News & Announcement forum FAQ Site & Forum Support -Modifications [EN|NL] Los Angeles Mod Emergency3 Mods - no redirect Emergency4 Mods - no redirect Modding Teams - Seems pointless. California modding team - I like puppysboy, but seriously he has started three mods and not finished one. Plus he has his own forum. Why does he have one? chiyoko they have one thread,why do they need a whole forum? Its got 2 pages of posts in 5 months. Not exactly a popular mod from the looks. EMP - therres actually a few threads in here, but still why a whole forum? EFR- They have one released mod. The rest of the threads are dead pretty much. GB - 1 completed mod, a few WIPs, and these mods dont seem overly popular. NorClans - there one WIP mod seems dead. SLUM - 3/4 mods released, they are the only group that seems worthy of an actual forum. -Emergency 2012 [EN] General -Emergency 4 | Emergency 4 Deluxe | 911: First Responders [EN] General [EN] Multiplayer [EN] Technical Help [EN] Mission Help [EN] Modding & Mod Help -Emergency 3 [EN] Help [EN] Modding & Mod Help -Other [EN] Off Topic -Emergency 4 | Emergency 4 Deluxe | 911: First Responders [NL] General [NL] Multiplayer [NL] Technical Help [NL] Mission Help [NL] Modding & Mod Help -Emergency 3 [NL] Help [NL] Modding & Mod Help -Other [NL] Off Topic Maybe not exactly, but you get the idea.
-
Maybe if you ask nicely.. Again, animations should not be a problem. How are animations holding you back exactly? It doesnt even have to be angled, maybe, it could possibly be like this: http://img84.imagesh...85/quint9os.jpg
-
When I get my pc working again I will contact you to see if I can be of any help.
-
Good point lol. Cry a river...seriously, you cant please every one all the time. I do enjoy your work, its just the project title, as sirmoo pointed out, as some flaws to it. The lights them selves I enjoy or I wouldnt use them. This is what I have done for some time. I still utilize prototypes out of Tony's Lights Pack that was released a year ago, combined with newer versions of Tony's Lights and various versions of PRL. We're not allowed to compare and contrast the lights packs? Well there goes half the purpose of the forum...sharing opinions. You dont need any. Just edit the first post, use the full edit, and attach it. This will host the download on the server and this will eliminate waiting times and the chance of being deleted. Plus it gives us a faster download, but with light packs thats not usually an issue.
-
And where would this be used in the mod? Jose,great job. I hope you can release this.
-
Well still havent got permission to release this, so my apologies to anyone who was looking forward to this project, but I have no idea if it will be released even though it meets the requirements. Furthermore I have had PC problems and wont have my pc back online till next week to put the finishing touches on this even if it is not released.
-
Define powerful. Listing your hardware may help. There used to be a tutorial here regarding nvidia cards, but not sure where it went. It could be lighting depending on if you have altered them yourself. The lighting submods here shouldnt be much of an issue, but no telling. Even I notice some lag sometimes running the games off an SSD array, Core i7 860 and 4890 gpu. I dont pay much attention to it personally. Make sure your drivers are up to date as well.