Daniel Gibbs
b0d998bf0a
squad rcon password it now changed on install
7 years ago
Daniel Gibbs
0832d9def7
Moved info gathering to not be displayed in output
7 years ago
Daniel Gibbs
a0ade18b3f
added postdetails to check_ip
7 years ago
Daniel Gibbs
a9ab62af19
Adjustments to how IP is displayed
7 years ago
Daniel Gibbs
7c3074ea08
Fixed exitbypass not working for install fixes
7 years ago
Daniel Gibbs
d989348eb0
added mumble to tcp check and renamed telnet to tcp
7 years ago
Daniel Gibbs
aea533f7d8
mumble uses tmux. no requirement for netstat #1892
7 years ago
Daniel Gibbs
bbaf203634
Teamspeak updater will only update if cur version is less than avail
7 years ago
Daniel Gibbs
9ca222ad9e
added zlib1g #2029
7 years ago
BourneID
ea5ad0ad9a
Spaces to Tabs and re-add universe code
7 years ago
BourneID
bb15be9e80
Fix for #2005 to look for MemAvailable, use if exists otherwise calculate it
7 years ago
BourneID
bd50f74b37
Add check for MemAvailable and calculations if it does not exist.
7 years ago
Marvin Lehmann
6d79965e67
Added map variable
I wouldn't put all available maps in there because we didn't do that for other games. I'm going to list them at https://github.com/GameServerManagers/LinuxGSM/wiki/Ark-Survival-Evolved
7 years ago
Attila
dc42140d71
gametype defined first, so it should come first in the params
1. game_type
2. game_mode
It's not breaking, sequence doesn't matter, just for readability.
The official docs has this way too.
7 years ago
Daniel Gibbs
ad8b2229ef
Resolved Factorio Stable/Experimental downloads issue #1933 ( #2051 )
* Updating factorio downloader
* added xz filw type to progress bar
* Change message to "Applying Post-Install Fixes"
* changed echo -ne to echo -en
7 years ago
Daniel Gibbs
bb271b538f
If multiple IP addresses display as not set in details
updated if statements
Adjusted messaging
updated if
7 years ago
Daniel Gibbs
e9a4ff4853
updated if
7 years ago
Daniel Gibbs
944b9721ee
Adjusted messaging
7 years ago
Daniel Gibbs
39f258a194
updated if statements
7 years ago
Daniel Gibbs
973dabf1e1
If multiple IP addresses display as not set in details
7 years ago
Daniel Gibbs
178046321b
updated detect_deps
7 years ago
Daniel Gibbs
d4081f1001
fix_ss3 re added
7 years ago
Daniel Gibbs
460e50972a
converting from spaces to tabs
7 years ago
Daniel Gibbs
490d8bce43
tab
7 years ago
Bourne-ID
6908d6fe5d
comment updates
7 years ago
Bourne-ID
ddeac2d856
Fix blank space to tab
7 years ago
BourneID
dc3a25e1e4
Minor logging adjustments
7 years ago
BourneID
f5159d505d
Minor logging adjustments
7 years ago
BourneID
964daef084
Fix logic #1985
7 years ago
BourneID
b13d70b762
Add JQ check for #1985
7 years ago
Daniel Gibbs
2965c8a7c8
Wurm: Unlimited ( #2041 )
* added wurmserver
* debug mode does not function with Wurm: Unlimited
* gamedig does not function with Wurm: Unlimted, however gsquery does work
* fixed ansi function not using colours correctly
7 years ago
Attila
c8d995b9e3
Add game_type to info_messages.sh
CS:GO has game_type and game_mode for example.
7 years ago
Bara
2aa09d706b
Added TTT as CS:GO Gamemode
I tested it on my (ttt) test server and works fine. Let me know if anyone has a other opinion.
7 years ago
Daniel Gibbs
ffaafcb43e
Added missing dependency to Sven Coop
7 years ago
Daniel Gibbs
20a081e61d
changed from goldsource to appid 90
7 years ago
Daniel Gibbs
86ab0f2dd2
Revert "Saving files before refreshing line endings"
This reverts commit c04eb01be0
.
7 years ago
Daniel Gibbs
c04eb01be0
Saving files before refreshing line endings
7 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
69b71ee661
lined up Wingman
7 years ago
Attila
55e57aab4a
Add listing Wingman at Game Modes
7 years ago
Bourne-ID
2ac82b9698
Fix Ctrl C in tmux
tmux was sending the -t argument into the session instead of parsing it.
7 years ago
Kenny Lindelof
318d79ea94
added GOKZ to CS:GO server mod options
7 years ago
Aleksandr Razumov
9d005b0b76
use branch name while checking for updates
7 years ago
Daniel Gibbs
dd6c3afebf
Added Query support for Minecraft #1955 ( #2003 )
* Added Query support for Minecraft
* Fixed query enabled display in details
7 years ago
Daniel Gibbs
501194ca60
curl how follows redirects
https://github.com/GameServerManagers/LinuxGSM/pull/2008#issuecomment-420678178
7 years ago
Martin
46a7f8e004
Fix OxideRust download link
The OxideMod/Oxide.Rust GitHub repository is now found under theumod/umod.rust.
This, of course, has caused Oxide update to fail, and is simply fixed by swapping the URL. The Hurtworld and SevenDaysToDie are still belonging to the OxideMod account, but it may also migrate later.
See: https://github.com/theumod/umod.rust
7 years ago
Daniel Gibbs
d9e1af2c25
ANSI colour disabling can now works.
ansi colours fails to disable as core_messages.sh loaded before the config. ansi colours are now in a function that is called after the config has been loaded. allowing colour to only load once the config has confirmed that it is allowed.
7 years ago
Daniel Gibbs
287d5f9040
Corrected Website URL
7 years ago
Daniel Gibbs
f32ef345ef
Added missing Colours ( #1987 )
* Added missing colours
* Added option to turn ansi colours off
7 years ago
Daniel Gibbs
1c554a8be1
Details will now list if game server is on the Steam Master server ( #1986 )
Details will list if game server is on the Steam Master server
fixes #1847
7 years ago