武装突袭3

武装突袭3

评价数不足
Spectre NVG Animation (with SFX)
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Equipment
文件大小
发表于
更新日期
502.196 KB
10 月 21 日 下午 2:40
10 月 24 日 下午 12:49
2 项改动说明 ( 查看 )

订阅以下载
Spectre NVG Animation (with SFX)

在 asian equation 的 1 个合集中
Spectre Mod Collection
3 件物品
描述


Version 2.0
Features

Multiple Sound Options: Added support for different NVG sound effects

Modern Warfare style sounds (nvgON_MW, nvgOFF_MW)
Splinter Cell style sound (nvgON_SplinterCell)
Original Default sounds maintained



⚙️ Settings

NVG ON Sound Selection: Dropdown menu to choose between Default, Modern Warfare, and Splinter Cell sounds when turning NVG on
NVG OFF Sound Selection: Dropdown menu to choose between Default and Modern Warfare sounds when turning NVG off
Enhanced SFX Toggle: Improved enable/disable option for all NVG sound effects

🔧 Improvements

CBA Settings Integration: Full integration with CBA settings menu for easy in-game configuration
Sound Quality: All audio files standardized to .ogg format for optimal performance
User Experience: Settings organized under "NVG Animation SFX" category in CBA settings
Dependency Management: Added proper CBA_A3 dependency for reliable settings functionality

🎮 Usage
Players can now customize their NVG experience by:

Accessing CBA Settings → "NVG Animation SFX"
Selecting preferred sound effects for NVG activation and deactivation
Enabling or disabling sound effects entirely while keeping animations

Thanks to the orginal

It's still a working progress. When you turn NVG in the example, Scope, or Binocular, the animation and SFX plays.

Credits to GGE for the animation rtm file.
18 条留言
Kokujo 10 月 27 日 上午 4:28 
@Nucleus U_U that reshade
Nucleus U_U 10 月 26 日 下午 11:32 
what nvg mod is this?
asian equation  [作者] 10 月 26 日 下午 2:05 
@小涂真纪 the nvg im using is a reshade called "Nomad NVG" on nexus
小涂真纪 10 月 26 日 上午 2:03 
How do you do this night vision device?
asian equation  [作者] 10 月 25 日 下午 6:44 
the nvg im using is a reshade called "Nomad NVG" on nexus
TEMPLAR 10 月 25 日 下午 6:29 
For example, the tank nv a green i find hard looking at, the blueish colour is so much better, is there a way to have your blueish nv on a tank, iv been trying to do it all day with no success
asian equation  [作者] 10 月 25 日 上午 11:53 
wait explain more, and maybe?
TEMPLAR 10 月 25 日 上午 11:11 
is there a way to put this on tanks?
asian equation  [作者] 10 月 25 日 上午 9:24 
Wait whats the issue, I'm confused
Kokujo 10 月 25 日 上午 6:48 
or maybe
if (_currentMode == 0) then {

// Prevents animation from playing when aiming binoculars
if (cameraView == "GUNNER" && {currentWeapon player in ["Binocular", "Rangefinder", "Laserdesignator"]}) exitWith {};

player playAction 'NVGdown';
playSound3D [_onSoundPath, player, false, getPosASL player, 1, 1, 50];
} else {

if (cameraView == "GUNNER" && {currentWeapon player in ["Binocular", "Rangefinder", "Laserdesignator"]}) exitWith {};

player playAction 'NVGup';
playSound3D [_offSoundPath, player, false, getPosASL player, 1, 1, 50];
};