radioshack.
Member-
Content Count
46 -
Joined
-
Last visited
-
Medals
Community Reputation
11 GoodAbout radioshack.
-
Rank
Lance Corporal
core_pfieldgroups_3
-
Interests
ArmA 3
-
hello, I seems that BIS decided to deactivate the "#vote admin" command on all officiall warlords servers. I would like BIS to rethink that decision because the command is important to make realy use of the official servers for things like starting a new game, choosing new maps, changing the parameters of maps and so on... last but not least its the only way to remove trolls from the server (teamkilling, destroying vehicles for no reason,...) voting a player of the server almost never realy works. So please switch it back on, thank you! greetz
-
[SP Campaign]Green Draw
radioshack. replied to kibot's topic in Arma 3 - MAKE ARMA NOT WAR CONTEST - SINGLEPLAYER GAME MODE
Just finished your campain and I have to say exellent work! :bounce3: Thank you for the non steam link! Hope to see more of your work in the future! -
[(SP)/MP] Zerty's modification of Benny Edition CTI
radioshack. replied to ZertyKchan's topic in ARMA 3 - USER MISSIONS
hello, I noticed that you can not lift any vehicle with the UH60 in version 1.3.0.1 anymore. I assume you changend it to the new DLC helis BUT that would mean only people with DLC (13€) can lift vehicle from now on... Could you change that back to normal or at least put an parameter i the mission so the admin could choose? Thank you! Nice work :) -
hello, like posted above I would like to know if there is a way to remove the " BIS mission´s " such as Zeus and so on. Because this missions are not within the " MPMissions " folder i have difficulties to find them. I would like to remove them or at least to rename them. Thank you!
-
Virtual Ammobox System (VAS)
radioshack. replied to tonic-_-'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
hello, I was hoping that one of you could might help me... The problem is that I want to include the part of the VAS description.ext into another descrition.ext but I am not sure how because just add it to "the end" dosent work. This is the code I need to change to get VAS working: (Part of the F3 Framework) -
F3 Mission Development Framework (F2 for ArmA 3)
radioshack. replied to fer's topic in ARMA 3 - MISSION EDITING & SCRIPTING
hello, thanks for the update :) I noticed that you added a new part (class CfgFunctions) to the description.ext, I was running a different function before (VAS Ammo Script*) and I cant get it to run anymore. Question: How I have to include external functions in the framework to keep them working? Thank you for your time :) * Link VAS -
F3 Mission Development Framework (F2 for ArmA 3)
radioshack. replied to fer's topic in ARMA 3 - MISSION EDITING & SCRIPTING
hi Fer, thank you for updating your fantastic framework :) Do you have any plans to include the ORBAT function to the description.ext and preset ORBAT markers on the map? Maybe even a few examples :) I noticed that you included Orbat on the level of the units (8.11 ORBAT Notes) but I mean the ORBAT like BIS is using it to give the player more intel on the map. -
[REQUEST] ORBAT Tutorial
radioshack. replied to evans d [16aa]'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
hello guys, I cant figure out how to group the different units to make the marker chart work AND the orbat marker on the map. Right now it depends on how I group the classes with } }; but in any case I only get the chart working OR the map markers. Could someone please tell me whats wrong. In the code below the chart is working like it should but there are no visible marker on the map. -
To start with a black screen that fades out slowly
radioshack. replied to sic-disaster's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Sounds nice, but how do I implement it in the script above? -
To start with a black screen that fades out slowly
radioshack. replied to sic-disaster's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The letters in "titleText" are hard to read becuase of the size and the text font. Is there a way to use a different text font or at least bigger letters? -
hello, I was wondering how I could use different briefing versions (such as briefing.sqf + briefing.french.sqf, ...) in the same mission since the game does not automaticlly switch between the different version anymore (depending on the set language ingame). Thank you!
-
Multiplayer: Trigger Group MissionEnd
radioshack. posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
hello, I want a MP mission to end when all player of the group (here group1) are inside the END trigger and E1 and E2 are true. There are like 100 post of this kind but not one of them fixed the problem. 1. I linked the group to the trigger and set it on whole group (but it does not work) 2. I had a trigger with this code for it: ({_x in thislist} count units Group1 == count units Group1) AND E1 OR E2 but it ends the mission so soon E1 or E2 is true not matter if the group was in the trigger or not I know its a stupid question but like I sad I could not solved it... thank you in advance -
Multiplayer: How to create a JIP proof coop mission
radioshack. replied to radioshack.'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for the answers! At DarkWanderer: I have a question about the saving of the public variables in this part, if (isServer) then { _null = spawn { while {true} do { {publicVariable _x} foreach ["myVar1","myVar2","myVar3",...]; sleep 1; } } } does this script only save the p.v. defined in this line (here myVar1 -3) or all p.v. broadcastet during the game? -
Multiplayer: How to create a JIP proof coop mission
radioshack. posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
hello, I was wondering if there is something like the 5 basic rules to create a join in progress proof multiplayer (coop) mission. Because many times when I create a new mission I encounter problems such as: JIP player dont have the correct marker on the map because markers have been changend during the game or JIP player dont see the correct state of tasks for all changes (such as marker) I use a combination of triggers and global variables that I define in the init.sqf but this dosent seems to be enough. So how I need to do this? Thank you! -
F3 Mission Development Framework (F2 for ArmA 3)
radioshack. replied to fer's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Fer I love you :) I also have a few suggestions to ArmA 3 F3 Maybe it would be possible to include kronzky´s UPS script to F3 or UPSMon if he dont want... also a revive script (gdt mod was working well in ArmA 2) would be very nice because many people include this in coops anyway and if we have it all together we could avoid compatibility problems. other nice options would be vehicle respawn, vehicle repair script and often used functions. last but not least: On the end of F2 I found it sometimes hard to get F2 smaller again because there where so many things in it and I was not always sure how to remove them especially the ShackTactical scripts. Would it be possbile to make a own ShackTactical version this time or keep things more separated so the single parts can be easily taken out?