zakobi Posted January 16, 2010 Posted January 16, 2010 does anyone know how to remove the mint green HUD color from this mod: http://Lock On 1.1xx FPS Tweak v2.0G7weak_v2.0G7#dldetails? I would rather fly without it, but the increased object distance is really useful when i fly the Su-25T. LoCFG doesn't help, i have tried. :cry:
159th_Viper Posted January 16, 2010 Posted January 16, 2010 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......'
zakobi Posted January 16, 2010 Author Posted January 16, 2010 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... ;) 1
159th_Viper Posted January 16, 2010 Posted January 16, 2010 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......'
Lucas_From_Hell Posted January 16, 2010 Posted January 16, 2010 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, 160Hope it helps :)
zakobi Posted January 17, 2010 Author Posted January 17, 2010 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.
Recommended Posts