Dedicated servers use SteamCMD to complete deployment
SteamCDM Official User Tutorial:
https://developer.valvesoftware.com/wiki/SteamCMD
Server AppID:2329680
If the server cannot run, you can try installing the running environment
https://1drv.ms/u/s!AhvGbZ0VZWm3gglwUylsUSxEHkg8?e=UdMkfX
Remote Desktop Login to Windows Server
1. Create a folder, download SteamCMD and unzip it, double-click to run SteamCMd.exe
Download address:https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
2. Open steamcmd.exe and enter login anonymous
3. After logging in, enter the app_update 2329680 validate deployment server, waiting for deployment to complete
4. Create a server configuration file
Create the Game.ini file (this is a text file) under .\steamapps\common\NoOneSurvivedServer\WRSH\Saved\Config\WindowsServer\ or download it here
Server parameter configuration instructions:
[ServerSetting]
SaveName:The name of the archive, which is also the default archive to be loaded.
ServerName:Indicates the name of the searched server
OpenMap:Map01 is a large map Map02 is a small map
NeedPassword:True means the server requires a password, False means no password is required
Password:Password required to enter the server
MaxPlayers:Maximum number of people in the server (2-50)
NumOfZombieSpawn:The number of zombies generated in one wave of zombies (25-100)
Region:Server region setting, All means no registration area, AF means Africa, AS means Asia, EU means Europe, NA means North America, OC means Oceania, SA means South America.
AdminPassword:Server administrator password
[GameSettings]
ZombieAttack:Whether to turn on zombie tide
GiftBagForNovices:Whether to open the novice gift package
ZombieAttackDay:Zombie Tide Attack Day (1-30)
AttackZombieNum:Attack zombie tide size (1-5)
ZombieNum:Number of lost spawns on the map (1-3)
RunZombiePercent:Percentage of running corpses (0.0-1.0)
ZombieStreng:Zombie strength (0-3)
YearDay:A year's time
PermanentDead:Whether to enable permanent death
MaterialNum:Material quantity (0-3)
ItemSpawn:Material refresh date
VirusFatalityRate:Virus fatality rate (0.0-1.0)
NPCItemSpawn:Merchant item refresh date
PVP:False means PVE mode, True means PVP mode
DayLength:The length of a day, in minutes (only allowed at 45, 90120)
5. Start the server through .\steamapps\common\NoOneSurvivedServer\StartServer.bat
When the server window displays ServerCreate, it means the server has started successfully.
6. The update server can start the update through UpdateServer.bat
7. It is recommended to open all UDP and TCP ports of the server
Server configuration recommendations:
For a 64 square kilometer map, at least 8G of memory is recommended, 16G is best
For a map of 16 square kilometers, at least 4G memory is recommended, 8G is best
If the memory is not enough, you can increase the virtual memory
It is recommended that the minimum version of the server is Windows 2016 Server or above. Otherwise, a function will report an error, but it will not affect the operation of the server.