Compare commits

..

No commits in common. "baf4ab82bc022ccdde73a33ba04d9bc514bad4ca" and "481e485328671e238577db2c649e8cfdf77cef95" have entirely different histories.

20 changed files with 16 additions and 44 deletions

1
.gitignore vendored
View file

@ -2,4 +2,3 @@
*.iml *.iml
.env* .env*
node_modules/ node_modules/
files/serverDZ.cfg.live

View file

@ -1 +0,0 @@
TYPES=./Extras/types.xml

View file

@ -1 +0,0 @@
TYPES=./server\ data/types.xml

View file

@ -1 +0,0 @@
TYPES=./Types/types_FBF.xml

View file

@ -1 +0,0 @@
TYPES=./Extra/types_MCK.xml

View file

@ -1,2 +1,2 @@
TYPES=./XML_and_Clasnames/SNAFU_types.xml TYPES=./xml_and_clasnames/snafu_types.xml
CFGSPAWNABLETYPES=./XML_and_Clasnames/snafuspawnabletypes25percent.xml CFGSPAWNABLETYPES=./xml_and_clasnames/snafuspawnabletypes25percent.xml

View file

@ -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 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

View file

@ -1,6 +1,6 @@
CFGSPAWNABLETYPES=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/RFFSHelis_cfgspawnabletypes.xml 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/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/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/DeerIsle/RFFSHelis_cfgeventspawns.xml
#CFGEVENTSPAWNS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/Namalsk/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 EVENTS=https://raw.githubusercontent.com/RedFalconKen/RedFalconFlightSystem-Heliz/main/Config%20Files/Event%20Spawn%20Config/RFFSHelis_events.xml

View file

@ -1 +0,0 @@
TYPES=./Xmls/types\(NOT\ A\ REPLACER\).xml

View file

@ -1 +0,0 @@
TYPES=./00_Info/Types/example_types_complete.xml

View file

@ -1 +0,0 @@
TYPES=./XML/Types.xml

View file

@ -1 +0,0 @@
2860643107

View file

@ -1 +0,0 @@
2905759309

View file

@ -1 +0,0 @@
1832448183

View file

@ -1 +0,0 @@
1890912719

View file

@ -1 +0,0 @@
2693659085

View file

@ -1 +0,0 @@
2049002856

View file

@ -1 +0,0 @@
1797720064

View file

@ -586,7 +586,7 @@ status(){
else else
RELEASE="Experimental" RELEASE="Experimental"
fi fi
VERSION=$(cat /serverfiles/version) VERSION="$(strings /serverfiles/DayZServer | grep -P "DayZ \d\.\d+\.\d+" | cut -c6-) - ${RELEASE}"
# Map # Map
MAP=${MAP} MAP=${MAP}
# Number of mods plus the list denoting on or off # Number of mods plus the list denoting on or off

View file

@ -198,7 +198,6 @@ install(){
else else
printf "[ ${lightblue}DayZ${default} ] The server is already installed.\n" printf "[ ${lightblue}DayZ${default} ] The server is already installed.\n"
fi fi
putVersion
} }
# Update the server files. # Update the server files.
@ -244,25 +243,6 @@ update(){
printf "\tAvailable version: ${green}${availablebuild}${default}\n" printf "\tAvailable version: ${green}${availablebuild}${default}\n"
printf "\thttps://steamdb.info/app/${release_server_appid}/\n\n" printf "\thttps://steamdb.info/app/${release_server_appid}/\n\n"
fi fi
putVersion
}
function putVersion() {
# Put the version in a file for easy access
BUILDID=$(grep buildid /serverfiles/steamapps/appmanifest_223350.acf | awk '{print $2}' | tr -d '"')
# FIXME! Get the server version from the buildid...somehow
echo "1.28.160123" > /serverfiles/version
}
function getVersion() {
VERSION=$(cat /serverfiles/version)
if [[ ${release_client_appid} = "221100" ]]
then
RELEASE="Stable"
else
RELEASE="Experimental"
fi
echo "${VERSION} - ${RELEASE}"
} }
# Update mods # Update mods
@ -285,7 +265,13 @@ status(){
if [ -f "${SERVER_INSTALL_FILE}" ] if [ -f "${SERVER_INSTALL_FILE}" ]
then then
INSTALLED="${YES}" INSTALLED="${YES}"
VERSION=$(getVersion) if [[ ${release_client_appid} = "221100" ]]
then
RELEASE="Stable"
else
RELEASE="Experimental"
fi
VERSION="$(strings /serverfiles/DayZServer | grep -P "DayZ \d\.\d+\.\d+" | cut -c6-) - ${RELEASE}"
fi fi
# Logged into Steam # Logged into Steam
if [ -f "${STEAM_LOGIN}" ] if [ -f "${STEAM_LOGIN}" ]