Holographic wall color
Modding guide to change color of the holographic walls and arrows around the map
Last updated
Modding guide to change color of the holographic walls and arrows around the map
Last updated
For this guide you will need a VPK tool and a text editor.
englishclient_mp_wargames.bsp.pak000_dir.vpk
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.
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.