diff --git a/out/Add to root of CoD4x server/main/localbotserver.cfg b/out/Add to root of CoD4x server/main/localbotserver.cfg index daeaf60..43dc59a 100644 --- a/out/Add to root of CoD4x server/main/localbotserver.cfg +++ b/out/Add to root of CoD4x server/main/localbotserver.cfg @@ -1 +1,7 @@ +loadplugin "httpget" + set sv_hostname "^1Bot ^3War^5fare ^7Local server" +set sv_punkbuster "0" + +set g_gametype "dom" +set sv_mapRotation "map mp_shipment" diff --git a/out/Add to root of CoD4x server/z_localserver.bat b/out/Add to root of CoD4x server/z_localserver.bat index 33cae7a..54eaa69 100644 --- a/out/Add to root of CoD4x server/z_localserver.bat +++ b/out/Add to root of CoD4x server/z_localserver.bat @@ -1 +1 @@ -start "" "%~dp0cod4x18_dedrun.exe" +set dedicated "1" +set sv_maxclients "64" +set sv_punkbuster "0" +set net_port "28965" +set fs_game "mods/bots" +exec localbotserver.cfg +loadplugin httpget +map_rotate \ No newline at end of file +start "" "%~dp0cod4x18_dedrun.exe" +set dedicated "1" +set sv_maxclients "64" +set net_port "28965" +set fs_game "mods/bots" +exec localbotserver.cfg +map_rotate