wb
945caf3f69
ARMA 3 config dir change
10 years ago
wb
5c901b809a
ARMA 3 changes for config directory
a bit of redonkulousness adaptation to allow for two config files for
ARMA 3
10 years ago
wb
2dcf44381b
moron repair
wrong command to create directory
10 years ago
wb
b35fba2448
ARMA 3 default config filename change
updated the default config filename
changed filename in fn_install_config
10 years ago
aikidoka
1c2d8fa4b2
ARMA 3 changes for configs
added server config directory creation
added network config copy code
10 years ago
Daniel Gibbs
b8312d1160
Update issue quick fix
A quick fix for the issue of server not updating correctly.
I have set the logupdaterequest to run before steamcmdcheck. This should
force the update to go though. I will be making some bug changes to the
updater in the future.
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
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
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
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
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
Daniel Gibbs
ac8cfe6286
fixed command substitution: line 55
10 years ago
Daniel Gibbs
977cbbe62c
Misspelt Garry's Mod
misspelt Garry's mod
10 years ago
Daniel Gibbs
1995717d94
Deleted functions with old names
Removed the old functions that are no longer required. This may cause
issues with older script version. If you experience and issue please
update
10 years ago
Daniel Gibbs
c7b20905eb
Updated dates
10 years ago
Daniel Gibbs
780e27fe88
Revert "Get all ip if ip=0.0.0.0"
This reverts commit b1cd86d94c
.
10 years ago
Poil
7dbbb3cbe7
For ls ... PLEASE NO !!!
10 years ago
Poil
bb4aa69646
No error when links already exist
10 years ago
Poil
b3bd56a2ad
Optim
10 years ago
Poil
b1cd86d94c
Get all ip if ip=0.0.0.0
10 years ago
Poil
8d46a49a01
Fix : binary operator expected and don't use a not not operator
10 years ago
Daniel Gibbs
1e9e90b0e9
added missing fn_details_config function for source
10 years ago
Daniel Gibbs
c912c4d2bd
Major rename of functions
* All functions names have been reviewed and renamed to make it easier
to identify what the function is for. This is for my benefit as there
are now over 50 functions to manage.
* New details feature. It has been reworked to add more useful info and
fix any bugs with details not always being displayed.
* Main script file e.g csgoserver should no longer require any updates
from this point. All code modifications should be made from the
functions. Any future edits would relate to server specific config.
* servername variable has been moved to its own function if name is
gathered from a config file. The same applies for ports, usernames and
passwords.
* new function fn_details_distro gathers all the required OS info for
fn_details and other functions that require this info
* Various improvements and bug fixes that I cannot remember.
10 years ago
Daniel Gibbs
2cbb358b6f
First release fn_getopt
10 years ago
Daniel Gibbs
c40e17c4d6
Replaced deprecated functions with fn_serverdetails
10 years ago
Daniel Gibbs
690a5d78f6
Added Serious Sam 3 server name
10 years ago
Daniel Gibbs
1bf79cd8a4
fn_servername
fn_servername get the game server name from from config file.
10 years ago
Daniel Gibbs
689ea96d6b
Added fn_servername
10 years ago