Arma 3
752 평점
MrSanchez' Headlamps
3
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Data Type: Mod
Mod Type: Equipment, Mechanics
파일 크기
게시일
업데이트일
2.977 MB
2017년 5월 21일 오전 9시 36분
2017년 5월 26일 오전 1시 36분
업데이트 노트 4개 (보기)

다운로드 위해 구독하기
MrSanchez' Headlamps

설명
This mod gives you two functioning headlamps as well as functional helmet mounted flashlights.
Works with ArmA 3 v1.68+

Features:
- Two functioning headlamps
- Functional helmet mounted flashlights (vanilla helmets)
- Ability to change lamp colours
- Ability to change lamp brightness
- Configurable by modules
- Multiplayer support (Tested on Dedicated servers)
- CBA Keybinding support
- CBA Settings support



Mod Dependencies:
- None

Controls:
- Toggle light on/off: SHIFT+N
- Cycle Brightness: CTRL+N
- Cycle Colors: ALT+N


Known Issues:
- Light does not follow the head during ambient animations (engine issue)
- Update rate of light appears somewhat jagged in moving cars in MP (new script command needed)

Credits:
loki.87 for the 'Headlamp Bravo' model & textures
Phantom Incorporated for intensive testing & motivation

Whitelisting:
For (dedicated) server owners that run servers with CfgRemoteExec whitelisting enabled,
whitelist the following functions:
- SAN_fnc_ToggleHeadlamp
- SAN_fnc_sendJIPinfo


Scripting:
To toggle the headlamp by script, use: _unit call SAN_fnc_ToggleHeadlamp_local; It takes a local argument _unit and has a global effect.

To add new helmets, execute the following statements in a script (e.g. init.sqf):
SAN_Headlamp_Helmets append ["MyHelmet"];
SAN_Headlamp_ColorCompatibleLamps append ["MyHelmet"];

note: If you don't want to allow lamp color switching, don't execute the second statement.



Disclaimer:
This work is licensed under the Arma Public License Share Alike (APL-SA)
https://www.bistudio.com/community/licenses/arma-public-license-share-alike


This is the first release, let me know about any bugs/glitches.
Have fun.

Kind regards,
Sanchez
인기 토론 모두 보기(5)
8
2018년 2월 17일 오전 2시 14분
Can't turn on lamp
Nark0t1k
5
2020년 6월 15일 오전 6시 04분
Headlamps Mod Permission
Adam Kadmon
0
2018년 11월 8일 오후 2시 23분
Easy Scripts for this mod (player Int) For MP Editor AI UNITS
Ace1Gun
댓글 146
SalmanOneDe 2025년 7월 18일 오후 10시 54분 
I loved it
Little French 2024년 1월 4일 오전 4시 28분 
Hello, is it possible to change the blue color to green or create a second lamp or add a fourth color? In order to be as close as possible to reality for military missions. Thank you so much.
_mickey_ 2022년 12월 27일 오후 2시 42분 
I'm interested in AI at night, with such a flashlight on his head will see further than without a flashlight ?
liwocom 2021년 12월 23일 오후 5시 12분 
头灯
Reticuli 2021년 8월 30일 오후 6시 10분 
Does this have a thermal-only mode?
Kolljak 2021년 6월 30일 오전 5시 13분 
@kompot easy you just read Controls: on the page here. its litterally 3 inches up.
Kompot 2021년 5월 10일 오전 8시 47분 
Anyone knows a way to make it brighter?
Raige Jamart 2021년 3월 4일 오후 7시 53분 
I didn't find the Headlamp in the Arma 3 editor. Any help?
donnBR 2020년 10월 25일 오후 2시 31분 
If some clients run this mod and others don't, the clients not running it will see the lights? What are the classnames of the new helmets? Thanks!
Haymaker 2020년 8월 7일 오전 5시 51분 
Good evening/Morning Mr. Sanchez, I have been doing some tweeking to try to get the light to work with RHS helmets that have the flashlight attachment on the side of them but even after doing the steps as you stated for adding the light to the custom class names, I can not seem to get it correct, do you have any tips for how to try to solve this issue?