Holographic wall color

Modding guide to change color of the holographic walls and arrows around the map

Preparation

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

Modding tools

Used VPK

  • englishclient_mp_wargames.bsp.pak000_dir.vpk

Extracting

How to backup, extract & repack

Editing

Navigate to this location in your extracted folder.

materials\world\utility

This location contains all the .vmt files of the holographic walls

Following bulleted list contains names of the files in this location and their short descriptions. Picture examples are located further in this guide.

  • holo_map_grid_light_blue.vmt blue arrows

  • holo_map_grid_light_blue_shootable.vmt blue holographic walls

  • holo_map_grid_mip0.vtf base texture used by holographic walls

  • holo_map_grid_orange.vmt orange arrows

  • holo_map_grid_orange_shootable.vmt orange holographic walls and outer holographic walls

  • holo_map_grid_red_dense.vmt holographic walls of the pit

Open a .vmt file you want to edit.

To edit colors simply change the values of "$color2". For more details on changing these values, refer to Color & Texture info

These material files leave quite lot of possibilities, you could replace textures the walls use, make them transparent, clear, changing colors, put any picture on them, play a gif, etc. In the page linked down bellow you will find additional information to modify the material and texture files. Feel free to experiment with it and share your results in our Discord community.

Color & Texture info

Examples

As mentioned in the bulleted list these are orange arrows with "$color2" changed to "[3 0 1.65]"
As mentioned in the bulleted list these are blue arrows with "$color2" changed to "[0 1.5 3]"
As mentioned in the bulleted list these are orange holographic walls with "$color2" changed to "[4 0 0]" (red) and blue holographic walls with "$color2" changed to "[0 4 0]" (green)
As mentioned in the bulleted list orange holographic walls use the same .vmt as outer holographic walls these are outer holographic walls
As mentioned in the bulleted list these are holographic walls of the pit with "$color2" changed to "[4 4 0]" (yellow)
made by frog#1626
made by frog#1626
made by frog#1626
Clear walls

Repacking

How to backup, extract & repack

This guide will be updated with making the walls transparent, clear, changing colors, putting any picture on them, playing a gif, etc. if there is interest shown in the Discord community.

Last updated