Quellcode durchsuchen

ARK: Survival Evolved xml update

- Added new DLC map support, called Aberration

Note: if you already have an exist server and if you want to use the map, then you need to insert 'Aberration_P' map name manually to get it to work.
rocco27 vor 8 Jahren
Ursprung
Commit
3f3de049a8

+ 2 - 1
modules/config_games/server_configs/arkse_linux64.xml

@@ -143,7 +143,8 @@
         echo "File $maplist not found."
         echo "File $maplist not found."
         echo "Generating new maplist file in $maplist!"
         echo "Generating new maplist file in $maplist!"
         touch $maplist
         touch $maplist
-        echo Ragnarok> $maplist
+        echo Aberration_P> $maplist
+        echo Ragnarok>> $maplist
         echo ScorchedEarth_P>> $maplist
         echo ScorchedEarth_P>> $maplist
         echo TheCenter>> $maplist
         echo TheCenter>> $maplist
         echo TheIsland>> $maplist
         echo TheIsland>> $maplist

+ 2 - 1
modules/config_games/server_configs/arkse_win64.xml

@@ -143,7 +143,8 @@
         echo "File $maplist not found."
         echo "File $maplist not found."
         echo "Generating new maplist file in $maplist!"
         echo "Generating new maplist file in $maplist!"
         touch $maplist
         touch $maplist
-        echo Ragnarok> $maplist
+        echo Aberration_P> $maplist
+        echo Ragnarok>> $maplist
         echo ScorchedEarth_P>> $maplist
         echo ScorchedEarth_P>> $maplist
         echo TheCenter>> $maplist
         echo TheCenter>> $maplist
         echo TheIsland>> $maplist
         echo TheIsland>> $maplist