Closed LeRutY closed 2 years ago
.cfg files are meant for dedicated server, not local games.
@ineedbots Well even when creating and playing on the own dedicated server the dvar values don´t change
try changing the dedicated.cfg file name to something else, it could be conflicting with the dedicated.cfg file found in your localappdata t6 storage folder
just wanna know how to compile file in scripts\mp(like compile botwarfare to botwarfare-compiled)
https://github.com/ineedbots/pt6_bot_warfare/tree/master/.vscode
the compiler .exe file, drag and drop the gsc source file onto the executable and it will generate the compiled gsc
or if you are using vscode, you can run this task to compile the current opened gsc file
Thx, bro
Example: I set "setDvar( "bots_loadout_rank", -1 );" to "setDvar( "bots_loadout_rank", 0 );" but when I check ingame it´s still saying "-1". Same with every other dvar (like the several difficulty settings). I downloaded your mod mainly to increase the bots difficulty as they´re too easy even on veteran. The folders "maps" and "scripts" are inside "storage/t6" so I must have installed it correctly