Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added B42MP-1.62.rar
Binary file not shown.
Binary file added B42MP-1.63.rar
Binary file not shown.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ This project provides a Pterodactyl panel egg configuration for deploying a Proj
```
├── B42MP-1.57.rar # Multiplayer patch v1.57
├── B42MP-1.58.rar # Multiplayer patch v1.58
├── B42MP-1.58.rar # Multiplayer patch v1.59 for B42.11
├── B42MP-1.60.rar # Multiplayer patch v1.60 for B42.12
├── B42MP-1.61.rar # Multiplayer patch v1.61 for B42.12
├── B42MP-1.62.rar # Multiplayer patch v1.62 for B42.12
├── B42MP-1.63.rar # Multiplayer patch v1.63 for B42.12.1
├── egg-project-zomboid-b42-community-multiplayer-patch-server-e-n.json # English egg config
├── egg-project-zomboid-b42-community-multiplayer-patch-server-c-n.json # Chinese egg config
├── start.sh # Server startup script
Expand All @@ -45,7 +50,7 @@ The server supports the following environment variables:
- `STEAM_PASS`: Steam account password (required for first installation)
- `DEPOT_APPID`: Steam Application ID (108600)
- `DEPOT_SUBID`: Steam Application Sub ID (108603) - Linux platform specific
- `DEPOT_MANIFESTID`: Depot Manifest ID (249541819024555413) - requires reinstallation when changed. For more information, check: https://steamdb.info/depot/108603/manifests/
- `DEPOT_MANIFESTID`: Depot Manifest ID (3437043880651358965) - requires reinstallation when changed. For more information, check: https://steamdb.info/depot/108603/manifests/
- `STEAM_BRANCHID`: Test branch (unstable)
- `PATCH_LINK`: Multiplayer patch download URL
- `DEPOT_LINK`: DepotDownloader tool URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"name": "\u591a\u4eba\u6e38\u620f\u8865\u4e01[\u9700\u8981\u91cd\u65b0\u5b89\u88c5]",
"description": "\u591a\u4eba\u6e38\u620f\u8865\u4e01\u4e0b\u8f7d\u94fe\u63a5,\u9ed8\u8ba4\u4e0d\u9700\u8981\u4fee\u6539,\u82e5\u8865\u4e01\u9700\u8981\u66f4\u65b0,\u5219\u4fee\u6539\u8fd9\u4e2a\u94fe\u63a5\u540e\u8fdb\u884c\u91cd\u65b0\u5b89\u88c5.",
"env_variable": "PATCH_LINK",
"default_value": "https:\/\/raw.githubusercontent.com\/Shuazijun\/PZB42\/refs\/heads\/main\/B42MP-1.61.rar",
"default_value": "https:\/\/raw.githubusercontent.com\/Shuazijun\/PZB42\/refs\/heads\/main\/B42MP-1.63.rar",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:256",
Expand All @@ -143,7 +143,7 @@
"name": "\u4ed3\u5e93\u6e05\u5355ID [\u9700\u8981\u91cd\u65b0\u5b89\u88c5]",
"description": "Steam\u6e05\u5355ID,\u66f4\u591a\u4fe1\u606f\u8bf7\u67e5\u770bSteamDB",
"env_variable": "DEPOT_MANIFESTID",
"default_value": "249541819024555413",
"default_value": "3437043880651358965",
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:32",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"name": "Multiplayer Game Patch [Requires Reinstallation]",
"description": "Multiplayer game patch download link, no changes needed by default. If the patch needs to be updated, modify this link and reinstall.",
"env_variable": "PATCH_LINK",
"default_value": "https:\/\/raw.githubusercontent.com\/Shuazijun\/PZB42\/refs\/heads\/main\/B42MP-1.61.rar",
"default_value": "https:\/\/raw.githubusercontent.com\/Shuazijun\/PZB42\/refs\/heads\/main\/B42MP-1.63.rar",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:256",
Expand All @@ -142,7 +142,7 @@
"name": "Depot Manifest ID [Requires Reinstallation]",
"description": "Steam Manifest ID,More infomations Check SteamDB",
"env_variable": "DEPOT_MANIFESTID",
"default_value": "249541819024555413",
"default_value": "3437043880651358965",
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:32",
Expand Down