Jump to content

Recommended Posts

Posted

Hello community,

 

is it possible to add night vision into the sabre?

How can I accomplish such a mod?

 

I know it's not realistic but I want to fly this baby all day(&night) long:)

F-86F 4 life



[sigpic][/sigpic]



Posted (edited)

I found a Way!

 

be praised 'Werewolf1025'

 

I did as follows:

 

add these 3 lines to .\DCS World\Mods\aircraft\F-86\Input\F-86F\keyboard\default.lua

& make sure that you eliminate the duplicates 'AN/ARN-6 Audio Volume Control - Down' , 'Battery-Starter Switch - Up' by setting the combo to 'LShift'

-- my NVG mod
{combos = {{key = 'H', reformers = {'RShift'}}}    , down = iCommandViewNightVisionGogglesOn , name = _('Night Vision Goggles') , category = _('Sensors')},
{combos = {{key = 'H', reformers = {'RCtrl','RShift'}}}, pressed = iCommandPlane_Helmet_Brightess_Up , name = _('Night Vision Goggles Gain Up') , category = _('Sensors')},
{combos = {{key = 'H', reformers = {'RAlt','RShift'}}} , pressed = iCommandPlane_Helmet_Brightess_Down, name = _('Night Vision Goggles Gain Down'), category = _('Sensors')},

add this line to .\DCS World\Mods\aircraft\F-86\Cockpit\Scripts\devices.lua

devices["HELMET_DEVICE"]            = counter() -- my NVG mod

add this line to .\DCS World\Mods\aircraft\F-86\Cockpit\Scripts\device_init.lua

creators[devices.HELMET_DEVICE]    = {"avNightVisionGoggles"}  --my NVG mod

Edited by SpeeZ

F-86F 4 life



[sigpic][/sigpic]



  • 1 month later...
Posted

There's no need for NVG's in a Sabre. It's not flying low anyway.

I9 9900k @ 5ghz water cooled, 32gb ram, GTX 2080ti, 1tb M.2, 2tb hdd, 1000 watt psu TrackIR 5, TM Warthog Stick and Throttle, CH Pedals

  • 5 years later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...