Jump to content

need help to remove mint green HUD color


Recommended Posts

Posted

Install the Mod in 'File by File' mode and refrain from installing the view.lua file. Alternatively just backup your original view.lua file and Copy/Paste after installion or adjust the HUD Colours with Notepad to your liking.

Novice or Veteran looking for an alternative MP career?

Click me to commence your Journey of Pillage and Plunder!

[sIGPIC][/sIGPIC]

'....And when I get to Heaven, to St Peter I will tell....

One more Soldier reporting Sir, I've served my time in Hell......'

Posted
Install the Mod in 'File by File' mode and refrain from installing the view.lua file. Alternatively just backup your original view.lua file and Copy/Paste after installion or adjust the HUD Colours with Notepad to your liking.

 

thx, that helped :thumbup:

Sadly it also removed the mouse function in the cockpit, but that's no biggie as i'm going to use freetrack soon... ;)

  • Like 1
Posted

Sadly it also removed the mouse function in the cockpit, but that's no biggie as i'm going to use freetrack soon... ;)

 

Go to your LockOn\Config\View Folder and open the same View.LUA File. Approx 10 lines from the Top you'll see the following Entry:

 

CockpitMouse = false

 

Change to:

 

CockpitMouse = true

 

You'll have the Mouse Function Back :)

Novice or Veteran looking for an alternative MP career?

Click me to commence your Journey of Pillage and Plunder!

[sIGPIC][/sIGPIC]

'....And when I get to Heaven, to St Peter I will tell....

One more Soldier reporting Sir, I've served my time in Hell......'

Posted

To restore the regular green, just edit it manually.

 

Here is an extrait of the read-me file of TekaTeka/ThomasDWeiss HUD colour tweak:

 

Open \Config\View\view.lua , scroll down to the section shown below and edit the numbers.

You can set the color for each aircraft.

 

-- HUD RGB color

HUDColor = {}

HUDColor[PlaneIndex.iSu_27] = {0, 255, 0}

HUDColor[PlaneIndex.iSu_33] = {0, 255, 0}

HUDColor[PlaneIndex.iSu_25] = {255, 255, 0}

HUDColor[PlaneIndex.iSu_39] = {0, 255,0} <-- Su-25T

HUDColor[PlaneIndex.iMiG_29] = {0, 255, 0}

HUDColor[PlaneIndex.iMiG_29K] = {0, 255, 0} <-- No use

HUDColor[PlaneIndex.iA_10] = {0, 255, 0}

HUDColor[PlaneIndex.iF_15] = {0, 255, 0}

The colors you are familialized with:

 

Green : 0, 255, 0

Deep Green : 0, 192, 0

Dark Green : 0, 128, 0

 

Yellow : 255, 255, 0

Deep Yellow : 192, 192, 0

Dark Yellow : 128, 128, 0

 

Red : 255, 0, 0

Deep Red : 192, 0, 0

Dark Red : 128, 0, 0

 

My choice is this:

 

Mint Green : 70, 255, 160

Hope it helps :)
Posted
To restore the regular green, just edit it manually.

 

Here is an extrait of the read-me file of TekaTeka/ThomasDWeiss HUD colour tweak:

 

Hope it helps :)

 

thx for the input, but i just deleted the file before instaling with modman instead.

  • Recently Browsing   0 members

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