From a3e1aca5668b7d57e951ce7075548ce98b130d3e Mon Sep 17 00:00:00 2001 From: INeedBots Date: Tue, 22 Dec 2020 22:27:58 -0600 Subject: [PATCH] turn off antilag --- z_server.bat | 2 +- z_server_pvbrust.bat | 2 +- z_server_pvbvote.bat | 2 +- z_serverdev.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/z_server.bat b/z_server.bat index d7e820b..264a3b6 100644 --- a/z_server.bat +++ b/z_server.bat @@ -1 +1 @@ -start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "0" +set net_port "28960" +set fs_game "" +exec server.cfg +map_rotate \ No newline at end of file +start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "0" +set net_port "28960" +set fs_game "" +set g_antilag "0" +exec server.cfg +map_rotate \ No newline at end of file diff --git a/z_server_pvbrust.bat b/z_server_pvbrust.bat index 254d8d8..59244fa 100644 --- a/z_server_pvbrust.bat +++ b/z_server_pvbrust.bat @@ -1 +1 @@ -start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "" +exec pvbrust.cfg +map_rotate \ No newline at end of file +start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "" +set g_antilag "0" +exec pvbrust.cfg +map_rotate \ No newline at end of file diff --git a/z_server_pvbvote.bat b/z_server_pvbvote.bat index 7569289..ee942fe 100644 --- a/z_server_pvbvote.bat +++ b/z_server_pvbvote.bat @@ -1 +1 @@ -start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "mods/pvb" +exec pvbvote.cfg +map_rotate \ No newline at end of file +start "" "%~dp0iw4x.exe" -dedicated +set sv_lanonly "1" +set net_port "28960" +set fs_game "mods/pvb" +set g_antilag "0" +exec pvbvote.cfg +map_rotate \ No newline at end of file diff --git a/z_serverdev.bat b/z_serverdev.bat index 754f9ee..91ffbe3 100644 --- a/z_serverdev.bat +++ b/z_serverdev.bat @@ -1 +1 @@ -start "" "%~dp0iw4x.exe" -dedicated -console -dump +set sv_lanonly "1" +set fs_game "mods/dev" +set net_port "28960" +set developer "1" +set developer_script "1" +set scr_game_spectatetype "2" scr_war_scorelimit "0" +set thereisacow "1" +set sv_cheats "1" +set logfile "2" +set bots_manage_add "8" +devmap mp_rust \ No newline at end of file +start "" "%~dp0iw4x.exe" -dedicated -console -dump +set sv_lanonly "1" +set fs_game "mods/dev" +set net_port "28960" +set developer "1" +set developer_script "1" +set scr_game_spectatetype "2" scr_war_scorelimit "0" +set thereisacow "1" +set sv_cheats "1" +set logfile "2" +set bots_manage_add "8" +set g_antilag "0" +devmap mp_rust \ No newline at end of file