0 of 0

File information

Last updated

Original upload

Created by

ggrachev

Uploaded by

ggrachev

Virus scan

Safe to use

Tags for this mod

About this mod

This mod replaces the player map marker textures with fully transparent textures.

Permissions and credits
Create the Mods directory in the root of the game's directory if it does not exist. Extract the archive into the Mods directory.

If you also want to disable the compass, this can be done with a console command. The console can be enabled by passing the -devmode launch option to the game. (On Steam, this is found in the General settings for the game). The console command to disable the compass is wh_ui_ShowCompass 0.

This command can be put in a script to be executed automatically on launch to make the hidden compass persistent. My recommended way to do this, is to create a new script user.cfg in the root of the game's directory (there should already be a system.cfg located there). Add a line containing wh_ui_ShowCompass 0 to this file and any other commands you would like. The script can then be automatically executed by adding +exec user.cfg to the launch options.