Browse Source

Updated URL's to new location

LGSM has been moved to an organisation. There is a new URL
https://github.com/GameServerManagers/LinuxGSM/

The old url will still work. So there is no issue with old installs.
pull/1037/head
Daniel Gibbs 9 years ago
parent
commit
75e4f1dc13
  1. 4
      7DaysToDie/sdtdserver
  2. 10
      ARKSurvivalEvolved/arkserver
  3. 4
      Arma3/arma3server
  4. 4
      BlackMesa/bmdmserver
  5. 4
      BladeSymphony/bsserver
  6. 4
      BrainBread2/bb2server
  7. 4
      CodenameCURE/ccserver
  8. 4
      CounterStrike/csserver
  9. 4
      CounterStrikeConditionZero/csczserver
  10. 4
      CounterStrikeGlobalOffensive/csgoserver
  11. 4
      CounterStrikeSource/cssserver
  12. 4
      DayOfDefeat/dodserver
  13. 4
      DayOfDefeatSource/dodsserver
  14. 4
      DayOfInfamy/doiserver
  15. 4
      DeathmatchClassic/dmcserver
  16. 4
      DontStarveTogether/dstserver
  17. 4
      DoubleActionBoogaloo/dabserver
  18. 4
      EmpiresMod/emserver
  19. 4
      EnemyTerritory/etserver
  20. 4
      FistfulOfFrags/fofserver
  21. 4
      GarrysMod/gmodserver
  22. 4
      GoldenEyeSource/gesserver
  23. 4
      HalfLife2Deathmatch/hl2dmserver
  24. 4
      HalfLifeDeathmatch/hldmserver
  25. 4
      HalfLifeDeathmatchSource/hldmsserver
  26. 4
      Hurtworld/hwserver
  27. 4
      Insurgency/insserver
  28. 4
      JustCause2/jc2server
  29. 4
      KillingFloor/kfserver
  30. 4
      Left4Dead/l4dserver
  31. 4
      Left4Dead2/l4d2server
  32. 4
      Mumble/mumbleserver
  33. 4
      NS2Combat/ns2cserver
  34. 4
      NaturalSelection2/ns2server
  35. 4
      NoMoreRoomInHell/nmrihserver
  36. 4
      OpposingForce/opforserver
  37. 4
      PiratesVikingandKnightsII/pvkiiserver
  38. 4
      ProjectZomboid/pzserver
  39. 4
      QuakeLive/qlserver
  40. 20
      README.md
  41. 4
      RedOrchestra/roserver
  42. 4
      Ricochet/ricochetserver
  43. 2
      Rust/cfg/lgsm-default.cfg
  44. 4
      Rust/rustserver
  45. 6
      SeriousSam3BFE/ss3sserver
  46. 4
      Starbound/sbserver
  47. 4
      SvenCoop/svencoopserver
  48. 4
      TeamFortress2/tf2server
  49. 4
      TeamFortressClassic/tfcserver
  50. 4
      TeamSpeak3/ts3server
  51. 4
      Teeworlds/twserver
  52. 4
      Terraria/terrariaserver
  53. 4
      UnrealTournament/utserver
  54. 4
      UnrealTournament2004/ut2k4server
  55. 4
      UnrealTournament99/ut99server
  56. 4
      functions/core_functions.sh
  57. 4
      lgsm/functions/command_fastdl.sh
  58. 4
      tests/tests_jc2server.sh
  59. 4
      tests/tests_ts3server.sh

4
7DaysToDie/sdtdserver

@ -43,8 +43,8 @@ parms="-logfile ${gamelogdir}/output_log__`date +%Y-%m-%d__%H-%M-%S`.txt -quit -
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

10
ARKSurvivalEvolved/arkserver

@ -37,10 +37,10 @@ rconport="32330"
rconpassword="" # Set to enable rcon rconpassword="" # Set to enable rcon
maxplayers="50" maxplayers="50"
ip="0.0.0.0" ip="0.0.0.0"
updateonstart="off" updateonstart="off"
fn_parms(){ fn_parms(){
parms="\"TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}\"" parms="\"TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}\""
} }
#### Advanced Variables #### #### Advanced Variables ####
@ -48,8 +48,8 @@ parms="\"TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=$
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Arma3/arma3server

@ -59,8 +59,8 @@ bepath=""
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
BlackMesa/bmdmserver

@ -53,8 +53,8 @@ parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
BladeSymphony/bsserver

@ -48,8 +48,8 @@ parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
BrainBread2/bb2server

