mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
There are no mpmissions in the server container when it starts for the first time. Ensure Chernarus is copied over as a default when this is detected, as the server is expected to start successfully. Presumes a default config where the map hasn't been changed.
Make development work by setting an environment variable. Set the web container to restart instead of not, should the express server crash. Copy XML files that are merged when the server starts only when the mpmissions directory exists. Refactor XML functions for better naming. Handle display of lists when no mods are installed. Add support for adding mpmissions for Deer Isle and mpmissions in general via mod integrations. Add support for Red Falcon Watercraft XML files. WIP. Add a deer isle DayZ bicycle spawn file.
This commit is contained in:
parent
887374587d
commit
643cac2f2d
4 changed files with 17 additions and 0 deletions
8
files/mods/1602372402/install.env
Normal file
8
files/mods/1602372402/install.env
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -eE
|
||||
|
||||
MAP="DeerIsle"
|
||||
DIR="DayZ-Deerisle-Stable"
|
||||
REPO="https://github.com/johnmclane666/${DIR}.git"
|
||||
MPDIR="empty.deerisle"
|
7
files/mods/2906371600/xml.env
Normal file
7
files/mods/2906371600/xml.env
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#CFGSPAWNABLETYPES=
|
||||
#CFGEVENTSPAWNS=
|
||||
#EVENTS=
|
||||
TYPES=https://raw.githubusercontent.com/RedFalconKen/RedFalconWatercraft/main/Config%20Files/Types.XML/RFWC_Types.xml
|
||||
|
1
files/mods/@DeerIsle
Symbolic link
1
files/mods/@DeerIsle
Symbolic link
|
@ -0,0 +1 @@
|
|||
1602372402
|
1
files/mods/@RedFalconWatercraft
Symbolic link
1
files/mods/@RedFalconWatercraft
Symbolic link
|
@ -0,0 +1 @@
|
|||
2906371600
|
Loading…
Add table
Reference in a new issue