Scarsz
5689cbe03a
Add gsquery to supported servers
/nosleep
11 years ago
Scarsz
c832ed84c8
150914 - Fix GLIBC fix issues
11 years ago
Daniel Gibbs
f8b462208b
100914 - Update debug and monitor
* Updated debug mode
* Monitor changes to monitor to clarify how to activate it
fixed issue #156
11 years ago
Scarsz
c6f8ab023b
Temporarily disable GLIBC 2.15 fix
11 years ago
Scarsz
ca43c0737e
Remove old GLIBC fix, awkwardly does both
```
=================================
Was the install successful? [y/N]y
Applying steamclient.so fix
=================================
‘/home/dg/gmod/steamcmd/linux32/steamclient.so’ -> ‘/root/.steam/sdk32/steamclient.so’
Applying GLIBC_2.15 fix
=================================
mkdir: created directory ‘/home/dg/gmod/tmp’
Downloading GLIBC_2.15
Extracting files
dpkg-deb: error: `/home/dg/gmod/tmp/libc6_2.15-0ubuntu10.6_i386.deb' is not a debian format archive
Copying GLIBC_2.15 files into bin
cp: cannot stat ‘/home/dg/gmod/tmp/lib/i386-linux-gnu/*’: No such file or directory
Removing temporary folder
Creating log directorys
=================================
mkdir: created directory ‘/home/dg/gmod/log’
mkdir: created directory ‘/home/dg/gmod/log/script’
mkdir: created directory ‘/home/dg/gmod/log/console’
‘/home/dg/gmod/log/server’ -> ‘/home/dg/gmod/serverfiles/garrysmod/logs’
Copying libstdc++.so.6
=================================
‘/home/dg/gmod/steamcmd/linux32/libstdc++.so.6’ -> ‘/home/dg/gmod/serverfiles/libstdc++.so.6’
Applying GLIBC_2.15 fix
=================================
2014-09-01 02:31:07 URL:https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/GarrysMod/dependencies/libc.so.6 [1734120/1734120] -> "libc.so.6" [1]
2014-09-01 02:31:07 URL:https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/GarrysMod/dependencies/libm.so.6 [173576/173576] -> "libm.so.6" [1]
2014-09-01 02:31:08 URL:https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/GarrysMod/dependencies/libpthread.so.0 [124663/124663] -> "libpthread.so.0" [1]
Configuring Garrys's Mod Server...
```
11 years ago
Scarsz
5eb1b63692
wget verbose but not as verbose
Turns into
11 years ago
Daniel Gibbs
3958397d09
GLIBC 2.15 fix
Now works with GLIBC 2.15. Downloads required deps in to the bin
directory
11 years ago
Scarsz
6ef88e4fb7
Didn't notice missing symbol somehow
11 years ago
Scarsz
1e3f69d332
Fix GLIBC not found errors
11 years ago
Daniel Gibbs
83587560ab
improved console logging
improved console logging so now does not require you to press return to
output the console to a log file
11 years ago
Scarsz
bf450f6a1f
Slight oopsie (Config line duplicate)
11 years ago
Daniel Gibbs
c123316b63
Resolved lockfile full path bug
Fixed: If using full path to script lock file was not being detected in
monitor causing the monitor to not work. This broke automatic
monitoring.
11 years ago
Daniel Gibbs
f170bf5167
Replaced lockfile for echoing date
removed lockfile command in favour of echoing date to a file. This will
remove the need for procmail but still achieve the same functionality
11 years ago
Scarsz
08120c12a5
Update gmodserver
11 years ago
Scarsz
397b6cb046
Much more detailed server.cfg
11 years ago
Scarsz
e19eb51d90
Added link to the wiki page
11 years ago
Scarsz
101fda4d8b
Add native workshop support
To add on the instruction page:
To get the workshop auth code, go to http://steamcommunity.com/dev/apikey and generate a code.
To get the workshop collection id, take the URL, for example http://steamcommunity.com/sharedfiles/filedetails/?id=123456789 , and use the trailing numbers for the id value.
11 years ago
Daniel Gibbs
6b120e2e6c
Monitor no longer starts server if stop used
If the administrator stops the server using the stop command the monitor
will disable itself preventing the server from starting back up on its
own
11 years ago
Daniel Gibbs
6660454ae2
Added release gmodserver
early stages of this and more features to come however this will allow
basic install of the server.
11 years ago
Joe
9f28fda491
added a valid map for tf2
de_dust2 is a CS map not a tf2 map, after fresh install server do not work because of this
11 years ago
Robert Förster
cfbf4c722a
remove tickrate command for servers which do not support it
as per https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking it is not possible to change the tickrate for these games since June 2010
11 years ago
Daniel Gibbs
556d101781
major update 050214
* Fixed insserver. Now works on Debian and CentOS
* Added validate feature now 4 options update, update-restart,
validate, validate-restart
* Improved consistency of error messages thanks to wrelam
* Fixed bug with fn_logmanager
* Added steam_appid.txt file to fix an error where the server would
crash
11 years ago
Daniel Gibbs
5780829dfe
Improved fn_autoip error message
* Added more clarity on how to resolve the multiple IP issue
11 years ago
Daniel Gibbs
f3dd4ef29a
added 2nd query on gsquery to prevent restart
* added 2nd query after delay on gsquery to prevent the script from
restarting during map change
* added +servercfgfile to start parameters to make multiple servers
easier. I will add more documentation on this soon.
11 years ago
Daniel Gibbs
0d41a75f5e
Added tfcserver, updated steamclient variable
*Added tfcserver
*Changed steamclient variable so they will all be the same
11 years ago
Daniel Gibbs
70d3bf7c7d
Major Update 240114
Mainly updates to make it easier to merger server versions
Improved installer
Insurgency Server added
Fixed fn_autoip not functioning as excpected
various other fixes
11 years ago
Daniel Gibbs
53559ade4b
Changed ifconfig to /sbin/ifconfig
this prevents ifconfig:command not found
11 years ago
Daniel Gibbs
7193bdd2b8
Server query monitor gsquery.py added
* New Feature gsquery.py. Allows the scripts to query the server
directory. If the server does not respond the server will restart
*
fn_serverquery is now functional on all game server scripts (Apart from
voice comms) to work with gsquery.py
* Added new function fn_autoip.
This will detect the servers network interface. This is used with
fn_serverquery to give correct ip details to gsquery.py
* Updated
fn_montior to work with fn_serverquery
* minor update to fn_details and
completely separated this in to fn_ns2details and fn_utdetails
* Minor
update to fn_emailnotification
* added code in echo commands to
completely overwrite any previous text. This stops any overlapping text
on the terminal.
* Updated fn_Startserver to better manage log
rotation
* removed fn_runcheck as a no longer required function as was
only now used in one place
* added steam-auth function to scripts that
required it but was missing
11 years ago
Daniel Gibbs
944f8e92f2
removed duplicate code
11 years ago
Daniel Gibbs
8b5fffa855
changed from steam.sh to steamcmd.sh
11 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
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
Daniel Gibbs
304fae8f24
Version update
updated al servers scripts to new version
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
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
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
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
63b77d9d94
Fixed Bug servername$ changed to servername=$
* Fixed Bug servername$ changed to servername=$
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
Dh0mp5eur
ce9f8bb4c1
Fix some bugs with Tmux
12 years ago
Dh0mp5eur
90429011bc
Fix bug Multiple Servers with Tmux
12 years ago
Daniel Gibbs
e2165fd7a2
Major update 011013
New Feature: Backup
New Feature: Console
Depreciated: SCREEN command
Added: Tmux to replace SCREEN
Improved: Logging
Improved: UI changes
12 years ago
Daniel Gibbs
305995fe72
Added fn_details & changed server files default location
* Added details function to all game scripts
* Changed filesdir so all server files will be located in 'serverfiles'
directory and not 'csgo'/tf2 etc directory
12 years ago
Daniel Gibbs
10028d7e0f
Added all Existing project files
12 years ago
Daniel Gibbs
2cbbb321b9
cssserver added
12 years ago