Arma 3
167 คะแนน
Gear Functions
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Data Type: Mod
Mod Type: Equipment, Mechanics
ขนาดไฟล์
โพสต์
อัปเดต
155.293 KB
14 ก.ค. 2016 @ 3: 57pm
15 ส.ค. 2017 @ 4: 31pm
3 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย
After seeing a screenshot with a unit that had a helmet attached to the side and discussing with the creator (Riksen) I decided to turn it into an addon. Its written using functions and ACE interaction menu. You can use the functions to apply it to AI, examples are below. I plan to expand the mod to have more features but that will come later. It's MP compatible with a small bug.

Current Features
- Sling Helmet to left/right belt.
- Hide slung helmet on entering vehicles.
- Auto add secondary headgear.

Planned Features
- Sling to backpack (vanilla to start with)
- ACE/ Vanilla actions auto detection.

As this is a WIP I will update as I have made any progress and as always any suggestions would be welcome. It's a steam workshop release but I will upload to Mega soon.


Functions Examples

[unit, "left/right"] call GEARF_fnc_slingHelmet;
[unit] call GEARF_fnc_unslingHelmet;
[unit, true/false] call GEARF_fnc_hideSlungHelmet;

If you wanted to have an AI sling their helmet to their left side you would use:

[unit, "left"] call GEARF_fnc_slingHelmet;
68 ความเห็น
C. Chambers 24 พ.ค. @ 2: 07pm 
Im Also Having the Helmet Sling onto the ground rather than My Belt
spiderhouse 15 ม.ค. @ 12: 56pm 
why is this mod wanted i don't get it can someone explain I don't know what slinging your helmet will do function wise aside from visuals it doesn't make sense to why would I need this mod?
7DozenEggsTTV 10 ก.พ. 2023 @ 11: 55pm 
could there be a way to implement this mod without needing ace? for example, pressing a button and it slings your helmet to a spot on the body?
OPERATOR VERM 4 ก.พ. 2023 @ 3: 15am 
the helmet slings into the ground
GxY 13 ก.พ. 2021 @ 1: 22am 
Can we use it on packback
KajSchak 22 ต.ค. 2020 @ 2: 40pm 
the Nimitz issue got solved by removing this from the config.cpp:

class Man;
class CAManBase: Man
{
class EventHandlers
{
class ttt_nimitz_init
{
init = "(_this # 0) spawn ttt_nimitz_fnc_camanInit;";
};
};
};

KajSchak 22 ต.ค. 2020 @ 8: 36am 
hey Flax, your mod is creating an issue with the new ACE medical. When someone gets shot in the leg, the bullet leaves the body through the torso and makes soliders die much much faster. Something in the Experimental Nimitz by TeTeTe does the same thing. Maybe you guys can get in contact
Sceluswe 27 ก.ย. 2020 @ 7: 15am 
This is abandonware.
Ostross 12 มิ.ย. 2020 @ 10: 29am 
Mod done/dead?
Papa N3rf 31 พ.ค. 2020 @ 6: 56am 
Hello, I was wondering if there was a way to add non vanilla helmets to this?