Daniel Gibbs
b52b73bde6
Merge pull request #139 from Scarsz/patch-5
Didn't notice missing symbol somehow
11 years ago
Daniel Gibbs
e7294096bf
Merge pull request #137 from Scarsz/patch-4
Fix GLIBC not found errors
11 years ago
Daniel Gibbs
238738c763
Added deps for Garrys Mod
Added the required deps for Garrys mod now it requires GLIBC_2.15
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
076e5296bc
re-added source tv port as it is required
11 years ago
Daniel Gibbs
a3b946eccc
temp removed server password var
temp removed server password var as it breaks tmux. Will need to find a
fix for this.
11 years ago
Daniel Gibbs
cd747d6d5d
Re added sourcetv port and insecure mode
Re added sourcetv port and insecure mode
These where removed but are required
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
Daniel Gibbs
20448a537f
improved console logging removed +servercfgfile,
improved console logging so now does not require you to press return to
output the console to a log file.
removed +servercfgfile as was not required
11 years ago
Daniel Gibbs
336e54a042
Merge pull request #132 from summitsingh/master
Left 4 Dead Linux Server Manager
11 years ago
Summit Singh Thakur
5ce3b07fff
Left 4 Dead Linux Server Manager
11 years ago
Daniel Gibbs
24a1e7f81b
Merge pull request #128 from Scarsz/patch-3
Slight oopsie (Config line duplicate)
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
db769cd26e
Corrected line 2 server name
11 years ago
Daniel Gibbs
0698a16472
fixed bug ./ns2server: line 832:
Resolved the following error
./ns2server: line 832: syntax error: unexpected end of file
11 years ago
Daniel Gibbs
31d5ae3d55
Corrected workshop variables
Lets try that again. :/
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
Daniel Gibbs
d443ad225b
corrected workshop vars
11 years ago
Daniel Gibbs
98666e1a5e
Updated the default config
some needed cvars were missing I have added these now
11 years ago
Daniel Gibbs
4465e4bd85
moved password to start of parms
11 years ago
Daniel Gibbs
0fd1440569
Added Fistful of Frags Server
11 years ago
Daniel Gibbs
3089cef8e1
Merge pull request #104 from Scarsz/patch-2
More detailed server config
11 years ago
Daniel Gibbs
8110e0933d
Merge pull request #103 from Scarsz/patch-1
Add native workshop support
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
c3389d0fe8
Update README.md
Improved the readme
11 years ago
Daniel Gibbs
eb70a4048d
Fixed minor bug
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
111835ad4d
Removed 64-bit detection
A bug was reported with 64-bit executable of ut2004 that caused issues
with the web interface. No fix for this so removed 64-bit option.
11 years ago
Daniel Gibbs
13ff52ca64
fixed workshop variables being incorrect
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
Daniel Gibbs
fb3f5a0e05
Added Vanilla Config in prep for arma3server
11 years ago
Daniel Gibbs
fe896fbe9b
Merge pull request #82 from Dessa/notickrate
remove tickrate command for servers which do not support it
11 years ago
Daniel Gibbs
7bd3126c17
Merge pull request #85 from yuuki89/patch-1
Minor improvements, more options
11 years ago
Daniel Gibbs
3f721ce964
Merge pull request #91 from joecabezas/patch-1
added a valid map for tf2
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
yuuki89
afb3f89d8a
Workaround to send email in plain text
Email appears as "noname" attachment in Gmail accounts (and probably others but I did not test on):
Content-Type: application/octet-stream
Content-Transfer-Encoding: base64
So use cat -v as a workaround
See: http://ask.fclose.com/305/plain-pipelined-content-application-octet-stream-attachment
Also recommended to apply this fix to all other server scripts for consistency reasons.
11 years ago
yuuki89
2b34cf7da8
Minor improvements, more options
Moved rootdir variable so that it's easier to define paths in fn_parms()
Fixed password parameter by adding double quotes - Error: Invalid command line (Expected value for option 'password')
Added double quotes to text type parameters - don't put quotes in the password variables or it'll break!
Added configpath variable to define where configs are loaded from (used to load from ~/.config/*, but now will load from ~/server1/*)
Added mods parameter; add mod ids delimited by space e.g. to use NS2+ and Shine: "812f004 706d242"
Added modstorage parameter; define a directory to store mods downloaded from Steam Workshop (used to load from ~/.config/Workshop/*, but now will load from ~/server1/Workshop/*)
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
9de56bd3e8
Merge pull request #78 from Maxximou5/master
corrected minor typo in workshop
11 years ago
Maxximou5
e4e818c93b
corrected minor typo in workshop
Missing a _ between ws and id name.
11 years ago
Daniel Gibbs
6090bf91f0
corrected map
11 years ago
Daniel Gibbs
8cbacb3beb
corrected minor typo in fn_insdeps
11 years ago
Daniel Gibbs
e3e248c753
changed executable var to correct file
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
12275b1728
Added insserver deps ready for update
11 years ago