mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-08-13 10:13:36 +00:00
Compare commits
No commits in common. "30981c819112018a6f7955737af72f21ffc8b6e9" and "1a00acc7ff89f012f2ce71856714792c81b84ed7" have entirely different histories.
30981c8191
...
1a00acc7ff
22 changed files with 10 additions and 27 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,4 +5,3 @@ env.json
|
|||
node_modules/
|
||||
web/client/bin
|
||||
web/client/obj
|
||||
files/serverDZ.cfg.live
|
||||
|
|
|
@ -1 +1 @@
|
|||
TYPES=./XML/types.xml
|
||||
TYPES=./xml/types.xml
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
TYPES=./Extras/types.xml
|
|
@ -1 +0,0 @@
|
|||
TYPES=./server\ data/types.xml
|
|
@ -1 +0,0 @@
|
|||
TYPES=./Types/types_FBF.xml
|
|
@ -1 +0,0 @@
|
|||
TYPES=./Extra/types_MCK.xml
|
|
@ -1,2 +1,2 @@
|
|||
TYPES=./XML_and_Clasnames/SNAFU_types.xml
|
||||
CFGSPAWNABLETYPES=./XML_and_Clasnames/snafuspawnabletypes25percent.xml
|
||||
TYPES=./xml_and_clasnames/snafu_types.xml
|
||||
CFGSPAWNABLETYPES=./xml_and_clasnames/snafuspawnabletypes25percent.xml
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Merge all the XML files into a single types.xml file in the run time mods directory:
|
||||
# cd /mods/221100/2663169692/files/types
|
||||
# xmlmerge -o /mods/221100/2663169692/types.xml *.xml
|
||||
CFGSPAWNABLETYPES=./files/spawnabletypes/mmg_cfgspawnabletypes.xml
|
||||
# Merge all the XML files into a single types.xml file:
|
||||
# cd /mods/221100/2663169692/files/types
|
||||
# xmlmerge -o types.xml *.xml
|
||||
TYPES=local
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CFGSPAWNABLETYPES=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/RFFSHelis_cfgspawnabletypes.xml
|
||||
CFGEVENTSPAWNS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/Banov/RFFSHelis_cfgeventspawns.xml
|
||||
#CFGEVENTSPAWNS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/Chernarus/RFFSHelis_cfgeventspawns.xml
|
||||
#CFGEVENTSPAWNS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/Banov/RFFSHelis_cfgeventspawns.xml
|
||||
CFGEVENTSPAWNS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/Chernarus/RFFSHelis_cfgeventspawns.xml
|
||||
#CFGEVENTSPAWNS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/DeerIsle/RFFSHelis_cfgeventspawns.xml
|
||||
#CFGEVENTSPAWNS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/Namalsk/RFFSHelis_cfgeventspawns.xml
|
||||
EVENTS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/RFFSHelis_events.xml
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
TYPES=./Xmls/types\(NOT\ A\ REPLACER\).xml
|
|
@ -1 +0,0 @@
|
|||
TYPES=./00_Info/Types/example_types_complete.xml
|
|
@ -1 +0,0 @@
|
|||
TYPES=./XML/Types.xml
|
|
@ -4,5 +4,5 @@ set -eE
|
|||
|
||||
MAP="PripyatGamma"
|
||||
DIR=""
|
||||
REPO="https://github.com/M4ketech/PripyatMissionFiles.git"
|
||||
REPO="https://github.com/FrenchiestFry15/PripyatMissionFiles.git"
|
||||
MPDIR="serverMission.Pripyat"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
2860643107
|
|
@ -1 +0,0 @@
|
|||
2905759309
|
|
@ -1 +0,0 @@
|
|||
1832448183
|
|
@ -1 +0,0 @@
|
|||
1890912719
|
|
@ -1 +0,0 @@
|
|||
2693659085
|
|
@ -1 +0,0 @@
|
|||
2049002856
|
|
@ -1 +0,0 @@
|
|||
1797720064
|
|
@ -86,7 +86,6 @@ class Missions
|
|||
class DayZ
|
||||
{
|
||||
template="dayzOffline.chernarusplus"; // Chernarus
|
||||
// template="dayzOffline.sakhal"; // Sakhal
|
||||
// template="dayzOffline.enoch"; // Livonia
|
||||
// template="empty.banov"; // Banov
|
||||
// template="empty.deerisle"; // Deer Isle
|
||||
|
|
|
@ -16,11 +16,9 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
|
|||
jq \
|
||||
libxml2-utils \
|
||||
locales \
|
||||
ltrace \
|
||||
nano \
|
||||
patch \
|
||||
procps \
|
||||
strace \
|
||||
wget \
|
||||
xmlstarlet
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue