AdirB
Member-
Content Count
236 -
Joined
-
Last visited
-
Medals
Everything posted by AdirB
-
Hello, I'm creating an Exile server and in the trader zone I added RHS uniforms, and I'm trying to make Independet faction to buy and wear gears of BLUFOR, but it's not working. I asked both RHS and Exile and they are not willing to tell me what I can do to solve this, "We are not supporting 3rd addons". Someone told me that it's because of the configs of the RHS, they set them to work only on BLUFOR. Is there a way to change it without changing the addon itself? I tried to use "Unlocked Uniforms" but it didn't work. Thanks in advance!
-
Independent To Wear BLUFOR gear
AdirB replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks, I'm using a plugin for dynamic AI missions and those AI won't attack civlian, what can I do about this? -
Independent To Wear BLUFOR gear
AdirB replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I can't find where to change it in the trader scripts. Is it possible to write a script which checks if buying east or west sided equipment it will force the forceAddUniform command? -
Eden 3d editor exporting objects SQF file in the server part
AdirB replied to leonidmanylov's topic in ARMA 3 - EDEN EDITOR
download mod Ares -->preview the missions enter zues --> util -->add object to zeus --> save/load ---> export to sqf -
this...becuse the mod is not client side i dont use it
-
i have problem with HC it show me for a split a second that the HC is ready and back to hourglass icon any idea? i running the werthless headless module its on the same machine do i need to open port? firewall? use "-port" on different port then the server?
-
Dedicated Client / Headless Client feedback (dev branch)
AdirB replied to Dwarden's topic in ARMA 3 - DEVELOPMENT BRANCH
i have problem with HC it show me for a split a second that the HC is ready and back to hourglass icon any idea? i running the werthless headless module its on the same machine do i need to open port? firewall? use "-port" on different port then the server? -
a bug that i found (maybe its a bug) the module sometime dosn't load to mission (when i press "M" i cant see the addon name) and no debug add actions it show me for a split a second that the HC is ready and back to hourglass icon any idea?
-
i am shooting in the dark here.... any way to run this mod as script?
-
server line: -port=2302 "-config=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default\TADST_config.cfg" "-cfg=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default\TADST_basic.cfg" "-profiles=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default" -name=default -filePatching -pid=pid.log -ranking=ranking.log HC line: "D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3server.exe" -client -connect=127.0.0.1 -port=2302 -password=1414 -name=hc i want the server use 1 core and the HC 2 cores how do i do it? i have 8 core CPU
-
Tophe's Arma Dedicated Server Tool (TADST)
AdirB replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
if i want to set up HC it enough to do Tick the box to enable HC on TADST Place the HC Module from Game Logic in Editor and make playable. and put the relevent script? -
Hello, I'm trying to make a script to check if a couple of helicopters are exists and if they are, the group will get in helicopter's cargo. I'm trying this, but ain't working, may you help me? if ((!isNull chinook1) && (!isNull chinook2)) then { group1 moveInCargo chinook1; group2 moveInCargo chinook2; }
-
https://youtu.be/YHoqbW3YTJ0?t=1090 like the captive cop i try to find this in the animation viewer no luck
-
i literally tried every animation script and not succeed
-
that what i was doing but i didn't find
-
:rolleyes:
-
stop from AI triggering after explosion
AdirB posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
i have explosion in the start of the mission (this setDamage 1; on bmp) when it explode the AI are "triggered" any way to disable it? -
stop from AI triggering after explosion
AdirB replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
they acting like in "combat state" aiming guns and etc -
What happens if spawn in chopper and the copper deletes after that?
AdirB replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Please help? -
Hello, I created a mission and in the spawn, all the units are spawning in helicopters, they land, everyone gets out, the helicopters flies away and being deleted. The problem is if someone disconnects from the server and then rejoins the mission he will spawn singing "I believe I can fly", fall and die. So I wonder if there's a way to make the units change the spawn position after the helicopters deleted so they won't fall and die after rejoining the mission. I'd appericate your help. Cheers :)
-
What happens if spawn in chopper and the copper deletes after that?
AdirB replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Anyone? :/ BUMP -
marker draw in trigger border
AdirB replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
thanks -
i want to mark a trigger border in my mission map i can do it?(mp)
-
i want to make a menu like this when user approach box or something https://community.bistudio.com/wiki/File:A3_respawnSelectInventory.jpg
-
marker draw in trigger border
AdirB replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
snip