thefinn
Member-
Content Count
154 -
Joined
-
Last visited
-
Medals
-
Medals
Community Reputation
3 NeutralAbout thefinn
-
Rank
Sergeant
-
Support Module/Requester not working in MP
thefinn replied to thefinn's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I know man, that's my thread ;) This is an issue whereby - that stuff isn't working suddenly. I'm going to create a completely new mission file for the map, perhaps I just corrupted it or something ? I'll worry about it tomorrow when I can reload the server with no mods and a new config. -
Support Module/Requester not working in MP
thefinn replied to thefinn's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Just a plain supply drop. It is honestly as vanilla as you can have it. I'll have a look at the scripts in the mission, I've obviously' f'd something up. Like I said tho, it works fine in SP, and there's nothing different in MP usually. -
Support Module/Requester not working in MP
thefinn posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have cut this mission down to just a plain support requester and virtual supply drop provider, the support doesn't appear in MP, but will if I preview the mission. I know I can synch them up via script and it'll work, but synching in the editor doesn't seem to ?! I have both an OPFOR and BLUFOR team in this map, should that effect it? Suggestions? Did I miss something here? -
Can I link/unlink modules via script?
thefinn replied to thefinn's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Nice answer, that's almost exactly what I'm up to. -
Considering making a weapons locker, but unsure how to start.
thefinn replied to thefinn's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Right sorry, I thought add virtual cargo was going to add an unlimited supply of the item when they added 1 item. ;) You know all that _x _y variable stuff is why I cannot read your code right? dw I'm not knocking it, I'm sure it's a lot faster than _this_gun or something ;) -
Can I link/unlink modules via script?
thefinn replied to thefinn's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is it possible to CREATE the support provider/requester via script also ? I notice there's "addeditorobject" however the wiki seems to be short of any kind of examples for it. Nevermind this will work as is. -
Considering making a weapons locker, but unsure how to start.
thefinn replied to thefinn's topic in ARMA 3 - MISSION EDITING & SCRIPTING
How would the player access them from the virtual array ? This was the part I was kind of stuck on. Tried getting VAS working, but it seems kinda broken at the moment and I couldn't see any way to limit the numbers of weapons available. I don't think BIS Arsenal supports it at all either. Edit: I suppose items with an amount >0 could be whitelisted? But then I'm unsure how I'd take a weapon out of the list once someone uses it. Like if there's 1 katiba in the VA, then someone uses a katiba, how do you know that to subtract one? -
Customizable Supply Drop - Release
thefinn replied to soolie's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Can this be added to the regular support menu ? -
This is for a server.
-
Does this fix the issue with ACE3? After installing this with ACE, the ACE interaction menu disappears never to be seen again.
-
Awesome thanks!
-
I'm using this method for making a fire. THE_FIRE = "test_EmptyObjectForFireBig" createVehicle position this; THE_FIRE attachto [this,[0,0,0]]; Which seems to create this pulsating fire effect which is rather off putting even in day time. Can anyone give me a better effect to use? Edit: Nevermind found zeus effects can do what I'm after.
-
I want to change the AI to be somewhere between regular and novice on my server. Novice seems too easy and regular is absurd - even at night and AI without NVG's we die at a ridiculous rate. Any suggestions?
-
ACE3 - A collaborative merger between AGM, CSE, and ACE
thefinn replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Pressing "T" while aiming launcher is not working. "Advanced Missile Targeting" is off. Server config is pretty empty. No Module concerning advanced missile targeting is loaded. Suggestions? It is amazingly annoying that this mod interferes where it's not wanted like this. -
Customizable Supply Drop - Release
thefinn replied to soolie's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Isn't that fixed by if (!isServer) ?