Works
This commit is contained in:
@@ -13,12 +13,12 @@ RUN mkdir -p /root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAsset
|
|||||||
RUN wget -qO- https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip | bsdtar -xvf- -C /root/.wine/drive_c/steamcmd/
|
RUN wget -qO- https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip | bsdtar -xvf- -C /root/.wine/drive_c/steamcmd/
|
||||||
|
|
||||||
# Persist Volumes
|
# Persist Volumes
|
||||||
VOLUME [ "/root/.wine/drive_c/users/root/AppData/LocalLow/Stunlock Studios/VRisingServer/Saves/"]
|
VOLUME [ "/root/.wine/drive_c/users/root/AppData/LocalLow/Stunlock Studios/VRisingServer/Saves"]
|
||||||
VOLUME [ "/root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAssets/Settings/" ]
|
VOLUME [ "/root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAssets/Settings" ]
|
||||||
|
|
||||||
# Expose Ports
|
# Expose Ports
|
||||||
EXPOSE 27015/udp
|
EXPOSE 9876/udp
|
||||||
EXPOSE 27016/udp
|
EXPOSE 9877/udp
|
||||||
|
|
||||||
# Running as a bash script works, does not work otherwise
|
# Running as a bash script works, does not work otherwise
|
||||||
COPY ./init.sh /
|
COPY ./init.sh /
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"GameModeType": "PvP",
|
"GameModeType": "PvE",
|
||||||
"CastleDamageMode": "Always",
|
"CastleDamageMode": "Always",
|
||||||
"SiegeWeaponHealth": "Normal",
|
"SiegeWeaponHealth": "Normal",
|
||||||
"PlayerDamageMode": "Always",
|
"PlayerDamageMode": "Always",
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"Name": "Hangout Excuse",
|
"Name": "Hangout Excuse",
|
||||||
"Description": "A great reason to hangout and what not",
|
"Description": "A great reason to hangout and what not",
|
||||||
"Port": 27015,
|
"Port": 9876,
|
||||||
"QueryPort": 27016,
|
"QueryPort": 9877,
|
||||||
"MaxConnectedUsers": 40,
|
"MaxConnectedUsers": 40,
|
||||||
"MaxConnectedAdmins": 4,
|
"MaxConnectedAdmins": 4,
|
||||||
"ServerFps": 30,
|
"ServerFps": 30,
|
||||||
|
|||||||
2
start.sh
2
start.sh
@@ -1,2 +1,2 @@
|
|||||||
# wine /root/.wine/drive_c/steamcmd/steamcmd.exe +force_install_dir "C:\VRisingServer" +login anonymous +app_update 1829350 +quit
|
# wine /root/.wine/drive_c/steamcmd/steamcmd.exe +force_install_dir "C:\VRisingServer" +login anonymous +app_update 1829350 +quit
|
||||||
xvfb-run wine /root/.wine/drive_c/vrisingserver/VRisingServer.exe
|
xvfb-run -a wine /root/.wine/drive_c/vrisingserver/VRisingServer.exe
|
||||||
Reference in New Issue
Block a user