I can’t seem to get the server started. Running on Server 2012 R2 Core. My update script:
set homedir=c:\users\administrator
set steamaccount=ACCOUNT
set steampass=PASSWORD
“%homedir%\steamcmd.exe” +login %steamaccount% %steampass% +force_install_dir %homedir% +app_update 258680 +quit
And start script:
set serverdir=c:\users\administrator\steamapps\common\chivalry_dw_ded_server
set startup=%serverdir%\Binaries\Win32\CDW.exe
set vars=?steamsockets?dedicated=true -seekfreeloadingserver -Port=7777 -QueryPort=7778 -maxplayers=
set map=FFA-Fjord
set players=32
%startup% %map%%vars%%plugins%%players%
Actual start command:
c:\users\administrator\steamapps\common\chivalry_dw_ded_server\Binaries\Win32\CDW.exe FFA-Fjord?steamsockets?dedicated=true -seekfreeloadingserver -Port=7777 -QueryPort=7778 -maxplayers=32
I run the command and the prompt just sits there, does nothing. I assume there something I’m doing wrong. Would anyone be so kind as to point it out?
EDIT:
Just mapped the server core drive to my desktop, and ran the game server with the above script. I get this feeling like server core is not supported…
EDIT:
Figured it out. Missing Direct X. Well, since Server Core doesn’t support direct x, grabbed necessary files from my desktop machine:
msvcr100.dll
d3dx9_43.dll
dinput8.dll
xinput1_3.dll