mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
include name
This commit is contained in:
parent
e0e69216e2
commit
6799af16f2
@ -20,7 +20,7 @@
|
|||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
set sv_hostname "" // Probbly useless. Change sv_hostname by changing your key at http://platform.plutonium.pw/serverkeys
|
set sv_hostname "^1Bot ^3War^5fare" // Probbly useless. Change sv_hostname by changing your key at http://platform.plutonium.pw/serverkeys
|
||||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. leave blank for defualt intel messages.
|
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. leave blank for defualt intel messages.
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
@ -41,7 +41,7 @@ seta g_deadChat "1" // Toggle allowing dead pl
|
|||||||
set sv_enableBounces "1" // Enables bouncing on the server.
|
set sv_enableBounces "1" // Enables bouncing on the server.
|
||||||
seta sv_enableDoubleTaps "1" // Allow double tap on weapon switching.
|
seta sv_enableDoubleTaps "1" // Allow double tap on weapon switching.
|
||||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||||
|
set sv_allowAimAssist "1" // aa for controllers
|
||||||
|
|
||||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ echo (%date%) - (%time%) %name% server start.
|
|||||||
|
|
||||||
cd /D %LOCALAPPDATA%\Plutonium
|
cd /D %LOCALAPPDATA%\Plutonium
|
||||||
:server
|
:server
|
||||||
start /wait /abovenormal bin\plutonium-bootstrapper-win32.exe iw5mp "%gamepath%" -dedicated +unattended -sv_config "%cfg%" -key "%key%" -net_ip "%ip%" -net_port "%port%" -rcon_password "%rcon_password%" -fs_game "%mod%" -g_log "%g_log%" +start_map_rotate
|
start /wait /abovenormal "%name%" "bin\plutonium-bootstrapper-win32.exe" iw5mp "%gamepath%" -dedicated +unattended -sv_config "%cfg%" -key "%key%" -net_ip "%ip%" -net_port "%port%" -rcon_password "%rcon_password%" -fs_game "%mod%" -g_log "%g_log%" +start_map_rotate
|
||||||
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
|
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
|
||||||
goto Server
|
goto Server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user