TAW_PHI
Member-
Content Count
12 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout TAW_PHI
-
Rank
Private First Class
Contact Methods
-
Website URL
www.taw.net
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
AI spawned by script not shooting
TAW_PHI replied to TAW_PHI's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Got it working now. :D I read a thread about AI getting disabled because of too less CPU power. According to a friend dedicated server and headless client processes never use more than 20-22% CPU each. He made a "pass to hc" script and now everything works like it should work. I will ask him if I am allowed to post it here for everyone who might need it. Thanks to everyone who responded. :) -
AI spawned by script not shooting
TAW_PHI replied to TAW_PHI's topic in ARMA 3 - MISSION EDITING & SCRIPTING
hmmm, When I create a host via arma it works, probably because the script gets basically executed "locally" for me. If I upload it on the server and the script gets executed on the server the AI does not shoot. I spawned AI by executing a script locally instead on the server and this AI was shooting me. Not sure if it's a server setting or something I missed in the script. ._. -
AI spawned by script not shooting
TAW_PHI replied to TAW_PHI's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You tested it locally or on a server? Because if I test it on my PC it also works fine but not on a real server. -
AI spawned by script not shooting
TAW_PHI replied to TAW_PHI's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Sure thing. -
AI spawned by script not shooting
TAW_PHI replied to TAW_PHI's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Just tried it. Did not work. :( -
AI spawned by script not shooting
TAW_PHI replied to TAW_PHI's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So, maybe this syntax is actually better _grp = [_pos, east, 5] call BIS_fnc_spawnGroup; Also, double-check your Side relations settings Oh, my bad, will change it back. I was already thinking about side realations but if you check it with zeus you can order the AI to shoot the player, you get the red attack cursor, but they just don't shoot. They react and even aim at the player but they just don't want to shoot. Only if I execute the script on the client. I will try to set the side relations, maybe it's just a weird bug. -
AI spawned by script not shooting
TAW_PHI replied to TAW_PHI's topic in ARMA 3 - MISSION EDITING & SCRIPTING
AIHQ = createCenter east; You can also just write "east" instead of "AIHQ". -
TAW_PHI started following Eden Editor File Save Size, AI spawned by script not shooting and Virtual Arsenal Not Loading Loadouts
-
Hey guys, I am working on a script to spawn groups of AI around a marker. I am executing the script only on the server and the AI is spawning but not shooting even though that they are reacting to the player. They have ammo and their behaviour changes to Combat. I did some testing and found out if the script is executed on the client the AI shoots on the player, but only the AI which got spawned by the player. So each AI is shooting a different player. This also overflows the objective with AI because every player spawns a new group. As far as I know the "brain" of the AI is the computer which spawned it. Is it possible that a server setting is wrong? I am also using 3 headless clients. This is my code: That's how I call the script: [[[_mainobjective],"scripts\mainobjectives\setUpBigTown.sqf"],"BIS_fnc_execVM",false] call BIS_fnc_MP; Spawning the group: _pos = [getMarkerPos (markers select _mainobjective), 0, 400, 1, 0, 1, 0] call BIS_fnc_findSafePos; _grp = [_pos, AIHQ, 5] call BIS_fnc_spawnGroup; _grp setBehaviour "SAFE"; Does anyone have an idea why the AI is not shooting? or how to fix that? Trying to fix that issue for days now and were not able to find any other post. Excuse me if I overlooked any post. Thank you guys in advance for any reply.
-
Virtual Arsenal Not Loading Loadouts
TAW_PHI replied to Gilatar's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I got the problem with a full, unlimited arsenal. Creating a loadout on our server, pressed save but I can't press load. :/ -
Eden Editor File Save Size
TAW_PHI replied to ShadowRanger24's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I agree with R3vo that it's better to binarize the file so it's smaller and faster to load. There should not be any difference but I had problems in the past thaf if I disable damage via the attribute section, the object was still able to get damaged/destroyed on the server. I use "this allowDamage false;" to make sure it works. -
encrypt the mission files .pbo
TAW_PHI replied to Rene-k's topic in ARMA 3 - MISSION EDITING & SCRIPTING
If you create mission you can change the settings in the eden editor to not binarize your mission file. But that makes it readable for everyone and has to be done before the first save. -
Post New Thread Button missing?
TAW_PHI replied to mdtorch's topic in BOHEMIA INTERACTIVE: Web-Pages
Thank you guys. Was wondering as well where the button for the new threat is.^^ 1 of 5 \o/