Browse Source

updates

pull/1149/head
Alexander Hurd 9 years ago
parent
commit
7467736206
  1. 1
      ProjectCars/pcserver
  2. 3
      lgsm/functions/info_glibc.sh
  3. 6
      lgsm/functions/install_config.sh

1
ProjectCars/pcserver

@ -56,7 +56,6 @@ branch=""
# Server Details
servicename="projectcars-server"
gamename="Project Cars"
#engine="source"
# Directories
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"

3
lgsm/functions/info_glibc.sh

@ -41,6 +41,9 @@ elif [ "${gamename}" == "Mumble" ]; then
elif [ "${gamename}" == "No More Room in Hell" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Project Cars" ]; then
glibcrequired="2.1"
glibcfix="no"
elif [ "${gamename}" == "Quake 2" ]; then
glibcrequired="2.0"
glibcfix="no"

6
lgsm/functions/install_config.sh

@ -291,6 +291,12 @@ elif [ "${gamename}" == "Project Zomboid" ]; then
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "Project Cars" ]; then
gamedirname="ProjectCars"
array_configs+=( server.cfg )
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "Quake 2" ]; then
gamedirname="Quake2"
array_configs+=( server.cfg )

Loading…
Cancel
Save