Daniel Gibbs
74b486120e
Updated gamename
10 years ago
Daniel Gibbs
463afc3141
Updated Deathmatch Classic Name
10 years ago
Daniel Gibbs
f584725665
Merge pull request #317 from dgibbs64/Scarsz-Opfor-Naming
Change "op4" to be a more standard identifier "opfor"
10 years ago
Scarsz
6fdc16f392
Better documentation link
10 years ago
Scarsz
9b5d0cbcb5
Update gmodserver version id
10 years ago
Scarsz
aaa233cc06
Merge pull request #315 from smt923/patch-1
Added gamemode variable for gmodserver
10 years ago
Scarsz
8bf242e0a8
I'm REALLY tired
10 years ago
Scarsz
2457a6f299
Change op4 to be a more standard identifier opfor
10 years ago
smt
6dd501c1c0
Updated Garry's Mod config
sbox_plpldamage was changed to sbox_playershurtplayers, sbox_maxspawners and sbox_maxturrets removed (spawners and turrets them selves have been removed)
10 years ago
smt
304a130d1b
added gamemode variable for gmodserver
allows people to easily set their garry's mod server gamemode (default sandbox)
10 years ago
Daniel Gibbs
44189831c7
op4server to opfserver
numbers in usernames could potentially cause issues on on distros.
10 years ago
Daniel Gibbs
9b8a609a3d
Merge pull request #314 from Xylemon/master
Added scripts for the rest of the GoldSrc Steam games
10 years ago
Daniel Gibbs
1ecf1f19b7
Renamed HLDMC to HLDM
HLDMC was actually HLDM
10 years ago
Xylemon
141f25a0b3
Added scripts for the rest of the GoldSrc Steam games
10 years ago
Daniel Gibbs
7edf1e4410
Added update functionality to ts3server
first release of the update function for ts3server.
10 years ago
Daniel Gibbs
e312940b66
Added update to ts3 getopt
10 years ago
Daniel Gibbs
08445c975d
Updated error message for tmux
10 years ago
Daniel Gibbs
579a9a3e75
Updated lgsm-default.cfg for nmrihserver
10 years ago
Daniel Gibbs
4db25b48de
Fixed selfname error
selfname="$(basename 0)"
selfname="$(basename $0)"
10 years ago
Daniel Gibbs
c3543ac48a
Removes gamespy.com master server
10 years ago
Daniel Gibbs
8e2b5541c8
Added bypass for updatecheck for UT99 and UT2K4
10 years ago
Daniel Gibbs
ac6696c566
Fixed typo in function
10 years ago
Ilija Matoski
8a714b00cb
$(tmux -V|sed "s/tmux //"|sed -n '1 p'|tr -cd '[:digit:]')
doesn't work on some version of bash unless [:digit:] is enclosed in qoutes
10 years ago
Ilija Matoski
217d87f31a
Added a message to differentiate between specified a config and not
10 years ago
Ilija Matoski
6bc2132c51
Added a way to have multiple configuration in the same directory
10 years ago
Daniel Gibbs
43ba4360fc
Merge pull request #306 from dgibbs64/Scarsz-README-Issues
Add link to filtered issues page to only show bugs with the script
10 years ago
Scarsz
6a12382ea5
Add link to filtered issues page to only show bugs with the script
10 years ago
Daniel Gibbs
553afd1a28
Merge pull request #305 from dgibbs64/Scarsz-README-Update
Include README to have FAQ
10 years ago
Scarsz
45f51fc0d7
Include README to have FAQ
10 years ago
Daniel Gibbs
c3450ec606
Added Starbound server
Added Starbound server. First release please report issues.
10 years ago
Daniel Gibbs
c1d35c3f5b
added fn_check_logs
10 years ago
Daniel Gibbs
6c97fa522f
replaced £ with \t
replaced £ with \t this shodul resolve issues with details not
displaysing correctly in some distros
10 years ago
Daniel Gibbs
dd683659d4
Added mod cstrike
added mod cstrike to try and improve the chance of downloading files
correctly
10 years ago
Daniel Gibbs
f494ca7084
ts3server online status now works
10 years ago
Daniel Gibbs
1b818e0151
touch to create consolelog file
*This will remove any chance of error stating the file does not exist
*Check logs has been added to create log dirs if missing.
10 years ago
Daniel Gibbs
57b55d1ff4
error message about tmux 1.8
*added error message about tmux 1.8 console logging not working.
*added Rub debug mode message on server failure.
10 years ago
Daniel Gibbs
29d80e88ce
Removed tail -c 3. caused issues in Slackware
10 years ago
Daniel Gibbs
3a93b739f2
Corrected code to check if command exists
10 years ago
Daniel Gibbs
b9725724b0
lsb_release command now detected
changed so lsb_release command is detected rather than the
/etc/lsb-release file
10 years ago
Daniel Gibbs
00ee13fdaf
Added kf ut99 and ro fix back in
10 years ago
Daniel Gibbs
916debe1c8
forgot to ad $getopt var
10 years ago
Daniel Gibbs
f8c64f0d9b
added ts3server to getopt
10 years ago
Daniel Gibbs
6e3ba0e758
Updated monitor for ts3server
10 years ago
Daniel Gibbs
6b5034dc7d
removed if
10 years ago
Daniel Gibbs
09347aebec
updated functions for ts3server
10 years ago
Daniel Gibbs
c817186cf3
removed parms code
10 years ago
Daniel Gibbs
8003db579c
Merge branch 'master' of https://github.com/dgibbs64/linuxgameservers
10 years ago
Daniel Gibbs
7bdcbd0692
Merged and updated ts3server
10 years ago
Daniel Gibbs
25c0e0e210
Merged and updated ts3server
Ts3server now updated and merged in to the new functions method.
This merge has not added any new features but just updated the code.
New features will be added over time.
10 years ago
Daniel Gibbs
7dd912522c
added ./ to code with selfname
after a change to selfname var needed to add ./ before some of the
variables.
10 years ago