Daniel Gibbs
fd929b4cad
Stats port now displaying
9 years ago
Daniel Gibbs
7a5276bede
corrected spelling
9 years ago
Daniel Gibbs
1596383554
Getting Quake live monitor and details working
9 years ago
Daniel Gibbs
9a35c06329
added idtech3
9 years ago
Daniel Gibbs
4e6181f7ea
missed ||
9 years ago
Daniel Gibbs
3fe27aea73
added idtech3
9 years ago
Daniel Gibbs
2383511efa
Added idtech3
9 years ago
Daniel Gibbs
36d4908844
Added Quake Live
9 years ago
Daniel Gibbs
7bf99a05eb
Removed tmux check on stop as preventing debug mode
9 years ago
Daniel Gibbs
ca1e4e1af6
check SteamCMD now using functions
split this file in to smaller functions and improved the look for the
installer
9 years ago
Daniel Gibbs
ebbd32387a
fixes issues #646
9 years ago
Daniel Gibbs
2c73fba9ac
Merge pull request #700 from dgibbs64/ultimatebyte-fixes
Fixing ts3 update checking
9 years ago
lrob
8a325cf078
Fixing ts3 update checking
Simplifying TS3 update checking using "sort" as its best to sort version numbers without the need of removing dots and outputting the file himself.
Magic command is : cat .ts3_version_numbers_unsorted.tmp | sort -r --version-sort -o .ts3_version_numbers_sorted.tmp
9 years ago
Daniel Gibbs
74b26af7d3
Double quote to prevent globbing and word splitting.
https://github.com/koalaman/shellcheck/wiki/SC2086
9 years ago
Daniel Gibbs
9f00e837eb
Merge pull request #688 from dgibbs64/logfiles-cleaning
Logfiles cleaning
9 years ago
lrob
fce7a6a957
Added myself as a contributor :)
9 years ago
lrob
9a2bbfd572
Closing parenthesis, works better.
9 years ago
Daniel Gibbs
6b9ae31587
renamed server
9 years ago
Daniel Gibbs
443018125a
missing then
9 years ago
lrob
2bde7897a7
Adding legacy server log dir support
9 years ago
Daniel Gibbs
afff99e3fc
Updated config
9 years ago
Daniel Gibbs
1efb5db26a
ports
9 years ago
Daniel Gibbs
ff0e8a013e
corrected URL
9 years ago
Daniel Gibbs
80b54428c9
Corrected name
9 years ago
Daniel Gibbs
c7f26352e9
Adding Codename CURE
9 years ago
lrob
bb552e1d07
Moving variable initialization inside if function
9 years ago
lrob
37f4acbf90
Removing double SRCDS, improving comments
and removing useless check for creating folders variables
9 years ago
lrob
65d58f6d7d
correcting syntax
9 years ago
lrob
f91b736ec7
Merging all in one, adding new logs support
Merging logging, counting, and removing logfiles in one place, to avoid some redundant if statements
Also, understanding the code and supporting new logs should be easier.
Adding srcds / sm / ulx / darkrp logs support
9 years ago
lrob
eb67a375ad
Simplifying counting
Why make it simple when you can make it harder !
> Removing conditional functions for additions, by setting all variables to 0 before starting counting.
> Removing "else, set to 0", as 0 is now the default state
9 years ago
lrob
f25bc42f63
Fix gamecount targetting wrong folder
Gamecount should target gamelogdir, not scriptlogdir, as it seems to be for retrocompatibility only, and according to this (line 44) :
if [ "${engine}" == "unreal2" ]||[ "${engine}" == "source" ]; then
find "${gamelogdir}"/ -type f -mtime +${logdays}|tee >> "${scriptlog}"
fi
9 years ago
lrob
1bb6844da4
Added comments
9 years ago
lrob
61b5aacc74
Added variables for additional logs
9 years ago
Daniel Gibbs
9e856b9d90
Added GSLT for blackmesa
9 years ago
Daniel Gibbs
339a5198ce
fix issue #676
no longer trys to install lib32gcc1 if 32 bit
9 years ago
Daniel Gibbs
e05a42daae
Added unset updateonstart to resolve updater looping
updateonstart was causing the updater to loop if on. update now removes
the updateonstart var to prevent it from looping
9 years ago
Daniel Gibbs
1fa429201d
Merge pull request #678 from dgibbs64/ts3fix
TS3 fix : update gets arch the same way as installer
9 years ago
lrob
24108fc625
get arch the same way as installer
9 years ago
lrob
6adbeef423
Reverted
9 years ago
lrob
965bbfe9f2
Updated wrong server architecture method
Now matching install method
9 years ago
Daniel Gibbs
e34cb76d93
Merge pull request #673 from dgibbs64/ts3fix
fix ts3 install
9 years ago
Daniel Gibbs
54efa40e65
changed to and instead of or
9 years ago
Daniel Gibbs
3be4b933e8
update functions bypasses systemdir check
9 years ago
lrob
d59bd57d44
fix ts3 update
9 years ago
Daniel Gibbs
d7ff36d12d
made corrections to ts3 server installer
9 years ago
Daniel Gibbs
7e35ffda8d
Merge pull request #671 from hurdad/master
adding Quake Live
9 years ago
Alexander Hurd
7bd42fde16
ip fix
9 years ago
Alexander Hurd
492b20de11
refactor + tested rcon settings
9 years ago
Daniel Gibbs
559bce4cc7
renamed extract dir
9 years ago
Daniel Gibbs
9d81778e4e
renamed downloadable file
9 years ago