Soulmask – Server Windows

Table of Contents

Setup SteamCMD

  • Download SteamCMD
  • Extract it to the folder where you want to download your server. It will create its own folder structure, so make sure it is in a folder.
  • Run the .exe
  • Let it do its thing
  • When finished, you can enter in the commandline “login anonymous.
  • after that, run “app_update 3017310 validate.” This will install the server
  • Now you can close the SteamCMD We have all we want here
  • Let’s go to the newly installed server in some way, like “C:\steamcmd\steamapps\common\YourServer.”
  • Now if you want the server, run “StartServer.bat.
  • Change it to your liking.
  • Make sure to port forward the ports for server access from outside your network
				
					Commands
login anonymous
app_update 3017310 validate


				
			
				
					My StartServer.bat

@echo off

start WSServer.exe Level01_Main -server %* -log -UTF8Output -MULTIHOME=0.0.0.0 -EchoPort=18888 -forcepassthrough -MaxPlayers=250 -pve -SteamServerName=4Wobi -PSW=YourServerPassword -adminpsw=YourAdminPassword -port=7777 -QueryPort-27015

exit /B



				
			

Leave a Comment