diff --git a/IW4x/DedicatedLobbyServer.bat b/IW4x/DedicatedLobbyServer.bat new file mode 100644 index 0000000..5b1d1a6 --- /dev/null +++ b/IW4x/DedicatedLobbyServer.bat @@ -0,0 +1,91 @@ +@echo off +:://///////////////////////////////////////////////////////////////////// +::/// IW4x Lobby Server Configuration start-up file /// +:://///////////////////////////////////////////////////////////////////// +::// For support visit us on discord discordapp.com/invite/sKeVmR3 // +::// // +::// Defualt Playlist Gamemode from myplaylists.info // +::// (If you change that file around. consider this list useless..) // +::// // +::// 0 iw4x DLC (bonus edit) // +::// 1 Team Deathmatch // +::// 2 Hardcore Team Deathmatch // +::// 3 Free-for-all // +::// 4 Hardcore Free-for-all // +::// 5 Domination // +::// 6 Hardcore: Domination // +::// 7 Search and Destory // +::// 8 Hardcore: Search and Destory // +::// 9 Demolition // +::// 10 Hardcore: Demolition // +::// 11 Capture the flag // +::// 12 Hardcore: Capture the flag // +::// 13 Headquarters // +::// 14 Hardcore: Headquarters // +::// 15 Sabotage // +::// 16 Hardcore: Sabotage // +::// 17 Ground War // +::// 18 Hardcore: Ground War // +::// // +:://///////////////////////////////////////////////////////////////////// + +:://///////////////////////////////////////////////////////////////////// +::// Choose your gamemode of 0-22 of your choice above // +:://///////////////////////////////////////////////////////////////////// + +set PlaylistGameMode=1 + +:://///////////////////////////////////////////////////////////////////// +::// Your Game Server Port. // +::// Make sure you Port Forward both UDP & TCP // +:://///////////////////////////////////////////////////////////////////// + +set GamePort=28960 + + +:://///////////////////////////////////////////////////////////////////// +::// Offline/Private LAN Party Mode // +::// 0 Disable (Send heartbeats to online serverlist) // +::// 1 Enable (Add to the Local serverlist. Unlisted from Public) // +:://///////////////////////////////////////////////////////////////////// + + +set LANMode=0 + + +:://///////////////////////////////////////////////////////////////////// +::// Below edits are optional unless you run multiable servers or mods.// +:://///////////////////////////////////////////////////////////////////// +::// Load a mod on your server // +::// Example: ModfolderName=mods/bots // +::// // +::// UNLOAD a mod on your server // +::// Example: ModfolderName= // +:://///////////////////////////////////////////////////////////////////// + + +set ModFolderName= + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited Playlist in the "userraw" folder goes here (optional) // +:://///////////////////////////////////////////////////////////////////// + + +set PlaylistFilename=myplaylists.info + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited partyserver.cfg in the "userraw" folder goes here // +::// This is were you edit your hostname, rcon, inactivity, etc // +::// (Optional) // +:://///////////////////////////////////////////////////////////////////// + + +set ServerFilename=partyserver.cfg + +:://///////////////////////////////////////////////////////////////////// +:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// +:://///////////////////////////////////////////////////////////////////// + +start iw4x.exe -dedicated +set fs_game "%ModFolderName%" +set sv_lanonly "%LANMode%" +set net_port "%GamePort%" +exec %ServerFilename% +set party_enable "1" +set playlistFilename "%PlaylistFilename%" +playlist "%playlistGameMode%" diff --git a/IW4x/DedicatedLobbyServerLAN.bat b/IW4x/DedicatedLobbyServerLAN.bat new file mode 100644 index 0000000..7c7609a --- /dev/null +++ b/IW4x/DedicatedLobbyServerLAN.bat @@ -0,0 +1,91 @@ +@echo off +:://///////////////////////////////////////////////////////////////////// +::/// IW4x Lobby Server Configuration start-up file /// +:://///////////////////////////////////////////////////////////////////// +::// For support visit us on discord discordapp.com/invite/sKeVmR3 // +::// // +::// Defualt Playlist Gamemode from myplaylists.info // +::// (If you change that file around. consider this list useless..) // +::// // +::// 0 iw4x DLC (bonus edit) // +::// 1 Team Deathmatch // +::// 2 Hardcore Team Deathmatch // +::// 3 Free-for-all // +::// 4 Hardcore Free-for-all // +::// 5 Domination // +::// 6 Hardcore: Domination // +::// 7 Search and Destory // +::// 8 Hardcore: Search and Destory // +::// 9 Demolition // +::// 10 Hardcore: Demolition // +::// 11 Capture the flag // +::// 12 Hardcore: Capture the flag // +::// 13 Headquarters // +::// 14 Hardcore: Headquarters // +::// 15 Sabotage // +::// 16 Hardcore: Sabotage // +::// 17 Ground War // +::// 18 Hardcore: Ground War // +::// // +:://///////////////////////////////////////////////////////////////////// + +:://///////////////////////////////////////////////////////////////////// +::// Choose your gamemode of 0-22 of your choice above // +:://///////////////////////////////////////////////////////////////////// + +set PlaylistGameMode=1 + +:://///////////////////////////////////////////////////////////////////// +::// Your Game Server Port. // +::// Make sure you Port Forward both UDP & TCP // +:://///////////////////////////////////////////////////////////////////// + +set GamePort=28960 + + +:://///////////////////////////////////////////////////////////////////// +::// Offline/Private LAN Party Mode // +::// 0 Disable (Send heartbeats to online serverlist) // +::// 1 Enable (Add to the Local serverlist. Unlisted from Public) // +:://///////////////////////////////////////////////////////////////////// + + +set LANMode=1 + + +:://///////////////////////////////////////////////////////////////////// +::// Below edits are optional unless you run multiable servers or mods.// +:://///////////////////////////////////////////////////////////////////// +::// Load a mod on your server // +::// Example: ModfolderName=mods/bots // +::// // +::// UNLOAD a mod on your server // +::// Example: ModfolderName= // +:://///////////////////////////////////////////////////////////////////// + + +set ModFolderName= + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited Playlist in the "userraw" folder goes here (optional) // +:://///////////////////////////////////////////////////////////////////// + + +set PlaylistFilename=myplaylists.info + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited partyserver.cfg in the "userraw" folder goes here // +::// This is were you edit your hostname, rcon, inactivity, etc // +::// (Optional) // +:://///////////////////////////////////////////////////////////////////// + + +set ServerFilename=partyserverlan.cfg + +:://///////////////////////////////////////////////////////////////////// +:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// +:://///////////////////////////////////////////////////////////////////// + +start iw4x.exe -dedicated +set fs_game "%ModFolderName%" +set sv_lanonly "%LANMode%" +set net_port "%GamePort%" +exec %ServerFilename% +set party_enable "1" +set playlistFilename "%PlaylistFilename%" +playlist "%playlistGameMode%" diff --git a/IW4x/DedicatedLobbyServerLANBots.bat b/IW4x/DedicatedLobbyServerLANBots.bat new file mode 100644 index 0000000..3ffeb85 --- /dev/null +++ b/IW4x/DedicatedLobbyServerLANBots.bat @@ -0,0 +1,90 @@ +@echo off +:://///////////////////////////////////////////////////////////////////// +::/// IW4x Lobby Server Configuration start-up file /// +:://///////////////////////////////////////////////////////////////////// +::// For support visit us on discord discordapp.com/invite/sKeVmR3 // +::// // +::// Defualt Playlist Gamemode from myplaylists.info // +::// (If you change that file around. consider this list useless..) // +::// // +::// 0 iw4x DLC (bonus edit) // +::// 1 Team Deathmatch // +::// 2 Hardcore Team Deathmatch // +::// 3 Free-for-all // +::// 4 Hardcore Free-for-all // +::// 5 Domination // +::// 6 Hardcore: Domination // +::// 7 Search and Destory // +::// 8 Hardcore: Search and Destory // +::// 9 Demolition // +::// 10 Hardcore: Demolition // +::// 11 Capture the flag // +::// 12 Hardcore: Capture the flag // +::// 13 Headquarters // +::// 14 Hardcore: Headquarters // +::// 15 Sabotage // +::// 16 Hardcore: Sabotage // +::// 17 Ground War // +::// 18 Hardcore: Ground War // +::// // +:://///////////////////////////////////////////////////////////////////// + +:://///////////////////////////////////////////////////////////////////// +::// Choose your gamemode of 0-22 of your choice above // +:://///////////////////////////////////////////////////////////////////// + +set PlaylistGameMode=3 + +:://///////////////////////////////////////////////////////////////////// +::// Your Game Server Port. // +::// Make sure you Port Forward both UDP & TCP // +:://///////////////////////////////////////////////////////////////////// + +set GamePort=28960 + + +:://///////////////////////////////////////////////////////////////////// +::// Offline/Private LAN Party Mode // +::// 0 Disable (Send heartbeats to online serverlist) // +::// 1 Enable (Add to the Local serverlist. Unlisted from Public) // +:://///////////////////////////////////////////////////////////////////// + + +set LANMode=1 + + +:://///////////////////////////////////////////////////////////////////// +::// Below edits are optional unless you run multiable servers or mods.// +:://///////////////////////////////////////////////////////////////////// +::// Load a mod on your server // +::// Example: ModfolderName=mods/bots // +::// // +::// UNLOAD a mod on your server // +::// Example: ModfolderName= // +:://///////////////////////////////////////////////////////////////////// + + +set ModFolderName=mods/bots + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited Playlist in the "userraw" folder goes here (optional) // +:://///////////////////////////////////////////////////////////////////// + + +set PlaylistFilename=botplaylist.info + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited partyserver.cfg in the "userraw" folder goes here // +::// This is were you edit your hostname, rcon, inactivity, etc // +::// (Optional) // +:://///////////////////////////////////////////////////////////////////// + +set ServerFilename=partyserverlanbots.cfg + +:://///////////////////////////////////////////////////////////////////// +:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// +:://///////////////////////////////////////////////////////////////////// + +start iw4x.exe -dedicated +set fs_game "%ModFolderName%" +set sv_lanonly "%LANMode%" +set net_port "%GamePort%" +exec %ServerFilename% +set party_enable "1" +set playlistFilename "%PlaylistFilename%" +playlist "%playlistGameMode%" diff --git a/IW4x/DedicatedServer.bat b/IW4x/DedicatedServer.bat new file mode 100644 index 0000000..6b6570a --- /dev/null +++ b/IW4x/DedicatedServer.bat @@ -0,0 +1,51 @@ +@echo off +:://///////////////////////////////////////////////////////////////////// +::/// IW4x Dedicated Server Configuration start-up file /// +:://///////////////////////////////////////////////////////////////////// +::// For support visit us on discord discordapp.com/invite/sKeVmR3 // +::// // +::// Your Game Server Port. // +::// Make sure you Port Forward both UDP & TCP // +:://///////////////////////////////////////////////////////////////////// + +set GamePort=28960 + + +:://///////////////////////////////////////////////////////////////////// +::// Offline/Private LAN Party Mode // +::// 0 Disable (Send heartbeats to online serverlist) // +::// 1 Enable (Add to the Local serverlist. Unlisted from Public) // +:://///////////////////////////////////////////////////////////////////// + +set LANMode=0 + + +:://///////////////////////////////////////////////////////////////////// +::// Below edits are optional unless you run multiable servers or mods.// +:://///////////////////////////////////////////////////////////////////// +::// Load a mod on your server // +::// Example: ModfolderName=mods/bots // +::// // +::// UNLOAD a mod on your server // +::// Example: ModfolderName= // +:://///////////////////////////////////////////////////////////////////// + + +set ModFolderName= + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited server.cfg in the "userraw" folder goes here... // +::// This is were you edit your hostname, rcon, inactivity, etc // +::// (Optional) // +:://///////////////////////////////////////////////////////////////////// + + +set ServerFilename=server.cfg + + +:://///////////////////////////////////////////////////////////////////// +:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// +:://///////////////////////////////////////////////////////////////////// + +start iw4x.exe -dedicated +set fs_game "%ModFolderName%" +set sv_lanonly "%LANMode%" +set net_port "%GamePort%" +exec %ServerFilename% +set party_enable "0" +map_rotate diff --git a/IW4x/DedicatedServerLAN.bat b/IW4x/DedicatedServerLAN.bat new file mode 100644 index 0000000..52a109b --- /dev/null +++ b/IW4x/DedicatedServerLAN.bat @@ -0,0 +1,54 @@ +@echo off +:://///////////////////////////////////////////////////////////////////// +::/// IW4x Dedicated Server Configuration start-up file /// +:://///////////////////////////////////////////////////////////////////// +::// For support visit us on discord discordapp.com/invite/sKeVmR3 // +::// // +::// Your Game Server Port. // +::// Make sure you Port Forward both UDP & TCP // +:://///////////////////////////////////////////////////////////////////// + + +set GamePort=28960 + + +:://///////////////////////////////////////////////////////////////////// +::// Offline/Private LAN Party Mode // +::// 0 Disable (Send heartbeats to online serverlist) // +::// 1 Enable (Add to the Local serverlist. Unlisted from Public) // +:://///////////////////////////////////////////////////////////////////// + + +set LANMode=1 + + +:://///////////////////////////////////////////////////////////////////// +::// Below edits are optional unless you run multiable servers or mods.// +:://///////////////////////////////////////////////////////////////////// +::// Load a mod on your server // +::// Example: ModfolderName=mods/bots // +::// // +::// UNLOAD a mod on your server // +::// Example: ModfolderName= // +:://///////////////////////////////////////////////////////////////////// + + +set ModFolderName= + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited server.cfg in the "userraw" folder goes here... // +::// This is were you edit your hostname, rcon, inactivity, etc // +::// (Optional) // +:://///////////////////////////////////////////////////////////////////// + + +set ServerFilename=serverlan.cfg + + +:://///////////////////////////////////////////////////////////////////// +:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// +:://///////////////////////////////////////////////////////////////////// + + +start iw4x.exe -dedicated +set fs_game "%ModFolderName%" +set sv_lanonly "%LANMode%" +set net_port "%GamePort%" +exec %ServerFilename% +set party_enable "0" +map_rotate diff --git a/IW4x/DedicatedServerLANBots.bat b/IW4x/DedicatedServerLANBots.bat new file mode 100644 index 0000000..2ac0e5f --- /dev/null +++ b/IW4x/DedicatedServerLANBots.bat @@ -0,0 +1,52 @@ +@echo off +:://///////////////////////////////////////////////////////////////////// +::/// IW4x Dedicated Server Configuration start-up file /// +:://///////////////////////////////////////////////////////////////////// +::// For support visit us on discord discordapp.com/invite/sKeVmR3 // +::// // +::// Your Game Server Port. // +::// Make sure you Port Forward both UDP & TCP // +:://///////////////////////////////////////////////////////////////////// + + +set GamePort=28960 + + +:://///////////////////////////////////////////////////////////////////// +::// Offline/Private LAN Party Mode // +::// 0 Disable (Send heartbeats to online serverlist) // +::// 1 Enable (Add to the Local serverlist. Unlisted from Public) // +:://///////////////////////////////////////////////////////////////////// + +set LANMode=1 + + +:://///////////////////////////////////////////////////////////////////// +::// Below edits are optional unless you run multiable servers or mods.// +:://///////////////////////////////////////////////////////////////////// +::// Load a mod on your server // +::// Example: ModfolderName=mods/bots // +::// // +::// UNLOAD a mod on your server // +::// Example: ModfolderName= // +:://///////////////////////////////////////////////////////////////////// + + +set ModFolderName=mods/bots + + +:://///////////////////////////////////////////////////////////////////// +::// Your edited server.cfg in the "userraw" folder goes here... // +::// This is were you edit your hostname, rcon, inactivity, etc // +::// (Optional) // +:://///////////////////////////////////////////////////////////////////// + + +set ServerFilename=serverlan.cfg + + +:://///////////////////////////////////////////////////////////////////// +:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// +:://///////////////////////////////////////////////////////////////////// + +start iw4x.exe -dedicated +set fs_game "%ModFolderName%" +set sv_lanonly "%LANMode%" +set net_port "%GamePort%" +exec %ServerFilename% +set party_enable "0" +map_rotate