@ -53,8 +53,8 @@ parms="-game brainbread2 -insecure -strictportbind -ip ${ip} -port ${port} +clie
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
CodenameCURE/ccserver

@ -48,8 +48,8 @@ parms="-game cure -insecure -strictportbind -ip ${ip} -port ${port} +clientport
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
CounterStrike/csserver

@ -47,8 +47,8 @@ parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clien
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
CounterStrikeConditionZero/csczserver

@ -47,8 +47,8 @@ parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientp
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
CounterStrikeGlobalOffensive/csgoserver

@ -71,8 +71,8 @@ parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport $
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
CounterStrikeSource/cssserver

@ -53,8 +53,8 @@ parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clien
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
DayOfDefeat/dodserver

@ -47,8 +47,8 @@ parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
DayOfDefeatSource/dodsserver

@ -48,8 +48,8 @@ parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
DayOfInfamy/doiserver

@ -50,8 +50,8 @@ parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
DeathmatchClassic/dmcserver

@ -47,8 +47,8 @@ parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
DontStarveTogether/dstserver

@ -46,8 +46,8 @@ parms="-console -cluster MyDediServer -shard Master"
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
DoubleActionBoogaloo/dabserver

@ -48,8 +48,8 @@ parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_por
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
EmpiresMod/emserver

@ -53,8 +53,8 @@ parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clien
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
EnemyTerritory/etserver

