-
Notifications
You must be signed in to change notification settings - Fork 0
How to remove BOT prefix
Rikki edited this page Dec 28, 2024
·
10 revisions
Video tutorial: https://youtu.be/0vJ_7EeRHVI
How to remove BOT prefix
- Download
Source 2 Viewer
: https://valveresourceformat.github.io/ - Drag
\game\csgo\pak01_dir.vpk
into theSource 2 Viewer
- Extract a correct localization into an empty folder keeping the same hierarchy
My game language is English, so I extractresource/csgo_english.txt
into an empty folder
The final path should look like:<empty folder>/resource/csgo_english.txt
- Open extracted
csgo_english.txt
, findSFUI_bot_decorated_name
lines and remove BOT prefix like this:
Save changes! - Pack the empty folder into .vpk using
Source 2 Viewer
When saving as .vpk, give it any name (i will name ithide_bot_prefix.vpk
)
- Create
overrides
folder in the\game\csgo
directory and movehide_bot_prefix.vpk
inside
- Edit
\game\csgo\gameinfo.gi
and add theGame csgo/overrides/hide_bot_prefix.vpk
line like so:
Save changes!
BOT prefix appeared again, what to do
Each time you verify or update the game, it resets csgo_enlish.txt
and gameinfo.gi
files
If you want to hide the BOT prefix again, just repeat the tutorial from the beginning