Skip to content

Commit 89ec08c

Browse files
committed
fix(pvr): add fix for libc
1 parent 5593658 commit 89ec08c

39 files changed

+54
-37
lines changed

lgsm/config-default/config-lgsm/pvrserver/_default.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ port="7777"
1414

1515
# Maps: bridge, datacenter, sand
1616
defaultmap="datacenter"
17+
# Get an API key from https://pavlov-ms.vankrupt.com/servers/v1/key
18+
apikey=""
1719

1820
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
19-
startparameters="Pavlov ${defaultmap} -log -MultiHome=${ip} -Port=${port}"
21+
startparameters="Pavlov ${defaultmap} -log -MultiHome=${ip} -Port=${port} ApiKey=${apikey}"
2022

2123
#### LinuxGSM Settings ####
2224

lgsm/config-default/config-lgsm/untserver/_default.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ defaultmap="PEI"
1616
servername="LinuxGSM"
1717
perspective="first" # Values: first, third, vehicle, Both.
1818
gamemode="normal" # Values: normal, easy, gold.
19+
1920
## Game Server Login Token (GSLT): Required
2021
# GSLT is required for running a public server.
2122
# More info: https://docs.linuxgsm.com/steamcmd/gslt

lgsm/modules/fix_ark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves various issues with ARK: Survival Evolved.
6+
# Description: Resolves issues with ARK: Survival Evolved.
77

88
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

lgsm/modules/fix_arma3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves an issue with ARMA3.
6+
# Description: Resolves issues with ARMA3.
77

88
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

lgsm/modules/fix_armar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves an issue with Arma Reforger.
6+
# Description: Resolves issues with Arma Reforger.
77

88
module_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

lgsm/modules/fix_av.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves startup issue with Avorion
6+
# Description: Resolves issues with Avorion.
77

88
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

lgsm/modules/fix_bo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves various issues with Ballistic Overkill.
6+
# Description: Resolves issues with Ballistic Overkill.
77

88
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

lgsm/modules/fix_bt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves an issue with Barotrauma.
6+
# Description: Resolves issues with Barotrauma.
77

88
module_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

lgsm/modules/fix_cmw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves the issue of the not starting server on linux
6+
# Description: Resolves issues with Chivalry: Medieval Warfare.
77

88
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

lgsm/modules/fix_csgo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Daniel Gibbs
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Resolves various issues with CS:GO.
6+
# Description: Resolves issues with Counter-Strike: Global Offensive.
77

88
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

0 commit comments

Comments
 (0)