01-11-2024, 07:44 PM
1. Wie starten den Server erst einmal mit der Standard Server Start.bat und beenden in wieder.
2. Server Start.bat Bearbeiten
Code:
@echo off
start HarshDoorstop\Binaries\Win64\HarshDoorstopServer-Win64-Shipping.exe OmahaBeach?MaxPlayers=24 -Port=7770 -QueryPort=27002 -log -SteamServerName="Dein Servername" %*
3. Unter D:\GameServer\Operation Harsh Doorstop\HarshDoorstop\Saved\Config\WindowsServer erstellen wi eine game.ini, Admins.cfg und eiene MapCycle.cfg.
4. erstellen der game.ini (diese kann noch weiter ausgebaut werden)
Code:
[SystemSettings]
Game.AutoBalanceTeamsOverride=1
HD.AAS.ActiveRouteOverride=0
HD.CP.EnforceSmallerMinPlayersToCapture=1
HD.CP.MinPlayersToCaptureOverride=3
[/Script/RCON.RCONServerSystem]
bEnabled=True
ListenPort=7773
Password="satan88"
MaxActiveConnections=5
MaxAuthAttempts=3
5. Admins.cfg
Code:
Steamid64 untereinander schreiben
6. MapCycle.cfg (Maps untereinander anordnen kann weiter mit anderen Maps befüllt werden... )
Code:
OmahaBeach
Carentan
Montecassino
7. Nun den Server starten und Spaß haben.
Command List
Code:
AdminList= Admins.cfg Defines a custom admin list filename
BanList= Bans.cfg Defines a custom ban list filename
DisableRCON Prevents RCON server from being initialized at startup
(overrides "-EnableRCON" arg and "bEnabled" config setting)
EnableRCON Initializes RCON server at startup
(overridden by "-DisableRCON" arg, overrides "bEnabled" config setting otherwise)
MapCycle= MapCycle.cfg Defines a custom map list filename
MULTIHOME= Defines the IP to bind to
MULTIHOMERCON= / RCONAddress= / RCONIP= Defines the IP for the RCON server to bind to specifically
Port= 7777 Defines port for game traffic
QueryPort= 27005 Defines port for Steam master server traffic
RCONMaxActiveConnections= Defines the maximum allowed number of concurrent RCON connections
(overrides config setting equivalent)
RCONMaxAuthAttempts= Defines the maximum number of authentication attempts an RCON connection can make before being forcibly disconnected
(overrides config setting equivalent)
RCONPassword= Defines the password used for authenticating with the RCON server
(overrides config setting equivalent)
RCONPort= 7779 Defines port for RCON server traffic
(overrides config setting equivalent)
SteamServerName= / ServerName= Harsh Doorstop Dedicated Server Defines the display or host name of the game server when listed in a server browser
SupportersOnly / SupportersOnlyWhitelist Enables supporters-only whitelist feature
Tokens= Tokens.cfg Defines a custom OTP or "One Time Password" filename
Whitelist= Whitelist.cfg Defines a custom whitelist filename
Base Game Maps
Code:
Argonne The Meuse–Argonne offensive—our art showcase map for WW1. Intended for use with the WW1 era content, however you can pair this with whichever factions you like
Montecassino The Battle of Monte Cassino—our art showcase map for WW2. Intended for use with the WW2 era content (specifically the Fallschirmjäger and US Army factions), however you can pair this with whichever factions you like.
LamDong The province of Lam Dong—our art showcase map for Vietnam. Intended for use with the WW2 era content (specifically the Fallschirmjäger and US Army factions), however you can pair this with whichever factions you like.
Khafji_P The Battle of Khafji. Intended for use with the Gulf War era content, however you can pair this with whichever factions you like.
Risala A neighborhood in Fallujah. Intended for use with the Modern era/PMC content, however you can pair this with whichever factions you like.
AAS-TestMap Not recommended for regular play.
EXPANSION MAPS If you place any of these maps in your MapCycle.cfg, only people that have access to this content will be able to play on it when these maps come up
SaintQuentin [Part of the OPERATION: MICHAEL expansion]
Port Forwarding
PHP-Code:
Default Port Number Description
7777 Game Port (Inbound UDP; in the .bat command line argument this is represented as “-Port=”)
7778 Steam Client Port (Outbound UDP; this is always the Game Port +1)
7779 RCON Port (Inbound TCP; the “ListenPort” in #Game.ini)
27005 Steam Query Port (Inbound UDP; in the .bat command line argument this is represented as “-QueryPort=”)
Wir werden euch in den nächsten Tagen noch ein paar weitere Infos zum Server hier hinterlegen.
Lg
rumpel

