Add game files and server configs
This commit is contained in:
6
data/ui_scripts/string_override/__init__.lua
Normal file
6
data/ui_scripts/string_override/__init__.lua
Normal file
@ -0,0 +1,6 @@
|
||||
if (game:issingleplayer() or not Engine.InFrontend()) then
|
||||
return
|
||||
end
|
||||
|
||||
game:addlocalizedstring("LUA_MENU_MP_SQUADS_DLC_CATEGORY_4_CAPS", "^3SAFEGUARD - BOTS^7");
|
||||
game:addlocalizedstring("LUA_MENU_MP_SQUADS_DLC_DESC_4", "Play Safeguard alongside AI teammates.");
|
Reference in New Issue
Block a user