cd /root/pzServer bash start-server.sh 等它卡住要求你输入admin的密码时退出。 之后root目录下就会自动创建Zomboid文件夹,其中Server文件夹是放置配置文件的。 配置文件可以自己手动写,我的建议是自己在自己电脑把服务器自己设置以下,包括加模组。 注意!!!open设置为true open设置为true 配置的文件可以在红线部分找...
docker pull cm2network/projectzomboid-server:latest 运行游戏服务器容器使用以下命令运行游戏服务器容器: docker run -d --name projectzomboid-server -p 27015:27015 -p 27015:27015/udp cm2network/projectzomboid-server:latest /usr/games/zomboid --host=0.0.0.0 --port=27015 --maxplayers=16 --world=d...
Fixed quoting problem with projectzomboid.sh (Linux demo won't launch).Fixed IsoWindow properties. Allow right-clicking on IsoThumpable walls that are s or e of the player. . When thumpable walls are "transparent" it wasn't possible to interact with them via the right-click menu. No ...
You will need Steam on your server for this. Firstly, download the Steam client and log in with your login data. You can use the “Search” button in the Steam game library to find the dedicated server software for Project Zomboid. Search the game title, select from the list on the ...
I wish Zomboid had NEO Scavenger's loot, cart and crafting systems I wish CDDA played like anything playable. Even a SS13 interface would be better. well that sucks. I appreciate the intense level of simulation, but it seems like kind of a waste to create that amazing world only to not...
Joining a Project Zomboid server can be confusing for new players, so we have created this guide to ease you through the setup process.
This Dockerfile downloads the Project Zombie dedicated server using SteamCMD. Will allow you to deploy with ease a server in Kubernetes, Docker... The ready to use image is available here: https://hub.docker.com/r/danixu86/project-zomboid-dedicated-server WARNING: Running the image on Window...
双击ProjectZomboidServer.bat开启服务器 再点Launcher_x64.exe 可以玩,运行ProjectZomboid64.bat启动游戏...
Project Zomboid (despite a regrettable name) is an challenging survival game... with zombies. That is--this is NOT Left4Dead, this is NOT Dead Island, this isn't even State of Decay (though we are getting warmer). This is a survival game where zombies block your path to life. ...
Then, open the ports for your Project Zomboid server. We will also put SSH into the allowlist to prevent connectivity issues. Here are the commands: sudo ufw allow 22/tcp sudo ufw allow 16261/udp sudo ufw allow 16262/udp Now, enable UFW to apply the rules using the following command. ...