Daniel Gibbs
4c9247f21e
libm.so.6 will not save in correct location
11 years ago
Daniel Gibbs
fa1d2867c5
Version update
11 years ago
Daniel Gibbs
77a586b63a
Dependency fix added libm.so.6
11 years ago
Daniel Gibbs
75d873e5c9
Adjusted max player count to 8
11 years ago
Daniel Gibbs
3f0afaf06b
Added dependencies to get CentOS to work
11 years ago
Daniel Gibbs
033506db96
Merge pull request #35 from dgibbs64/bukowskiadam-master
Bukowskiadam to master
12 years ago
Daniel Gibbs
bfc43cca3d
Applied steamclient.so fix to home dir
found a couple more bugs and quickly fixed
12 years ago
Daniel Gibbs
b395f198b3
Applied steamclient.so fix to homedir
Applied steamclient.so fix to homedir rather than the rootdir.
Also removed some code from a merge error.
12 years ago
Daniel Gibbs
1631297fc6
Merge pull request #34 from dgibbs64/bukowskiadam-master
Bukowskiadam master
12 years ago
Daniel Gibbs
38d1f8d6e3
Added Max players variables to the source scripts
12 years ago
Daniel Gibbs
78050c1182
CURRENTLY BROKEN SCRIPT
Becuase of the move to SteamCMD this script does not currently work. I
will attempt to fix SOurce SDK 2006 is correctly ported to steamCMD
12 years ago
Daniel Gibbs
4c5492dd4d
Fixed config file issue
server.cfg now reads like this on install:
exec csgoserver.cfg
rather than the full path.
12 years ago
Daniel Gibbs
628d50d44e
grep -E "^${servicename}:"
12 years ago
Adam Bukowski
a46f23fd4b
Set maxplayers parameter for all Source and GoldSource games
According to this page https://developer.valvesoftware.com/wiki/Command_Line_Options I've set this as run parameter (-maxplayers), instead of console variable (+maxplayers), because Source games doesn't have the second.
12 years ago
Adam Bukowski
5844952b03
Set proper server config file
I've installed CS server two days ago and there wasn't cfg dir. Touching file failed. Config was placed directly in cstrike dir. Also we don't have to touch file to append content.
12 years ago
Adam Bukowski
1c73962d04
Fix steamclient.so fix
It should be created in the home directory, not the install directory
12 years ago
Adam Bukowski
f8d4a958db
Set maxplayers at start of the server
It can't be set in config file, while server is running already. Let users to set this here.
12 years ago
Daniel Gibbs
c4bfa435f7
Merge pull request #30 from krek-dev/patch-1
Typo fix.
12 years ago
Aurimas Salamachinas
ea1743ae47
Typo fix.
./csserver: line 39: servername: command not found
12 years ago
Daniel Gibbs
304fae8f24
Version update
updated al servers scripts to new version
12 years ago
Daniel Gibbs
2187fdb91a
App 90 Download workaround!!
the script will pre download the appmanifest for csserver as SteaCMD
woudl not download the "beta" verson file even with the beta flag
enabled. The fix pre downloads the appmanifest files causing SteamCMD to
instantly download the correct server files.
Also updated version number
12 years ago
Daniel Gibbs
ead78b224c
added appmanifest files for app 90 fix
12 years ago
Daniel Gibbs
76bfaba05c
improved accuracy of tmux session detection
Also added grep -E "^${servicename}:" for more accurate detection of the
tmux session
12 years ago
Daniel Gibbs
42009bdb44
Added example for Objective mode
Also added grep -E "^${servicename}:" for more accurate detection of the
tmux session
12 years ago
Daniel Gibbs
19dfaff628
backup server fixed run check
12 years ago
Daniel Gibbs
bac5bc2242
added backup feature to mumble server
12 years ago
Daniel Gibbs
d00acd9c7e
Updated backup feature
Backup feature now works better. Does not use the full path in the
archive anymore. Also fixed the exclusions not working correctly meaning
it was backing up any previously created backups
12 years ago
Daniel Gibbs
36a14009cd
fixed install bug server.cfg wrong location
12 years ago
Daniel Gibbs
065eda88cf
ts3server: added backup feature
12 years ago
Daniel Gibbs
cb8cda1da9
Backup: fixed exclude not working
Found that the backup function was backing up the backup directory.
Fixed where the tar command was ignoring the exclude directory because
un unnecessary characters
12 years ago
Daniel Gibbs
d0f96c5036
nmrih: fix the server.cfg issue
12 years ago
Daniel Gibbs
f306ab629a
Fixed default config file not executing
installer now creates server.cfg and server.cfg points to the default
config file.
12 years ago
Daniel Gibbs
fe24bb3e42
nmrihserver: changed default map
12 years ago
Daniel Gibbs
22085c250a
nmrihserver: New release
New Release
No More Room in Hell Linux server script just released
12 years ago
Daniel Gibbs
63b77d9d94
Fixed Bug servername$ changed to servername=$
* Fixed Bug servername$ changed to servername=$
12 years ago
Daniel Gibbs
b06abed691
UT2K4server: Fixed CD key not working
CD key was not inserting in to the cdkey file. Fixed this
12 years ago
Daniel Gibbs
3b94df4a13
Fixed monitor issues ts3server
* Fixed bug where monitor did not always work
* Minor code tidy up
12 years ago
Daniel Gibbs
aee07cdd93
Log fix on first run & server.cfg security
* Stopped error on first run stating that ${consolelog} is missing.
* Changed the server.cfg to be named ${servicename} instead to address
some security concerns.
* Minor code tidy up
12 years ago
Daniel Gibbs
41a25c0a67
UT99server: Moved sleep in fn_startserver
12 years ago
Daniel Gibbs
a79ad15f6a
UT99server: Fixed map compressor
*Fixed map compressor
* Stopped error on first run stating that ${constolelog} is missing.
*Minor code tidy up
12 years ago
Daniel Gibbs
02460b745f
UT2K4server: Added support for 64-bit binary
* Script detects if OS is 64-bit and and uses ucc-bin-linux-amd64 binary
instead
* Fixed map compressor
* Stopped error on first run stating that ${constolelog} is missing.
*Minor code tidy up
12 years ago
Daniel Gibbs
f8d1a8cee4
Merge pull request #16 from torstehu/patch-1
fix typo in filesdir
12 years ago
Torstein Husebø
a7f95c29d9
fix typo in filesdir
12 years ago
Daniel Gibbs
6a81eacc33
Merge pull request #10 from Dh0mp5eur/master
Checked code and tested csgoserver. This works. Confirmed would fix a few more bugs with tmux. Thank you
12 years ago
Dh0mp5eur
ce9f8bb4c1
Fix some bugs with Tmux
12 years ago
Daniel Gibbs
89cc6c31af
Merge pull request #9 from dgibbs64/pr/8
Merge attempt
12 years ago
Dh0mp5eur
90429011bc
Fix bug Multiple Servers with Tmux
12 years ago
Dh0mp5eur
e22c2f103e
Fix bug Multiple Servers with Tmux
12 years ago
Daniel Gibbs
234610134b
corrected typo
12 years ago
Daniel Gibbs
dd705936eb
ns2server released
Release of ns2server for Natural Selection 2
12 years ago