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
double quoting some of the variables that pertain to dirnames
* Cleaned up a couple of lines with trailing spaces
* Added a function for scriplogging, and replaced the lines where it
uses them. This has been tested, it works just like it used to
* Had to replace install.txt steam script with a commandline (like for
update), because steam install script treats quotes as literals:
http://forums.steampowered.com/forums/showthread.php?t=2896163
The "fix" in this forum post is not using spaces :)
* Replaced some "mkdir -v" commands with "mkdir -pv" so as to avoid
getting errors if the directory already exists
Tested on a completely fresh homedir:
- install
- start
- stop
- restart
- update
- monitor
- email-test
- details
- backup
- console
- debug
All test completed successfully!
* 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
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.
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