How to remove BOT prefix in CS2 - eirisocherry/cs2-editing GitHub Wiki
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.vpkinto 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.txtinto an empty folder

The final path should look like:<empty folder>/resource/csgo_english.txt
- Open extracted
csgo_english.txt, findSFUI_bot_decorated_namelines 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
overridesfolder in the\game\csgodirectory and movehide_bot_prefix.vpkinside
- Edit
\game\csgo\gameinfo.giand add theGame csgo/overrides/hide_bot_prefix.vpkline like so:

Save changes!
BOT prefix appeared again, what to do
Each time you verify or update the game, it resets csgo_english.txt and gameinfo.gi files
If you want to hide the BOT prefix again, just repeat the tutorial from the beginning