Jump to content

bmxchamp4

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by bmxchamp4

  1. Lol wow, this whole time, the answer was right in front of me. but I didn't scroll over far enough lol! you were right. I needed to change the actual model path in the editor xD thank you for your help
  2. Only the ones I have copied. I have made 4 copies in total.. 3 copies of fire_engine1, and 1 copy of fire_engine2.. Now, when I change the .dds files for fire_engine1 & 2, they change just fine. However, when I change the .dds files of the 4 copies to what i need them to be, they seem to maintain the same .dds files as their original that they were copied from despite having changed the file names to the correct ones in the .V3O file.. So for example, fire_engine2 is supposed to say 102 on the skin, for the engine number, and that it does.. then fire_engine6 is supposed to have 302 on it for the engine number. (NOTE: fire_engine6 is a copy of fire_engine2).. and despite having changed the necessary file names in the V30 and what not, fire_engine6 says 102 on it instead of 302. It is still using the fire_engine2.dds as it's skin instead of fire_engine6.dds
  3. Which editor are you referring to? the 911 editor or Notepad++? The 911 editor is running as admin, not sure about NP++ though, never checked. No the files are not set to "Read-Only", should they be?
  4. Yes sorry I should have mentioned this. However, I did run into a problem. After finishing my editing and renaming the file names within, they still seem to be using the skins from the original copies (i.e Engine 3 (a copy of engine 1) is still using the skin for engine 1. So engine 3 still says E1 on it). It is very strange. I am trying to find out why this is. Although I have a theory. I will get back to you after I test it. **EDIT** Hmm, yes I seem to have that problem. I have tested my theory and it did not work. Despite having changed the file names inside the v3o file, the copies are still using the same skins as the originals. I thought at first maybe, despite being able to edit them, that i should unpacked them. But just as I thought the files were already unpacked. When I tried repacking the files to see if that was the case, it said it could not write the file. Any and all help would be very much appreciated.
  5. Will this work? So far in my experience i've not gotten it to work. It might be that the skins for the vehicles are tied to the specific V3O. However here is the situation. I have created copies of the LAS engine in the LA Mod. I have tried reskinning the copies, but they seem to still use the same skin as the original file. I reskinned the original file, and the copies skins also changed. Is this because the all the .v3Os are looking for the specific .dds file? fire_engine1.dds? **EDIT** Nevermind I found it
  6. Yes you are correct, but it's fine because only one player plays as fire. And like I said, I've made the ToFireStation Script work before in the LA Mod. I was able to get a friend on last night to test it with me. The problem I am having now, is the ToFireStation script in the NY mod is slightly different than the LA mod script. This is the order of what happens: Click return button, the vehicle goes to a VO named fs_fp[number], then once there it finds it's own VO that it normally spawns on in Freeplay, after that it pulls in, on it's personal VO, then has to face a specific direction so it rotates itself to face another VO named fs_vogate[number]. Now, when I click return to station, it goes to the fs_fp VO assigned to it by the script. Once there though the game completely crashes. Not even a script error, it just crashes completely and in the logfile at the end it says: ?Spawnpoint: "firecheck 18" blocked ?Spawnpoint: "firecheck 20" blocked ?Spawnpoint: "firecheck 21" blocked The problem is, I don't know what those firechecks are. I don't see anything about them in the actual editor so I assume they are not VOs. I'm not exactly sure what to do now to try to get it to work properly. Does anyone have any insight on this? as to what could be going wrong? Maybe Hoppah will know and be able to help?? lol
  7. **EDIT** Ok so I'm no longer interested in knowing my original question, it's not important anymore, what is important to me, is for anyone who may be interested in trying to get the multiplayer ToFireStation script to work for the NY Mod. I know it's possible because I've done it in the past with the LA Mod with a friend. We both have a lot on our plate as of now and can't spend as much time on it as we used to. So maybe the community can get together to all work together? So scroll down if you're interested to find out where I'm at right now with it. **Old Post** Hey all, I had a quick question. I've been enjoying the NY Mod with a friend the past few days and decided to edit the multiplayer map a bit to allow for unit housing. Just simple stuff really, and am editing it to enable the use of the To Fire Station script. I've done it with some friends before in our submod of the LA Mod so I know for a fact it can be done. That's not what I'm having issues with though. I don't always have people to help me test the script to make sure it's working properly. Seeing as it's multiplayer, I can't do it on my own. Does anyone know, or figured out if there is an alternative than having to get someone to join your MP session just to test it. I don't have a second computer that I can run the game on so that's out of the question. Any thoughts or ideas?
  8. Lookin good. Been awhile since I scripted 911 so I'm a little rusty. Otherwise I'd help out here and there when I could.
  9. Hello all. I've recently been doing some modding to the LA mod. I've added police cars to the police station and they are auto staffed at the beginning of the game. Everything works fine. Except for the frickin alarm at the police station (you know the one that goes off at the fire stations) won't turn off. And it's louder than normal. I tried deleting anything that would cause the police station to even HAVE an alarm, yet it STILL goes off and won't turn off. It's extremely annoying can someone please help?
  10. I know it has been a lonnngg time and I'm definitely sure you have figured it out already, but if you're still having trouble with the spawns let me know and I'll help you out. Can't wait to try this mod out!
  11. No no no.. To add equipment to the vehicles you have to do that in the actual editor. Go in your EM4 editor and edit the vehicle properties. When you do that and save it the unit.xml should automatically be updated.
  12. Hello all. This thread has long been inactive, but for anyone esle who may have this problem, You need to create another Squad VO. This is the virtual object that contains the vehicles and spawn and moveto VOs. And then in the LAFireStation script in the DummyCallCrew command, you need to add the code in. Also make sure you specify the new spawn and moveto AND the squad VOs at the top of the page with const char VO_SPAWN04[] = "fs_spawn04"; const char VO_MOVETO03[] = "fs_moveto03"; const char VO_SQUAD03[] = "fs_squad03"; and DON'T forget about the OBJs const char OBJ_PO[] = "mod:Prototypes/Persons/03 LA Police/lapd_officer_m.e4p"; const char OBJ_SWATOFFICER[] = "mod:Prototypes/Persons/03 LA Police/lapd_swat.e4p"; const char OBJ_SCOUTOFFICER[] = "mod:Prototypes/Persons/03 LA Police/scout.e4p"; const char OBJ_BOMBSQUAD[] = "mod:Prototypes/Persons/03 LA Police/lapd_bomb_squad.e4p"; ETC. ETC. Then you want to make sure you specify your ChildIDs so that when you go to Auto Staff the vehicles, you AND the game know which person is associated with what number. IE PersonList passengers = v.GetPassengers(); if (ChildID == 1) { Person p = Game::CreatePerson(OBJ_PM, UNNAMED); p.SetEquipment(EQUIP_EMERGENCY_CASE); } else if (ChildID == 2) Person p = Game::CreatePerson(OBJ_PM_STRETCHER, UNNAMED); else if (ChildID == 3) Person p = Game::CreatePerson(OBJ_EMT, UNNAMED); else if (ChildID == 4) Person p = Game::CreatePerson(OBJ_CHIEF, UNNAMED); else if (ChildID == 5) Person p = Game::CreatePerson(OBJ_HAZMAT, UNNAMED); else if (ChildID == 6) Person p = Game::CreatePerson(OBJ_USARFF, UNNAMED); else if (ChildID == 7) Person p = Game::CreatePerson(OBJ_EMT_STRETCHER, UNNAMED); else if (ChildID == 8) Person p = Game::CreatePerson(OBJ_PO, UNNAMED); else if (ChildID == 9) Person p = Game::CreatePerson(OBJ_SWATOFFICER, UNNAMED); else if (ChildID == 10) Person p = Game::CreatePerson(OBJ_SCOUTOFFICER, UNNAMED); else if (ChildID == 11) Person p = Game::CreatePerson(OBJ_BOMBSQUAD); else return; Ok so NOOOWWW you can go back up to your DummyCallCrew command and add in your code: (mine is for the police station) else if(v.IsCollidingWithVirtualObject(VO_SQUAD03)) { ActorList l1 = Game::GetActors(VO_SPAWN04); if(l1.GetNumActors() > 0) Vector Spawn = l1.GetActor(0)->GetPosition(); GameObjectList l2 = Game::GetGameObjects(NAME_POLICESTATION); for(int i=0; i < l2.GetNumObjects(); i++) { GameObject *obj = l2.GetObject(i); if (!obj->IsSpecialLightEnabled()) { obj->EnableSpecialLights(true); obj->PushActionWait(ACTION_NEWLIST, 16.0f); obj->PushActionExecuteCommand(ACTION_APPEND, DUMMY_ALARM, Caller, 1, false); Vector AlarmSnd = obj->GetPosition(); int soundID = Audio::PlaySample3D(SND_ALARM, AlarmSnd, true); obj->SetUserData(soundID); obj->AttachSound(soundID); } } } And voila! now all you have to do is edit the LAFireStationStart script to auto staff whatever vehicles you may have over there and it works perfectly!
  13. Yeah I FINALLY figured it out! tonight! lol. It took me forever to realize that in order to make them spawn in the correct location, I needed to create another VO called squad03. And then it needed to wrap up all the other VOs so that way when it does it's check if(v.IsCollidingWithVirtualObject([enter VO name here])) That's how it collected the information on where the spawn was and which spawn they needed to spawn at. I'm excited beyond belief lol this opens up a TON of modding i can do to free play now. Next on my list to add......... Parking spaces lol. That'll be fun.
  14. Anyone? I've been working at it but still haven't been successful. What am I missing?
  15. I'm sorry but I'm not understanding what you're asking for.
  16. Thanks for the reply hoppah, but I ended up figuring it out lol.. But I am running into another problem. I've gotten as far as this. To make a long story short, everything spawns as it should. The game starts everyone and everything spawns including the patrol car. I added a control panel to the police station and added VcmdCallPO to it which is a command I wrote to spawn a police officer. (all I did actually was use the VcmdCallEMT as a template and edited it to spit out an officer lol) anyways when I hit the spawn police officer button on the PD control panel the officer spawns exactly where he should at the PD station and moves exacty where the moveto VO is which is GREAT I'm very pleased tht I've gotten this far.. My problem though is with auto staffing. I edited the LAFireStationStart script to auto staff the patrol cars.. The officers spawn but instead of spawning at the police station they spawn at SPAWN02 at fire station 1 and try to run all they way to the PD and get in the vehicles. Any tips or ideas??
  17. I am currently adding things to freeplay on my game. I am taking all of the civilian cars out of the police station, spawning police cars there, adding a spawn point to the police station, and would very much like to spawn police officers at the station and have them auto staff the police cars. It's pretty much the same scripting as the fire stations just for the police station and I already am working on it and have ideas on how to do it... it may work it may not who knows but so far everything i've done has worked and i now have a ton of police cars ready to go rather than having to spawn my own. I am working on the spawn point as we speak putting it in the station and scripting it. also am going to add a control panel to the police station. The dilemma I'm facing though is how exactly to spawn the police officers. you know how for the firefighters it's like 1 for a paramedic, 3 for a basic FF 6 for the HAZMAT FFs. My question to you all is....................................... what number is associated with police officers if any at all??? and how do you find out these numbers?? is it merely a process of cycling through numbers and loading up the game until you find the one you want?? or is there a way to assign these numbers to the personnel and if so how?? any and all help is very much appreciated. please reply to this message ASAP thanks!! P.S. Hoppah if you happen to read this help from you would be EXTREMELY appreciated lol
  18. Hey guys whats up. Not to barge in here and make my own questions more important or anything, but I figured this one was the perfect one to ask my question in. I am currently adding things to freeplay on my game. I am taking all of the civilian cars out of the police station, spawning police cars there, adding a spawn point to the police station, and would very much like to spawn police officers at the station and have them auto staff the police cars. It's pretty much the same scripting as the fire stations just for the police station and I already am working on it and have ideas on how to do it... it may work it may not who knows but so far everything i've done has worked and i now have a ton of police cars ready to go rather than having to spawn my own. I am working on the spawn point as we speak putting it in the station and scripting it. also am going to add a control panel to the police station. The dilemma I'm facing though is how exactly to spawn the police officers. you know how for the firefighters it's like 1 for a paramedic, 3 for a basic FF 6 for the HAZMAT FFs. My question to you all is....................................... what number is associated with police officers if any at all??? and how do you find out these numbers?? is it merely a process of cycling through numbers and loading up the game until you find the one you want?? or is there a way to assign these numbers to the personnel and if so how?? any and all help is very much appreciated. please reply to this message ASAP thanks!!
  19. Yes Mikey that is a good idea. Thank you. But the reason we do have the site locked down, is some people like to spy and steal ideas. But I guess I'll have to open it up a little more and trust that no one will steal any ideas and try to pass it off as their own
  20. Did your friend try forwarding his ports?? If all else fails use Hamachi. Here's a download link. Check the terms box and select "Unmanaged" https://secure.logmein.com/US/products/hamachi2/download.aspx If you need instructions on how to use hamachi then contact me and I will get back to you ASAP. NOTE: Your friend needs to have it too.
  21. hey there matheus. so it looks like u play multiplayer alot. if ur interested in being in a 911 clan*link removed*
  22. You interested in joining Joint Emergency Responders? Check us out. Follow the link below and visit our About Us page if you're interested.
  23. Go ahead and stop by Joint Emergency Responders' website to enjoy a realistic and fun multiplayer experience http://www.j-e-r.tk
  24. Joe keep in mind that if you decide to join Squad55 you will have to resign from JER first
×
×
  • Create New...