@ -38,8 +38,8 @@ fn_parms(){
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Server Details # Server Details

4
FistfulOfFrags/fofserver

@ -48,8 +48,8 @@ parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
GarrysMod/gmodserver

@ -69,8 +69,8 @@ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickr
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
GoldenEyeSource/gesserver

@ -49,8 +49,8 @@ parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clie
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam - 2007 SDK # Steam - 2007 SDK

4
HalfLife2Deathmatch/hl2dmserver

@ -48,8 +48,8 @@ parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
HalfLifeDeathmatch/hldmserver

@ -47,8 +47,8 @@ parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientp
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
HalfLifeDeathmatchSource/hldmsserver

@ -48,8 +48,8 @@ parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Hurtworld/hwserver

@ -62,8 +62,8 @@ parms="-batchmode -nographics -exec \"host ${port} ${map} ${loadsave};queryport
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Insurgency/insserver

@ -50,8 +50,8 @@ parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${cl
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
JustCause2/jc2server

@ -42,8 +42,8 @@ parms=""
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
KillingFloor/kfserver

@ -47,8 +47,8 @@ parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Left4Dead/l4dserver

@ -48,8 +48,8 @@ parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${cli
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Left4Dead2/l4d2server

@ -47,8 +47,8 @@ parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${cl
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Mumble/mumbleserver

@ -38,8 +38,8 @@ parms="-fg -ini ${servercfgfullpath}"
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"

4
NS2Combat/ns2cserver

@ -55,8 +55,8 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
NaturalSelection2/ns2server

@ -55,8 +55,8 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
NoMoreRoomInHell/nmrihserver

@ -53,8 +53,8 @@ parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
OpposingForce/opforserver

@ -47,8 +47,8 @@ parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clien
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
PiratesVikingandKnightsII/pvkiiserver

@ -48,8 +48,8 @@ parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
ProjectZomboid/pzserver

@ -44,8 +44,8 @@ parms="-ip ${ip} -adminpassword \"${adminpassword}\""
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
QuakeLive/qlserver

@ -51,8 +51,8 @@ fn_parms(){
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

20
README.md

@ -1,8 +1,8 @@
<h1>Linux Game Server Managers_</h1> <h1>Linux Game Server Managers_</h1>
<a href="https://gameservermanagers.com"><img src="https://github.com/dgibbs64/linuxgsm/blob/master/images/logo/lgsm-full-light.png" alt="linux Game Server Managers" width="600" /></a> <a href="https://gameservermanagers.com"><img src="https://github.com/GameServerManagers/LinuxGSM/blob/master/images/logo/lgsm-full-light.png" alt="linux Game Server Managers" width="600" /></a>
[![Build Status](https://travis-ci.org/dgibbs64/linuxgsm.svg?branch=master)](https://travis-ci.org/dgibbs64/linuxgsm) [![Build Status](https://travis-ci.org/GameServerManagers/LinuxGSM.svg?branch=master)](https://travis-ci.org/GameServerManagers/LinuxGSM)
[![Under Development](https://badge.waffle.io/dgibbs64/linuxgsm.svg?label=Under%20Development&title=Under%20Development)](http://waffle.io/dgibbs64/linuxgsm) [![Under Development](https://badge.waffle.io/GameServerManagers/LinuxGSM.svg?label=Under%20Development&title=Under%20Development)](http://waffle.io/GameServerManagers/LinuxGSM)
The Linux Game Server Managers are command line tools for quick, simple deployment and management of various dedicated game servers and voice alert servers. The Linux Game Server Managers are command line tools for quick, simple deployment and management of various dedicated game servers and voice alert servers.
@ -29,13 +29,13 @@ The Linux Game Server Managers are tested to work on the following Linux distros
Other distros are likely to work but are not fully tested. Other distros are likely to work but are not fully tested.
<h3>Specific Requirements</h3> <h3>Specific Requirements</h3>
<ul> <ul>
<li><a href="https://github.com/dgibbs64/linuxgsm/wiki/Glibc">GLIBC</a> >= 2.15 recommended [<a href="https://github.com/dgibbs64/linuxgsm/wiki/Glibc#server-requirements">specific requirements</a>].</li> <li><a href="https://github.com/GameServerManagers/LinuxGSM/wiki/Glibc">GLIBC</a> >= 2.15 recommended [<a href="https://github.com/GameServerManagers/LinuxGSM/wiki/Glibc#server-requirements">specific requirements</a>].</li>
<li><a href="https://github.com/dgibbs64/linuxgsm/wiki/Tmux">Tmux</a> >= 1.6 recommended (Avoid Tmux 1.8).</li> <li><a href="https://github.com/GameServerManagers/LinuxGSM/wiki/Tmux">Tmux</a> >= 1.6 recommended (Avoid Tmux 1.8).</li>
</ul> </ul>
<h2>FAQ</h2> <h2>FAQ</h2>
All FAQ can be found here. All FAQ can be found here.
<a href="https://github.com/dgibbs64/linuxgsm/wiki/FAQ">https://github.com/dgibbs64/linuxgsm/wiki/FAQ</a> <a href="https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ">https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ</a>
<h2>Donate</h2> <h2>Donate</h2>
If you want to donate to the project you can via PayPal, Flattr or Gratipay. I have had a may kind people show their support by sending me a donation. Any donations you send help cover my server costs and buy me a drink. Cheers! If you want to donate to the project you can via PayPal, Flattr or Gratipay. I have had a may kind people show their support by sending me a donation. Any donations you send help cover my server costs and buy me a drink. Cheers!
<ul> <ul>
@ -44,10 +44,10 @@ If you want to donate to the project you can via PayPal, Flattr or Gratipay. I h
<h2>Useful Links</h2> <h2>Useful Links</h2>
<ul> <ul>
<li><a href="https://gameservermanagers.com">Homepage</a></li> <li><a href="https://gameservermanagers.com">Homepage</a></li>
<li><a href="https://github.com/dgibbs64/linuxgsm/wiki">Wiki</a></li> <li><a href="https://github.com/GameServerManagers/LinuxGSM/wiki">Wiki</a></li>
<li><a href="https://github.com/dgibbs64/linuxgsm">GitHub Code</a></li> <li><a href="https://github.com/GameServerManagers/LinuxGSM">GitHub Code</a></li>
<li><a href="https://github.com/dgibbs64/linuxgsm/issues">GitHub Issues</a></li> <li><a href="https://github.com/GameServerManagers/LinuxGSM/issues">GitHub Issues</a></li>
<li><a href="https://waffle.io/dgibbs64/linuxgsm">Waffle (Github Dashboard)</a></li> <li><a href="https://waffle.io/GameServerManagers/LinuxGSM">Waffle (Github Dashboard)</a></li>
<li><a href="http://alternativeto.net/software/linux-game-server-managers/">alternativeTo.net</a></li> <li><a href="http://alternativeto.net/software/linux-game-server-managers/">alternativeTo.net</a></li>
</ul> </ul>
<h2>Social</h2> <h2>Social</h2>

4
RedOrchestra/roserver

@ -43,8 +43,8 @@ parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir in
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Server Details # Server Details

4
Ricochet/ricochetserver

@ -47,8 +47,8 @@ parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clie
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

2
Rust/cfg/lgsm-default.cfg

@ -11,7 +11,7 @@
server.description "LGSM Server\nRust support : UltimateByte" server.description "LGSM Server\nRust support : UltimateByte"
# A URL to the image which shows up on the server details screen (dimensions are 512x256). # A URL to the image which shows up on the server details screen (dimensions are 512x256).
server.headerimage "https://github.com/dgibbs64/linuxgsm/raw/master/images/logo/lgsm-full-light.png" server.headerimage "https://github.com/GameServerManagers/LinuxGSM/raw/master/images/logo/lgsm-full-light.png"
# The URL to your servers website. # The URL to your servers website.
server.url "https://gameservermanagers.com/" server.url "https://gameservermanagers.com/"

4
Rust/rustserver

@ -65,8 +65,8 @@ fi
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

6
SeriousSam3BFE/ss3sserver

@ -33,7 +33,7 @@ steampass=""
ip="0.0.0.0" ip="0.0.0.0"
updateonstart="off" updateonstart="off"
# https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/SeriousSam3BFE/help/DedicatedServer_Readme.txt # https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/SeriousSam3BFE/help/DedicatedServer_Readme.txt
fn_parms(){ fn_parms(){
parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}"
} }
@ -43,8 +43,8 @@ parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}"
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Starbound/sbserver

@ -42,8 +42,8 @@ parms=""
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
SvenCoop/svencoopserver

@ -47,8 +47,8 @@ parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clie
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
TeamFortress2/tf2server

@ -53,8 +53,8 @@ parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
TeamFortressClassic/tfcserver

@ -47,8 +47,8 @@ parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientpor
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
TeamSpeak3/ts3server

@ -63,8 +63,8 @@ scriptlogdate="${scriptlogdir}/${servicename}-script-$(date '+%d-%m-%Y-%H-%M-%S'
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
##### Script ##### ##### Script #####

4
Teeworlds/twserver

@ -43,8 +43,8 @@ parms="-f ${servercfgfullpath}"
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
Terraria/terrariaserver

@ -43,8 +43,8 @@ parms="-config ${servercfgfullpath}"
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Steam # Steam

4
UnrealTournament/utserver

@ -43,8 +43,8 @@ parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -p
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Server Details # Server Details

4
UnrealTournament2004/ut2k4server

@ -75,8 +75,8 @@ consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M-
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
##### Script ##### ##### Script #####

4
UnrealTournament99/ut99server

@ -38,8 +38,8 @@ parms="server ${defaultmap}.unr ini=${servercfgfullpath}"
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="master" githubbranch="master"
# Server Details # Server Details

4
functions/core_functions.sh

@ -15,10 +15,10 @@ fi
fn_fetch_core_dl(){ fn_fetch_core_dl(){
if [ -z "${githubuser}" ]; then if [ -z "${githubuser}" ]; then
githubuser="dgibbs64" githubuser="GameServerManagers"
fi fi
if [ -z "${githubrepo}" ]; then if [ -z "${githubrepo}" ]; then
githubrepo="linuxgsm" githubrepo="LinuxGSM"
fi fi
if [ -z "${githubbranch}" ]; then if [ -z "${githubbranch}" ]; then
githubbranch="master" githubbranch="master"

4
lgsm/functions/command_fastdl.sh

@ -29,7 +29,7 @@ fn_check_bzip2(){
echo -en "\n" echo -en "\n"
sleep 1 sleep 1
echo "We advise using it" echo "We advise using it"
echo "For more information, see https://github.com/dgibbs64/linuxgsm/wiki/FastDL#bzip2-compression" echo "For more information, see https://github.com/GameServerManagers/LinuxGSM/wiki/FastDL#bzip2-compression"
sleep 2 sleep 2
else else
bzip2installed="1" bzip2installed="1"
@ -310,7 +310,7 @@ fn_fastdl_completed(){
sleep 2 sleep 2
echo -en "\n" echo -en "\n"
echo "" echo ""
fn_print_info "Need more documentation? See https://github.com/dgibbs64/linuxgsm/wiki/FastDL" fn_print_info "Need more documentation? See https://github.com/GameServerManagers/LinuxGSM/wiki/FastDL"
echo -en "\n" echo -en "\n"
if [ "$bzip2installed" == "0" ]; then if [ "$bzip2installed" == "0" ]; then
echo "By the way, you'd better install bzip2 and re-run this command!" echo "By the way, you'd better install bzip2 and re-run this command!"

4
tests/tests_jc2server.sh

@ -41,8 +41,8 @@ parms=""
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="$TRAVIS_BRANCH" githubbranch="$TRAVIS_BRANCH"
# Steam # Steam

4
tests/tests_ts3server.sh

@ -37,8 +37,8 @@ parms=""
# Github Branch Select # Github Branch Select
# Allows for the use of different function files # Allows for the use of different function files
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="GameServerManagers"
githubrepo="linuxgsm" githubrepo="LinuxGSM"
githubbranch="$TRAVIS_BRANCH" githubbranch="$TRAVIS_BRANCH"
# Server Details # Server Details

Loading…
Cancel
Save