Jump to content

Cytreen

Member
  • Content Count

    138
  • Joined

  • Last visited

  • Medals

Everything posted by Cytreen

  1. Since you are using ace, just use the ace interaction system to load the injured player into the chopper. When you get to the destination use ace interaction to interaction>passengers>name of passenger>unload make sure you are running the ace compatibility pbo located in the ace mods optional folder for the RHS mod you are using.
  2. Are you attempting to set up multiple respawn points for players with one being on the Aircraft Carrier? The way i set up my respawn system on Tanoa was by using the BIS respawn templates (Works like the respawns in the Apex campaign) https://community.bistudio.com/wiki/Arma_3_Respawn The way i added a respawn position on the carrier was by adding a position to the via BIS_fnc_addRespawnPosition initPlayerLocal.sqf [west,[x,y,z],"Name of Respawn on menu screen"] call BIS_fnc_addRespawnPosition; https://community.bistudio.com/wiki/BIS_fnc_addRespawnPosition Doing the respawn point this way causes the player to spawn with a parachute. Im spawning the players like 0.2 above the deck of the carrier. Their is a rare occasion that you can be killed by the parachute when it hits the player lol. I have not found a better way since running a trigger to telaport was not a viable option for me.
  3. Cytreen

    Terrorist Organization Black Order

    Love the mod but since the new 1.4 update CBA started throwing this error from this mod. Soon as i reverted back to version 0.3 it went away. 1:24:59 [XEH]: One or more children of class Car do not support Extended Event Handlers. Fall back to loop. 1:25:00 Error in expression < ((!(_value isEqualTo [])) && {!(_value isEqualTypeAll 0)}) exitWith {true}; if > 1:25:00 Error position: <isEqualTypeAll 0)}) exitWith {true}; if > 1:25:00 Error isequaltypeall: Type String, expected Array 1:25:00 File x\cba\addons\versioning\XEH_preInit.sqf, line 51 1:25:00 Error in expression < ((!(_value isEqualTo [])) && {!(_value isEqualTypeAll 0)}) exitWith {true}; if > 1:25:00 Error position: <isEqualTypeAll 0)}) exitWith {true}; if > 1:25:00 Error Generic error in expression 1:25:00 File x\cba\addons\versioning\XEH_preInit.sqf, line 51 1:25:00 Error in expression < ((_this select 1) select 1)}; I am building a 16 player multiplayer campaign ware this mod is featured as the main enemy. They dont make an appearance until later though. Been working on the first mission for a long time now. Hope you can figure out what in the update caused CBA to have a fit though.
  4. I've never released any missions publicly but im sure some of you have played the 15thMEU ACE insurgency missions at some point back in arma 2. Back in arma 2 i always attempted to keep the MP mission under 5MB, but my missions were big sandbox missions for the 15thMEU recruiting servers (15thMEU ACE Takistan Insurgency and their Fallujah Insurgency variant). The mission file size was small because they needed to be for the recruiting server so JIP players wouldn't affect the current mission performance (Yes JIP players DL files do have an impact on mission in performance depending on server scale). In this scenario the number one priority should be mission performance. The only time i ever heard anything regarding mission file size was some of my experiments mashing MSO and Insurgency into one mission which made the pbo file almost 10MB. That complaint was from mission file size and had nothing to do with JIP performance. I dont know if player sin arma 3 are still touchy on file size anymore as mod packs for servers are getting to be around 20+ GB. Personally, i say it depends on the what the mission is designed for and what are the goals of the mission maker. For big servers like a realism units recruiting server, the substance(story/reasons of why/fluff) of the mission is not a huge priority and the mission is often completely devoid of such things. Missions for servers like these need to be bullet proof against pubbers doing what pubbers do best, and thats breaking the server lol. Mission performance and game-play experience are the top priority as they need to bring players in and have engaging game-play that require teamwork. No amount of custom music or sounds is going to do that unless it is integral to the mission. The missions ambiance takes a backseat to almost everything else when it comes to big server missions like these. Most players don't even take the time read the briefing for the current task as they base their actions off of the task name. IMHO for missions that are just pure co-op mission i dont think file size will have much impact on it when playing with a group of friends or ad-hoc groups of people in teamspeak but If the mission is so large that it take 5min to 10min to download then you might want to restructure it to an addon or put it on steam so people can pre-download it. You also have to take into account for JIP if it makes since for the mission. If your like me and dont do respawns then JIP is not something i want. Just make sure anything your adding actually has meaning and a reason for being their. If the mission is good then people will play it. Having to download mods to play the mission in the first place is the biggest deal breaker but if the mod is popular like CBA/CUP/ACE/ALIVE some of the various unit mods then it should not be a problem since most arma players will likely already have them. For my own arma 3 mission that i have been working on this past month it's projected to sit around the 10MB to 15MB mark when complete. It has a 3:30 min intro sequence(skip-able by mission parameter) but it has substance. Half of that opening is credit sequence like you see in many old movies as it will have many voice actors and people who will have helped me that id like to credit during the opening. Is the sequence needed? No, but neither is the opening credit sequence of James bond movies either. Does it serve a purpose? Yes, it helps set the tone and pacing for things to come in the mission which is the main purpose for intro sequences. Does this take up mission space? It's about 2.6MB mainly due to the song used and its actually cut in half with the 2nd half of the song being heavily edited with sound effects to give the illusion of being played inside the chopper PA system with layers of crew chatter over it. Is it needed? absolutely not, but arma players are not accustomed to seeing missions that strive to push beyond go here kill _x. Most of my mission size comes from the fully voiced and scripted Briefing that correspond with the Slide show of intel pictures that will be shown on the TV screen in the briefing room as well as piping in live UAV feeds of the Objective Area. The briefing is a complete rundown of what you will be doing in the missions in a contextual way that players can understand. Is it required to sit through the 5 to 10 min briefing given by the NPC? Absolutely not. Will you benefit from sitting through the briefing? Tremendously. For those that replay or restart(No respawns) it they can just skip it all together by going to the mission quick start point. Now is all of this voice over filler? Damn right its filler but It's filler with a purpose and has a reason for being their. Other things like sound effects must be their or players wont locate generators to take out the towns power systems. Above all my main concern is client performance given the object heavy nature of some of the scenes. Does mission size have an impact for players downloading it, not really as it depends on the delivery system of the mission and the missions scope like what i described for my mission.
  5. I have been working on a mission intro sequence and have come across a little problem. I'm attaching a camera to a helicopter for some exterior wide shots while in flight. The problem i'm having is camera jittering during the wide shots. I am attempting to get the camera to follow along with the chopper by attaching the camera to the chopper via attachTO. It seems the arma engine isnt capable of doing stable camera shots when its attached to a moving vehicles. It works well for things at walking speed but not for vehicles in motion. Anybody got some suggestions for a work around to achieve the same style of shot like in my video? Video of what im talking about Things i have tried so far. -attaching camera to Chopper -attaching camera to gameLogic thats attached to the chopper (It helped reduce some jitter) -attaching camera to pilot/units in cargo Gamelogic unit name = chopperLogic Helicopter name = Caper intro.sqf ;comment "wide shot of chopper"; _cam AttachTo [chopperLogic,[-30,0,5]]; _cam camSetTarget Caper; _cam CamCommit 30; waitUntil {camCommitted _cam}; ;comment "Front Right"; _cam AttachTo [chopperLogic,[-1,8,0]]; _cam SetDir 175; _cam CamCommit 10; waitUntil {camCommitted _cam};
  6. Ok so after some testing i found something rather strange. All previous videos were captured from local hosting the game via multiplayer hosted session. This is what happened when i put it on the dedicated server: original code i started with in the first video. its not ideal but WHY ARMA MUST YOU BE SO DAMN FICKLE!!!! lol sorry local hosted multiplayer session i dont think its ever going to work right. I think its a transforms problem in the engine.
  7. cameraEffect only create a visual effect in the camera. It does not solve the jitter issue. This is the opening sequence for my mission. You can see why i need help to get this jitter issue fixed. The reason im holding so long on shots are mainly due to the way the opening credits work since the mission is going to be voiced. Like the opening of a movie.
  8. Cytreen

    Mission intro template?

    The code i posted is just for the black title screens you asked. The line with the music is a custom music track i have in my intro. To define custom music in a mission look here https://community.bistudio.com/wiki/Description.ext it will tell you everything about what this file in your mission does. Remove the line about the music if you just want to copy past to use the code as is. Playing music in an intro is quite easy if your just wanting to use the music that is already in arma 3. You can play music from a trigger by selecting a music track in the triggers effects field in the editor. Now their are some problems playing music this way. As far as i know you cant stop the music playing until the track ends if its the default music in the triggers effects. I only know how to stop custom defined music that you have setup in the description.ext file. The code i posted above is what i used for my title sequence. I use comments as a way of describing what the code is actually doing. This way when people look at my code they will be able to follow it and get a good understanding of what that particular code does. So when you see the comment in the code i posted you know the first camera the players see when the mission starts is a "establishing shot looking at the sea". It may be a bit confusing since i removed all of my data for [x,y,z] this way you can put in your own. You can delete that whole code block if all you want is the title card sequence. i included one camera point so you could see how to switch to a camera before destroying it and returning the player to his character. To understand what and how to edit on the titleText take a look at https://community.bistudio.com/wiki/titleText pay attention to what DreadedEntity posted on that page. He has a vary good explanation on what the 0.2 does in my code. Build a few test mission and experiment with all of the settings on the wiki This is a rough cut of the intro sequence i have been building for my multiplayer campaign mission. It's missing quite a lot of stuff as i have the intro credits title sequence turned off right now. Now what im doing in this intro may be a little advanced for people who are not conferrable with scripting but with a little work you can get the same result. (im currently trying to solve the jitter issue in another thread of mine so please post their if anyone has advice about it, i dont want to hijack this thread) The code below is the same code i used to do the title cards in this video. If anyone was wondering this is not the the full intro sequence, the full intro about 3 min and is a hybrid of sim-interactive (player controlled ) and cinematic. Yes its long but once all the voice over work is done for the other shots it will be worth it. TitleText intro with no player control at mission start. past in mission file named intro.sqf _cam = "camera" camCreate [0,0,1000]; _cam cameraEffect ["internal", "BACK"]; CutText ["","Black Faded"]; sleep 1; titleText ["Text line 1 ", "PLAIN", 0.2]; sleep 3.5; titleText ["Text line 2 ", "PLAIN", 0.25]; sleep 3.5; titleText ["Text line 3 ", "PLAIN", 0.2]; CutText ["","Black Faded"]; sleep 3; titleText ["Text line 4 ", "PLAIN", 0.2]; CutText ["","Black Faded"]; sleep 2.5; CutText ["","Black in", 0]; _cam CameraEffect ["Terminate","back"]; CamDestroy _cam; scriptDone introSeq; past in init.sqf or call from onActivation of a trigger field introSeq = [] execVM "intro.sqf"; if you dont need 4 title cards then delete ones you dont need.
  9. Cytreen

    Mission intro template?

    I've never done an intro through the intro section of the mission but i know how to do one in a multiplayer mission if that helps. if i recall correctly the intro section of a singleplayer mission is were you can place units down and run a sequence on mission start and once the mission changes to the scenario portion it deletes everything placed down in the intro part. call it from a trigger activation or from init.sqf introSeq = [] execVM "scripts\intro.sqf"; intro.sqf _cam = "camera" camCreate [0,0,1000]; _cam cameraEffect ["internal", "BACK"]; CutText ["","Black Faded"]; sleep 1; playMusic "introMusic"; sleep 0.5; titleText ["Text line 1 ", "PLAIN", 0.2]; sleep 3.5; titleText ["Text line 2 ", "PLAIN", 0.25]; sleep 3.5; titleText ["Text line 3 ", "PLAIN", 0.2]; CutText ["","Black Faded"]; sleep 3; titleText ["Text line 4 ", "PLAIN", 0.2]; CutText ["","Black Faded"]; sleep 2.5; CutText ["","Black in", 0]; ;comment "Establishing shot looking at the sea"; _cam camPrepareTarget [0,0,0]; _cam camPreparePos [0,0,0]; _cam camPrepareFOV 0.700; _cam camCommitPrepared 5; waitUntil {camCommitted _cam}; _cam CameraEffect ["Terminate","back"]; CamDestroy _cam; scriptDone introSeq;
  10. I gave it a go, but camSetrelPos will only move the camera to the position of the chopper at that time it was called. It will not stay attached to the chopper unless the position is constantly updated. To force an update i decided to create an infant loop of the camera code block to test it out.(Only way i know of doing it) It did not work out like i had hoped and i think this may be an extremely inefficient way of doing it. Keep in mind this is all being called from a intro.sqf and is called from the init.sqf via introSeq = [] execVM "scripts\intro.sqf"; I would really appreciate the help as i think this problem is solvable. If not through scripting maybe BIS could get an engine side solution to the problem. Loop test of camera code. ;comment "wide shot of chopper"; _car = Caper; for "_i" from 0 to 1 step 0 do { //_cam AttachTo [chopperLogic,[-30,0,5]]; //_cam camPrepareTarget Caper; _cam camSetTarget _car; _cam camSetRelPos [-30,0,5]; _cam CamCommit 0; }; waitUntil {camCommitted _cam};
  11. How do i install the workDrive P to another hard drive? The default C:\ drive installation is not an option for me as i dont have the space on it and i use my D:\ drive for everything i need.
  12. I have been working on a new mission recently and i's having some issues with one of my scripted sequences. What im doing is making the AI have a conversation in game in a multiplayer mission. Right now i have it working using the KbtTell function with ogg audio files and .lip i created from arma tools. Everything works as intended on hosted sessions but on the dedicated servers the lip sync fails after the first few lines. Im trying to avoid using setRandom lip but i dont know what else to do at this point. any help would be much appreciated. im calling the script from a trigger using 0 = [] execVM "conversation.sqf"; my KbTell script conversations.sqf Isley KbAddTopic ["introduction","texts.bikb","",""]; Brann KbAddTopic ["introduction","texts.bikb","",""]; Isley kbTell [Brann, "introduction", "IsleyLine_1"]; waitUntil { Isley kbWasSaid [Brann, "introduction", "IsleyLine_1", 3] }; sleep 0.5; Isley kbTell [Brann, "introduction", "IsleyLine_2"]; waitUntil { Isley kbWasSaid [Brann, "introduction", "IsleyLine_2", 8] }; sleep 0.5; Isley kbTell [Brann, "introduction", "IsleyLine_3"]; waitUntil { Isley kbWasSaid [Brann, "introduction", "IsleyLine_3", 3] }; sleep 0.5; Isley kbTell [Brann, "introduction", "IsleyLine_4"]; waitUntil { Isley kbWasSaid [Brann, "introduction", "IsleyLine_4", 3] }; sleep 0.5; Isley kbTell [Brann, "introduction", "IsleyLine_5"]; waitUntil { Isley kbWasSaid [Brann, "introduction", "IsleyLine_5", 3] }; sleep 0.5; Isley kbTell [Brann, "introduction", "IsleyLine_6"]; waitUntil { Isley kbWasSaid [Brann, "introduction", "IsleyLine_6", 3] }; sleep 0.5; hint "Conversation finished!";
  13. As far as content goes having an updated engine does not help when half of it is not even documented or documented so poorly it does not make since. The only Tools that have been released is PBO maker to pack mods into PBO files and Oxygen 2. Oxygen 2 is more of the same but we have no sample models to work from, config files get broken with every update and the multiplayer performance is beyond shit in terms of performance and stability (dedicated servers included.) As for the whole future aspect, people are over reaction to it when allot of the stuff similar to the in game assets is actually being used in Afghanistan today. The caseless ammo is not fielded but caseless ammo (LSAT started development in 2004) has been in Army Trials since 2008 for its two current configurations. The main reason people have an Issue with Arma 3 somewhat futuristic setting is not having the familiar Stoner design in game aka the M16/M4 or the recognizable Humvee. If BIS wanted to make a compromise on the vehicles side it would be to build manned up-armored turret open top or netted with either a M2/Mk19 variation the Hunter (aka the BRV-O.) I have been working on my own mod since Jun of 2013 and im only about 10% done with it so far. Im doing everything myself from the Multiplayer Mission design, modeling(3ds Max and Oxygin), texturing, animation, script(Story), scripting(code), audio, and voice casting for voice overs. Im going to stay with the 2035 setting of Arma 3 as it allows more freedom with mission designs as i am sick of go here kill/rescue this/that. I want to maintain a cinematic feel for every mission thats realistic in setting and game play. Every mission in the campaign has full intro/outro cinematic sequences in multiplayer along with full voiced overs for all AI interactions and mission briefing. The mod itself is nothing more than a multiplayer campaign but i have to create so much in assets for each mission it has to be released as an addon. Since i am trying to stay away from the typical kill/rescue scenarios, i have to build and/or add unique story objects/equipment/vehicles for a compelling realistic story. To give you an example i will not use the SDV in my campaign (yet) unless i can show how the player arrived there and the reason for being there. This would mean i have to build out a full scale Virgina class attack sub in game along with a few interior section to give a realistic setting to the story. This would include full briefing cinematic intro sequences with voice overs from inside/outside the sub to show the delivery of the SDV to the insertion point. Building this out in game takes time. I dont have access to a motion capture studio so any in game or cinematic briefing sequences i do with an AI that is visible to the player. I must either create the animation hand drawn from key framing or recycle some the bis sequences from the campaign. Have not even got to multiple extraction types and debriefing. Most people would ask why the hell do i go into so much detail. Simply put i love doing it and want everything to be correct. (I went so far with wanting to be correct with a mission i did for the 15th MEU the order of the flags/type of flags at the base was correct to military standards.)
  14. Any way you might combine your ideas with the medical system in Americas Army 3. Would be nice if it was as detailed as the AA3 medical system. It also has the possibility of actually killing the player if the medic makes the wrong choice in treatment based on given symptoms. Here are some videos of how the system functions, I think a medical system like this combined with your ideas would be the best thing to happen to arma in a long time. Videos Inside In the actual game when you examine a wounded soldier you get a pop up with symptoms. When you select treat you get a radial wheel with all available forms of treatments. Obviously if you attempt to use a chest vale when not needed it will kill the wounded soldier or if you OD him on morphine and Epinephrine. With your different zones of damage you can create things like sucking chest wound and a need to stabilize the player for casevac to the battalion aid station for full recovery or something thats flagged as a BAS like how you can flag objects to work as a medical tent in ACE. I know that the AA3 system is a bit too hardcore for most so maybe an easy system like ACE2 Wounds and have a additional hardcore module for mission makers who want full on realism like what you see in the videos. Just giving you some ideas to think about. I know allot of realism units would greatly appreciate something to this level of detail. Would be great for expanded use on persistent database missions and make use of the Golden hour rule. As you can tell i cant wait for this mod. I really want a detailed medical system in arma.
  15. Cytreen

    Custscene Cameras

    The intro/outro section in the editor only work for single player missions. It does not work in multiplayer in which i am working. I have various reason for doing it mid mission, and on the outro for my 16 player coop campaign. The problem i have now is BIS broke the sqs camera systems sleep command ~, so none of my intros' play properly without massive amounts of script errors and rpt sapm. I have tried doing it in SQF but the lack of documentation only compounds my problems. I have everything mapped out, and my scripted intro sequence is fully working. I just have camera cuts for the intro camera left, but the new intro camera is stopping me from doing anything. The old way from arma 1 and 2 no longer work without massive errors to the RPT, and bis has yet to document hardly anything related to arma 3. Im going for that cinematic feel and since i do not just arbitrarily spawn the player at the start of any of my missions. (no respawns only limited revive) I have great need of a fully functional camera system like i get in Crytek sdk and Unity which arma lacks. The mission i have built will have to be released as a mod due to its extensive use of custom built objects, equipment, and voice overs. As far as Voice overs go I've got the theater and music department to let me use some actors and make use of the sound studio at my college. PS if you have further questions about the COOP Mission please PM me so we dont derail the thread. I will update the thread when i finish the camera system so people can see how i did it. EDIT: I think i may have solved the problem. I was still calling the sqf from exec instead of execVM:mad: lmao.
  16. Cytreen

    Simulation manager

    Well i finally tested this on a dedicated server and sadly like most of BIS shit it does not work. I have done everything from testing this stand alone no scripting and with synced and unsynced and the AI is still visible as well as objects. I observed many issues from AI walking in place to twitching left right repeatedly. Named units have no effect like it does in SP. BIS please make all of your modules support proper dedicated server setups. Anyone with the skills can you please create a working caching system for editor place AI waypoints and scripted behaviors for TPWCAS. The cB AI caching from arma 2 does not function correctly in arma 3 so please dont post that as a solution.
  17. Cytreen

    Custscene Cameras

    Well considering we are talking about Cameras and Cutscenes I would like to know how to trigger a camera sequence mid mission in multiplayer like you can at the beginning of the mission. I am want to do it at the end of my mission but i want to do a scripted cinematic camera sequence for a nice outro of my mission for full voice over debriefing. I may even add a credit sequence like at the end of a movie but only if i can figure out how to cut to a cutscene mid gameplay.
  18. Cytreen

    flood lights in A3 campaign?

    Place an object in the editor that you want to orientate (name the object) and save the mission. Then open the mission.sqm and search for the name you gave the object. Replace the Classname (vehicle="ObjectClassname"; ) of the object with this (vehicle="Land_LampHalogen_F"; ) and you will have a working light. Save the edited mission.sqm and reload the editor. The object you changed the class name on will show up as light on when you hover over it. Test mission. Hope this helps. Bis you realy should make every object avalable in the editor as mission makers some of use will use them in interesting ways.
  19. Cytreen

    Simulation manager

    This could be a vary useful module if bis would get some documentation on it. From just playing around with it in the editor i have found the fallowing. Placing the Simulation Module on the map will cache any unit and/or object placed in the editor by the set range. It will cache any unit regardless of side if it is beyond the range of what was set. It will even cache units created by the sites module with no syncing required. This could prove to be a problem for some missions who need AI to move BVR (beyond visual rang) or what has been setup in the module. What i have come to find is when an AI has a named variable the caching will ignore that AI and allow it to continue with its waypoints and scripting. There is a setting to allow Air vehicles to be ignored but i have not tested it yet. Just from some quick testing i cached 30 groups of rifle squads and had a 15 fps increase when AI where cached. I do not however know if any of this will work in multiplayer or on dedicated server yet. If it does work on dedicated servers it will greatly help out in mission making for those who are not vary good at scripting. This would be a solution for my issues in my 16 player 100+ AI mission as i dont want to deal with the memory leaks in the spawn group functions.
  20. Crashes the server and client on on respawn. Also not multiplayer compatible for local or dedicated. please test before uploading.
  21. Can you please finish the explosives script before moving onto another one. I would like the script errors fixed and a working respawn handler.
  22. Thanks for the info max i have been looking every ware as to why and could not find anything. I do hope that they can get it working even if it means moving to GPU based physics. (as long as it works on both AMD and Nvidia) Given the new sitrep at least they are upfront about it and that means allot to me. Im fine with them adding in content later through patching but i do not want to see them go the way of the DCS series and nickel and dime the player base through DLC. Dont get me wrong i love DLC only when its worth it. The best DLC for arma 2 for me was the ARC but sense light version was not included in in a official patch it was imposable to use the content on any server.
  23. I just prey that they include the flight models from Take on Helicopters as the current one is trash. Proper flight physics is a must for both fixed wing and choppers. I would love to see the F-35 come in at some point. Maybe bis will release most of the stuff they cut with the campaign DLC but overall the flight physics need to be on par with Take On. Arma is a nich game and i understand they want to go more mainstream to sell more but for the love of god dont sacrifice quality of the product that most of this community has been asking for sense OFP. (shooting from moving vehicles/flight physics). Its not like we are asking for a fully functional THADS system for the Comanche or networked targeting systems that Gen 5 fighters have. If they really need something to compete with the F-35C and the F-22. Why not give Op4 the PAK FA and the F-313. Maybe the Chengdu J-20. I mean we are talking about the future and yes i know it will be much longer than 2037 before toughs aircraft are operational and fielded but cant we make the exception for the armaverse. I imagine Op4 are going to be russia/iran/china so to speak.
  24. Cytreen

    Arma 3 - Sneak Preview Livestream

    Am i the only one who has noticed the complete lack of support vehicles like the Fuel; Ammo; and Repair trucks? Seriously WTF... and when the hell is the false light on the ghost chopper at night going to get removed? You do not do a covert insertion/extraction with a spotlight on lmao. BIS please add support for custom skeleton rigging in your animation engine. I would love to see an addon based off the Boston Dynamics BigDog UGV. I liked the stream aside from the performance problems but if you think 30fps should be target performance you need a reality check. The new UAV will finally add a much needed element to the game. I just hope they continue to function on a dedicated server during respawn and JIP.
  25. Im trying to set up a trigger to fire off when a given object is placed inside it. Misc_cargo_cont_net2 is the object i want to detect in the trigger. I have CBA so if its only possible to set this up using CBA that will not be a problem for me. I do not think just naming the object is going to work as once the Misc_cargo_cont_net2 is in the trigger and it fires its going to get deleted. The resupply scrip in MSO is going to respawn a new one later. What im thinking i have to do is define the class name so the trigger will have something to detect. Help is greatly appreciated. I can not find anything related to this particular use of a trigger on the forums or in the wiki. Im stumbed on this one. It seems like it should be rather simple to accomplish. #define crate "Misc_cargo_cont_net2"
×