Daniel Gibbs
39e963fb13
Change to function version to variable
9 years ago
Daniel Gibbs
db47c095a7
Removed non required pid and replaced with one
10 years ago
Daniel Gibbs
b45dcfa2cf
Removed non required pid and replaced with one
10 years ago
zaggash
90ef0d051f
Fix fn_details_statusbottom in fn_details_source()
The function was not working properly since the pid variable is missing.
This solve the issue.
10 years ago
Daniel Gibbs
d84e5e4810
Newer version put back in to branch
10 years ago
Daniel Gibbs
3e5254000a
Revert "as per https://github.com/koalaman/shellcheck/wiki/SC2060 "
This reverts commit 1c84eff59e
.
10 years ago
Daniel Gibbs
c7f07c56e2
Revert "Removed the need for files to be created with column"
This reverts commit 4a45f5d4bb
.
10 years ago
Daniel Gibbs
1c84eff59e
as per https://github.com/koalaman/shellcheck/wiki/SC2060
10 years ago
Daniel Gibbs
4a45f5d4bb
Removed the need for files to be created with column
No longer need files to correctly display details in columns
10 years ago
Daniel Gibbs
a8c4603d7e
fixed rconport and rconpassword being the same var
10 years ago
Daniel Gibbs
eb9faa1f27
updated teeworlds details
10 years ago
Daniel Gibbs
d7bdb9ac24
minor correct to teeworlds
10 years ago
Daniel Gibbs
5ab6cdaf46
Updated from master
10 years ago
Bryce Van Dyk
375adb7f48
Add missing functionality for terraria details
10 years ago
Bryce Van Dyk
6655fd1aa4
Update a couple of dates in comments
10 years ago
Bryce Van Dyk
6087cbd46f
Update details for teeworlds
10 years ago
Bryce Van Dyk
a04db10f52
Update functions to play nice with terraria
10 years ago
Daniel Gibbs
c5b55044e6
Changed from unreal4 to ark
Im unsure if unreal4 engine will be the same config setup as ark
10 years ago
Daniel Gibbs
b19ebdc294
details for arkserver (not quite finished yet)
10 years ago
Daniel Gibbs
62ea2d7346
fixed column bug
10 years ago
Daniel Gibbs
61fca1a5dd
Updated functions with best practices
Used http://www.shellcheck.net/ to improve best practices
10 years ago
Daniel Gibbs
01991a6eae
corrected gameworld bug
10 years ago
Daniel Gibbs
ef362c700a
added gameworkd for sd2dserver
10 years ago
Daniel Gibbs
e85fd5dc8b
Added network config for ARMA 3
10 years ago
Daniel Gibbs
206f3577c2
Added game mode and tick rate
10 years ago
Daniel Gibbs
b2cfe2905f
Revert "added missing space"
This reverts commit e271b7f40d
.
10 years ago
Daniel Gibbs
e271b7f40d
added missing space
10 years ago
Daniel Gibbs
59f0cd9c17
Added new details.
10 years ago
Daniel Gibbs
6ba8acdd2e
Added warning if config file missing
10 years ago
Daniel Gibbs
bb7979c7fc
Added dstserver details
10 years ago
Daniel Gibbs
8d5b97653d
Added script version details
Added script version details to allow me to see what verison of the
script is available.
10 years ago
Daniel Gibbs
c4e05125eb
Added more info about storage
Made more details available on storage. such as filesystem total
storage used and available.
10 years ago
Daniel Gibbs
bcad424b78
danielgibbs.co.uk to gameservermanager.com
10 years ago
Daniel Gibbs
770e7e2383
removed : from telnet unity
10 years ago
Daniel Gibbs
99e02e5000
First release of pzserver
Project Zomboid server has its first release
10 years ago
Daniel Gibbs
c3450ec606
Added Starbound server
Added Starbound server. First release please report issues.
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
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
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
5cf0a5f5c9
Changes to terminal and log messages.
* Major changes to terminal and log messages.
* More constant and improved wording of terminal and log messages.
* New local variable "modulename" that is displayed in terminal and log
messages.
* Added commented descriptions to most functions.
10 years ago
Daniel Gibbs
e7a30c3812
Added WebAdmin Enabled
also fixed port not displaying
10 years ago
Daniel Gibbs
6b1c3898b4
added query port to unity3ddetails
10 years ago
Daniel Gibbs
783e2a83bc
Added unity3d engine details
10 years ago
Daniel Gibbs
d6e626c9f8
added SS3 details
* Added SS3 details
* functions now alphabetical
10 years ago
Daniel Gibbs
81d55119f9
Only digits will output from config files
Removed the chance of carriage return and made sure only digits are
output. Should help reduce the chance of off things being output to the
port vars
10 years ago
Daniel Gibbs
4befe1b98c
updated version stamp
10 years ago
Daniel Gibbs
58ee24085e
minor code tidy
10 years ago
Daniel Gibbs
cedc00db3e
Moved arma3server ports
*Moved ports out of main script in to the functions.
*Updated the port variables so no longer requires the config parameters
to be in a specific line.
10 years ago