Daniel Gibbs
5ab6cdaf46
Updated from master
10 years ago
Bryce Van Dyk
ae0a337477
Use teeworlds engine name in fn_details_config
Use the engine name instead of the game name as its more consistent with
the rest of the checks done
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
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
e3f28a620e
Added more details for ARK server
10 years ago
Daniel Gibbs
8c58c41fb5
Added details for arkserver
10 years ago
Daniel Gibbs
7892d94c6c
Added unreal 4 servername
10 years ago
Daniel Gibbs
2a826ea131
Corrected bug ARMA 3 admin and server password
Password where set teh wrong way around
10 years ago
Daniel Gibbs
42719ea70d
Removed slots from source as shouldnt be there
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
0b30a37c3c
added missing quotes
10 years ago
Daniel Gibbs
f4004f3c13
Code tidy up and bug fixes
10 years ago
Daniel Gibbs
8bad290871
Added unreal engine detail updates
10 years ago
Daniel Gibbs
9d0188c82a
fixed telnet port sd2dserver
10 years ago
Daniel Gibbs
b110bf15bf
Made more changes to details
Still more changes to come. Not quite finished uddating all yet.
10 years ago
Daniel Gibbs
9e31f53548
Added new details to multiple servers
just cause 2
ARMA 3
proect zomboid
dont starve together
all have added details.
More to come as I work on this.
10 years ago
Daniel Gibbs
5c618a98e8
added new details for dont starve
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
2829b8b0bd
Added more details for jc2server
10 years ago
Daniel Gibbs
e934a03abc
Teamspeak 3 may not have a config
10 years ago
Daniel Gibbs
43ec87541d
Spark does not have a config file
10 years ago
Daniel Gibbs
ab23ece39d
no servername set
10 years ago
Daniel Gibbs
5c29f7711a
telnet no password set
10 years ago
Daniel Gibbs
66f63f3111
changed to SERVER NAME MISSING!
10 years ago
Daniel Gibbs
a2d511a6f3
missed ""
10 years ago
Daniel Gibbs
b01731d9a7
Improved config file missing warnings.
10 years ago
Daniel Gibbs
d6bb087979
updated date
10 years ago
Daniel Gibbs
3f2340b3c8
Added dont starve together
10 years ago
Daniel Gibbs
c0f0ed5b57
Arma 3 updated Port Requirement
10 years ago
Daniel Gibbs
691e137240
arma 3 updated port requirement
See issue
https://github.com/dgibbs64/linuxgsm/issues/325
10 years ago
Daniel Gibbs
bcad424b78
danielgibbs.co.uk to gameservermanager.com
10 years ago
Daniel Gibbs
99e02e5000
First release of pzserver
Project Zomboid server has its first release
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
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