Daniel Gibbs
cfbc460667
refactor: shortname variable change ( #2088 )
* change `${gamename}` to `${shortname}`
* apply shellcheck recommendations
6 years ago
Daniel Gibbs
c05d51fec3
Dependency checking can run as root ( #2032 )
* Only dependency checks will run as root user when starting the installer e.g `./csgoserver install`
* If running dep check as root LinuxGSM will remove any files in `lgsm` that belong to root
* Master server check will not run if jq missing
7 years ago
Daniel Gibbs
6848c9dbf7
Revert " SC2168: 'local' is only valid in functions."
This reverts commit 062ca4236c
.
7 years ago
Daniel Gibbs
616e976251
Revert "SC2168: 'local' is only valid in functions."
This reverts commit aaa971c0ad
.
7 years ago
Daniel Gibbs
aaa971c0ad
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
062ca4236c
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Daniel Gibbs
c0fafd9a6f
Changed to if no appid
8 years ago
Daniel Gibbs
8ec1c362ef
migrated to fix_ark.sh
8 years ago
Drizzt321
10eb855faa
Symlinking the SteamCMD dir for ARK
Symlinking the SteamCMD directory into the correct ARK directory so that the mods auto-management will work fine. See http://ark.gamepedia.com/244.3 for the CLI option and Game.ini configuration settings.
8 years ago
Daniel Gibbs
6a3f54bf7c
Now prevents IP check from running on installer
this prevents issues with ut2k4server requiring restarts on install
8 years ago
Scarsz
559ace3bab
remove duplicate entry in command_install for Squad
don't code tired, boys
8 years ago
Scarsz
daa57b9782
Add install_squad_license.sh block to command_install
8 years ago
Scarsz
d63c710d5e
Add install_squad_license to prompt user to add a license key if wanted
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Daniel Gibbs
28b4b9e9da
Updated GSLT list
8 years ago
Daniel Gibbs
544d4508cd
command_install_resources_mta.sh
8 years ago
Daniel Gibbs
99e5c34cdb
added mta to servefiles install
8 years ago
Chaos
c739902811
Adding Multi Theft Auto Support
8 years ago
Daniel Gibbs
93b93379f5
Added COD 4
8 years ago
Daniel Gibbs
f0bd1bfc5c
Release/161113 ( #1185 )
* Fixes #991 (#1165 )
* stbuf will no longer be used on x64 #991
* Added BF1942 ncurses requirement to CentOS
* adding Call of Duty (#1118 )
* adding Call of Duty 2 (#1127 )
* Improvements up command_backup.sh
added backup trap and improved lockfile support
changes to the messages displayed on screen
renamed some functions
other misc changes
9 years ago
Alexander Hurd
d8bd68e9c8
adding Call of Duty 2 ( #1127 )
* Added Call of Duty 2
9 years ago
Marvin Lehmann
d5b7c3cba6
Overhauled Don't Starve Together server
WORK IN PROGRESS
- use ip parameter and/or ip from config
- standardize fn_dstconfig() ?
- ..
9 years ago
Alexander Hurd
7d16230522
adding Call of Duty ( #1118 )
* adding codserver Call of Duty 1
9 years ago
Daniel Gibbs
a4dcf379ee
Renamed to Quake 3: Arena
9 years ago
Daniel Gibbs
bde812f8ba
Renamed to Quake 3
9 years ago
Kristian Polso
88f35767e2
More integration
9 years ago
Alexander Hurd
81fa3d5681
adding Call of Duty: World at War
9 years ago
Daniel Gibbs
37c0423917
Updated ET name
9 years ago
Alexander Hurd
c3964d1742
adding Call of Duty: United Offensive
9 years ago
Alexander Hurd
e40365d45a
adding San Andreas Multiplayer
9 years ago
Alexander Hurd
e037977b7c
adding Quake 3: Team Arena
9 years ago
Alexander Hurd
2a413f411a
adding QuakeWorld (nQuake)
9 years ago
Daniel Gibbs
ee392a3359
Counter Strike is now Counter-Strike
Fixed game names
9 years ago
Alexander Hurd
bce3cc7ea0
adding Quake 2
9 years ago
Alexander Hurd
702d20677a
adding UT 3 installer
9 years ago
Alexander Hurd
871fd8c0f0
adding Battlefield: 1942
9 years ago
Alexander Hurd
101d01998a
syntax fix
9 years ago
Alexander Hurd
d3a5e97148
add space
9 years ago
Alexander Hurd
fa66e46aaf
update
9 years ago
Alexander Hurd
17f8c787c2
adding Unreal Tournament
9 years ago
Daniel Gibbs
62c0bc7539
Added minecraft
9 years ago
Marvin Lehmann
6b26e2437d
Changed Teamspeak to TeamSpeak
- added fix for TeamSpeak 3 scripts using gamename="Teamspeak 3"
(core_functions.sh)
9 years ago
UltimateByte
936fdfe3f2
Contrib
9 years ago
UltimateByte
3eca60b1a7
Added mumble installation
9 years ago
Daniel Gibbs
0054b041df
space
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
21512494fa
module name has been split
now named
commandname and command action
command name is used in logs
command action is used on-screen.
Also alterations to function_selfname now called just selfname
9 years ago
Daniel Gibbs
b8f44749a0
Ditched lgsm_version as not used
added
local modulename="Function"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
to all functions
9 years ago