Arma 3
คะแนนไม่เพียงพอ
KnT - Earplugs/Remove Fatigue
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Data Type: Mod
ขนาดไฟล์
โพสต์
อัปเดต
4.254 KB
19 มิ.ย. 2016 @ 4: 06pm
23 ต.ค. 2016 @ 8: 06pm
5 หมายเหตุการเปลี่ยนแปลง ( ดู )

สมัครสมาชิกเพื่อดาวน์โหลด
KnT - Earplugs/Remove Fatigue

คำอธิบาย
When playing Bohemia Official Missions you can be running this mod.

This will turn off fatigue and also enable earplugs for players who run the mod. Press 'End' key for this.

Also added Vanilla NVG will be full screen.

Enjoy.

Thanks to AgentRev for insight into the earplugs script as part of A3Wasteland Missions.
The pbo has been signed and server key is included.
10 ความเห็น
KevsNoTrev  [ผู้สร้าง] 3 ก.พ. 2018 @ 11: 39am 
updated the name - no new features. it works as it always has.

MasterDisaster. I forgot all aobut separating the earplugs to a new mod sorry - there are others on the workshop. I can still doe this if you like, just let me know.
MaStErDiSaStEr 24 ธ.ค. 2016 @ 11: 23am 
Thank you
KevsNoTrev  [ผู้สร้าง] 24 ธ.ค. 2016 @ 8: 57am 
I'll see what I can do after the holiday weekend. Thanks for the feedback.
Best wishes for the holiday season.
MaStErDiSaStEr 24 ธ.ค. 2016 @ 4: 27am 
Would it be possible to have you create just the earplugs script without the other stuff. Love this feature to take down the noise. Just not that good with scripting.
Keyboard Samurai Warrior 24 พ.ย. 2016 @ 11: 01pm 
Thanks much I appreciate it.
KevsNoTrev  [ผู้สร้าง] 24 พ.ย. 2016 @ 8: 59pm 
sorry the formatting shifted when i hit post comment, hope you can read this anyway.
KevsNoTrev  [ผู้สร้าง] 24 พ.ย. 2016 @ 8: 58pm 
I run this on the player joining the mission - in hte mod its a function post init.

code int he file is :


if !(hasinterface) exitwith {};
params["_player"];

_player enablefatigue false;
_player enableAimPrecision false;
_player setCustomAimCoef 0.4;
_player enablestamina false;

_player addeventhandler ["respawn",{
player enablefatigue false;
player enablestamina false;
player enableAimPrecision false;
player setCustomAimCoef 0.4;
}];

hope this helps - you can put this in a file and run with
player execvm "filenamehere.sqf" and run on mission init.sqf also.
Keyboard Samurai Warrior 24 พ.ย. 2016 @ 8: 56pm 
Just curious but how is Fatigue disabled?
KevsNoTrev  [ผู้สร้าง] 5 ก.ค. 2016 @ 7: 56pm 
Thanks it makes the game a little more playable with fullfull backpacks.
Did you check out the nvg?
I think it's in there as full screen also.

I will update to include the apex ones when I get a chance
Henry Staf 5 ก.ค. 2016 @ 3: 05am 
nice mod love it:steammocking: