Browse Source

Add Arma Reforged in data

pull/3870/head
FliesWithWind 3 years ago
parent
commit
2f0a444f41
  1. 1
      lgsm/data/almalinux-8.csv
  2. 1
      lgsm/data/centos-8.csv
  3. 1
      lgsm/data/debian-10.csv
  4. 1
      lgsm/data/debian-11.csv
  5. 1
      lgsm/data/debian-9.csv
  6. 1
      lgsm/data/rhel-7.csv
  7. 1
      lgsm/data/rhel-8.csv
  8. 1
      lgsm/data/rocky-8.csv
  9. 1
      lgsm/data/serverlist.csv
  10. 1
      lgsm/data/ubuntu-16.04.csv
  11. 1
      lgsm/data/ubuntu-18.04.csv
  12. 1
      lgsm/data/ubuntu-20.04.csv
  13. 1
      lgsm/data/ubuntu-21.04.csv
  14. 1
      lgsm/data/ubuntu-21.10.csv
  15. 1
      lgsm/data/ubuntu-22.04.csv
  16. 8
      lgsm/functions/install_config.sh

1
lgsm/data/almalinux-8.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl.i686

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/centos-8.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl.i686

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/debian-10.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/debian-11.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/debian-9.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/rhel-7.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl.i686

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/rhel-8.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl.i686

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/rocky-8.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl.i686

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/serverlist.csv

@ -3,6 +3,7 @@ ahl,ahlserver,Action Half-Life
ahl2,ahl2server,Action: Source
ark,arkserver,ARK: Survival Evolved
arma3,arma3server,ARMA 3
armar,armarserver, ARMA Reforged
av,avserver,Avorion
bb,bbserver,BrainBread
bb2,bb2server,BrainBread 2

1 ac acserver Assetto Corsa
3 ahl2 ahl2server Action: Source
4 ark arkserver ARK: Survival Evolved
5 arma3 arma3server ARMA 3
6 armar armarserver ARMA Reforged
7 av avserver Avorion
8 bb bbserver BrainBread
9 bb2 bb2server BrainBread 2

1
lgsm/data/ubuntu-16.04.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/ubuntu-18.04.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/ubuntu-20.04.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/ubuntu-21.04.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/ubuntu-21.10.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

1
lgsm/data/ubuntu-22.04.csv

@ -5,6 +5,7 @@ ahl
ahl2
ark
arma3
armar
av
bb
bb2,libcurl4-gnutls-dev:i386

Can't render this file because it has a wrong number of fields in line 2.

8
lgsm/functions/install_config.sh

@ -202,6 +202,14 @@ elif [ "${shortname}" == "arma3" ]; then
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "armar" ]; then
gamedirname="ArmaReforged"
fn_check_cfgdir
array_configs+=( server.json )
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "bo" ]; then
gamedirname="BallisticOverkill"
array_configs+=( config.txt )

Loading…
Cancel
Save