Trouble with bot warfare on t6
-
Hey guys, i'm using bot warfare to play on my server, however everytime that i restart my server i have to manaully insert into the console these dvars so that the mod can start (see bellow). I wanna know if there is a way to start the server with these dvars automatically.
I've tried putting them on the dedicated.cfg however the server first reads the commands and calls them "Unknown command" then loads Script "scripts/mp/bots.gsc" loaded successfully Script "scripts/mp/bots_adapter_pt6.gsc" loaded successfully (please refer to the images anexxed)
bots_main 1
bots_manage_fill 17
bots_main_waitForHostTime 5
bots_main_kickBotsAtEnd 1
bots_skill 3
bots_play_nade 1
bots_play_jumpdrop 1
bots_play_aim 1 -
You’ll have to write
set
at the beginning of each line of setting a dvar that’s not available in the game normally. This applies to the Bot Warfare dvars. Example:set bots_manage_fill 17 set bots_main_waitForHostTime 5
-
Not using set modifies an existing dvar's value
Using set declares a new dvarBot Warfare is a mod, so its dvars don't exist by default in the game