Skip to content

Commit d70627e

Browse files
committed
update with debian13
1 parent 3224995 commit d70627e

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

dockerfile.wine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ USER root
1616
RUN dpkg --add-architecture i386 && \
1717
mkdir -pm755 /etc/apt/keyrings && \
1818
curl -so /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key && \
19-
curl -so /etc/apt/sources.list.d/winehq-bookworm.sources https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources && \
19+
curl -so /etc/apt/sources.list.d/winehq-trixie.sources https://dl.winehq.org/wine-builds/debian/dists/trixie/winehq-trixie.sources && \
2020
apt-get update && apt-get install -y --install-recommends winehq-staging && \
2121
rm -rf /var/lib/apt/lists/* && apt-get clean
2222

readme.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ Add `-d` if you want it running on background
8585

8686
## Advanced
8787

88-
You have to create a volume for stoagre your server files, mount it on `/home/5k/Steam/steamapps/common/SCP Pandemic Dedicated Server`
88+
You have to create a volume for stoagre your server files, mount it on `${SRVPATH}` (see ENVs on below)
8989

90-
| ENVs | Native | Wine | Default Value | Description |
91-
|----------- |-------- |------ |--------------------------------------------------------------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
92-
| APPID | YES | YES | 884110 | Game server's steam appid |
93-
| STEAMPATH | YES | YES | "/home/5k/Steam" | Steamcmd path |
94-
| SRVPATH | YES | YES | "${STEAMPATH}/steamapps/common/SCP Pandemic Dedicated Server" | Game server path |
95-
| ARGS | YES | YES | "" | The params you want sent to the server |
96-
| STARTENV | NO | YES | "WINEDLLOVERRIDES=dwmapi=native,builtin" | Start envs, **DONT MODIFY** unless you sure what are you doing.<br/>if you want running vanilla server but failed to starting, try clean it (**may cause `UE4SS` not loading**) |
97-
| STARTCMD | NO | YES | "wine ./WindowsServer/PandemicServer.exe" | Start command, used for start server, you can change it according you needs.<br/>For example: `"wine ./StartServer.bat"` |
90+
| ENVs | Native | Wine | Default Value | Description |
91+
|----------- |-------- |------ |--------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------- |
92+
| APPID | YES | YES | 884110 | Game server's steam appid |
93+
| STEAMPATH | YES | YES | "/home/5k/Steam" | Steamcmd path |
94+
| SRVPATH | YES | YES | "${STEAMPATH}/steamapps/common/SCP Pandemic Dedicated Server" | Game server path |
95+
| ARGS | YES | YES | "" | The params you want sent to the server |
96+
| STARTENV | NO | YES | "WINEDLLOVERRIDES=dwmapi=native,builtin" | Start environments, if you want running vanilla server but failed to starting, try clean it (**may cause `UE4SS` not loading**) |
97+
| STARTCMD | NO | YES | "wine ./WindowsServer/PandemicServer.exe" | Start command, used for start server, you can change it according you needs.<br/>For example: `"wine ./StartServer.bat"` |
9898

9999
----
100100

@@ -182,13 +182,13 @@ docker run --name scp5kserver -p 7777:7777/tcp -p 7777:7777/udp -p 27015:27015/t
182182

183183
## 高级
184184

185-
你需要创建一个volume存储你的服务器文件,并挂载在`/home/5k/Steam/steamapps/common/SCP Pandemic Dedicated Server`
185+
你需要创建一个volume存储你的服务器文件,并挂载在`${SRVPATH}`(参阅下方ENVs)
186186

187-
| ENVs | Native | Wine | 默认值 | 描述 |
188-
|----------- |-------- |------ |--------------------------------------------------------------- |----------------------------------------------------------------------------------------------------------------------------------- |
189-
| APPID | YES | YES | 884110 | 游戏服务器的steam appid |
190-
| STEAMPATH | YES | YES | "/home/5k/Steam" | steamcmd的路径 |
191-
| SRVPATH | YES | YES | "${STEAMPATH}/steamapps/common/SCP Pandemic Dedicated Server" | 游戏服务器的路径 |
192-
| ARGS | YES | YES | "" | 你想发给服务器的参数 |
193-
| STARTENV | NO | YES | "WINEDLLOVERRIDES=dwmapi=native,builtin" | 环境变量,如果你不知道你在做什么,**不要更改**<br/>如果你想开原版服务器并在启动时遇到问题,尝试重写为空**可能会导致`UE4SS`不工作** |
194-
| STARTCMD | NO | YES | "wine ./WindowsServer/PandemicServer.exe" | 用于开启服务器的指令,你可以根据你的需要更改<br/>举例: `"wine ./StartServer.bat"` |
187+
| ENVs | Native | Wine | 默认值 | 描述 |
188+
|----------- |-------- |------ |--------------------------------------------------------------- |------------------------------------------------------------------------------- |
189+
| APPID | YES | YES | 884110 | 游戏服务器的steam appid |
190+
| STEAMPATH | YES | YES | "/home/5k/Steam" | steamcmd的路径 |
191+
| SRVPATH | YES | YES | "${STEAMPATH}/steamapps/common/SCP Pandemic Dedicated Server" | 游戏服务器的路径 |
192+
| ARGS | YES | YES | "" | 你想发给服务器的参数 |
193+
| STARTENV | NO | YES | "WINEDLLOVERRIDES=dwmapi=native,builtin" | 环境变量,如果你想开原版服务器并在启动时遇到问题,尝试覆写为空**可能会导致`UE4SS`不工作**|
194+
| STARTCMD | NO | YES | "wine ./WindowsServer/PandemicServer.exe" | 用于开启服务器的指令,你可以根据你的需要更改<br/>举例: `"wine ./StartServer.bat"` |

0 commit comments

Comments
 (0)