Sonar Detected

Guide to changing the color of the sonar that cover your hands and weapon while being detected

Preparation

For this guide you will need a VPK tool and a text editor.

pageModding tools

Used VPK

englishclient_mp_common.bsp.pak000_dir.vpk

Extracting

pageHow to backup, extract & repack

Editing

Navigate to following location

englishclient_mp_common.bsp.pak000_dir.vpk\scripts\vscripts\sh_highlight.gnut

open this .gnut file in a text editor of your choice and look for the following line

global const HIGHLIGHT_COLOR_ENEMY = <1.0, 0.36, 0.12> //float3( 0.63, 0.80, 0.93 );

To change color, simply change values in "<1.0, 0.36, 0.12>".

Examples

Repacking

pageHow to backup, extract & repack

Last updated