UltimateByte
60d4e9c84e
Using awk for now
fixes #1130
9 years ago
UltimateByte
2653e003ea
Ordering, spacing and comments
9 years ago
UltimateByte
e370cdd4b4
ordering & matching changes
9 years ago
Daniel Gibbs
34b0a42a49
Should Fix issue #1130
9 years ago
Daniel Gibbs
05ee12038c
fixed ip for mumble #1130
9 years ago
UltimateByte
c43ac02250
first fix attempt for mumble ip
9 years ago
UltimateByte
c2bd0cffb5
fixed mumble port using awk instead of sed
9 years ago
Daniel Gibbs
dc0a7cab43
IP address is selected in config for some games
If server has multiple nic's then an ip has to be selected. Some servers
this is done on the parms and others in the config.
LGSM now handles config IP addresses better. Check IP also tells the
user to change the IP in the config
9 years ago
cedarlug
74d6ea1df7
`xargs -0` allowed single quotes but kills the whitespace cleansing. replacing with sed.
9 years ago
Daniel Gibbs
7ae68ce4e2
Updated ET info
9 years ago
Daniel Gibbs
ce4934da06
fixed port for et
9 years ago
Daniel Gibbs
e79e40ecf9
added port for ET
9 years ago
Daniel Gibbs
53c14f86af
split quake live and et
9 years ago
Daniel Gibbs
f13a24c5fb
added ipchecking to idtech3 engine
9 years ago
cedarlug
3ed9c10a2d
Adjusting xargs' interpretation of single quotes: ref #1111
9 years ago
Daniel Gibbs
79fe18d551
Added BF1942
9 years ago
Daniel Gibbs
b0e4dac10a
removed some test code
9 years ago
Daniel Gibbs
ba2e6d9ef6
Re checked and updated whole function
checked every variable and standardised as much as possible.
Will now be more reliable as getting config info
9 years ago
Daniel Gibbs
04e8800e71
Added cut -f1 -d "/"
9 years ago
Daniel Gibbs
520615ddbb
added cut -f1 -d "/" to source servers
9 years ago
UltimateByte
18104545a0
Fixes removed spaces for Arma servername #1033
Feel the power of awk over sed !
Fixes #1033
9 years ago
UltimateByte
d42d029f87
Minecraft earns the right to have a servername too
Gladly solves #1030
@marvinl97 You manipulate sed like nobody else ;)
@JimTR Thanks for the help
@Sebi94nbg Thanks for reporting
9 years ago
Daniel Gibbs
d1fbdb9a65
changed engine to lwjgl2
lwjgl2 is the actual engine used for minecraft
9 years ago
Marvin Lehmann
acb9546bfd
Improved config details
9 years ago
Daniel Gibbs
d4d2dd1d54
added if to servername
9 years ago
Daniel Gibbs
7c6a1a8e5d
added minecraft ot info_config.sh
9 years ago
Daniel Gibbs
f9e07e053e
Updated minecraft details
9 years ago
Daniel Gibbs
1f11921445
moved port and server name to info_config.sh
9 years ago
Marvin Lehmann
6b26e2437d
Changed Teamspeak to TeamSpeak
- added fix for TeamSpeak 3 scripts using gamename="Teamspeak 3"
(core_functions.sh)
9 years ago
Marvin Lehmann
3eee2b3690
Fixed some typos and improved descriptions
These changes do not affect the functionality of the code.
9 years ago
Marvin Lehmann
278388ff39
Improved Project Zomboid Support
- updated config (removed IDs, they will be generated at server start)
- added ip and admin password start parameter
- added more variables to details
9 years ago
UltimateByte
25c2928f5b
open and close ()
9 years ago
UltimateByte
43fc590f1e
contrib
9 years ago
UltimateByte
2d1422e255
info config mumble
9 years ago
Nicolas
a176649c34
Add support to 7 days to die to info_config.sh
9 years ago
Marvin Lehmann
a60432b0c3
Added support for Starbound 1.0
- removed deprecated file "sbboot.config"
- added new default config
- fixed details
- new structure
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
60110fdc8c
colours are now variables
9 years ago
Daniel Gibbs
b32bb17ae4
functions_selfname is now just selfname
Also commented out any selfname that causes issues.
9 years ago
Daniel Gibbs
b8f44749a0
Ditched lgsm_version as not used
added
local modulename="Function"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
to all functions
9 years ago
Daniel Gibbs
678f8b83f8
Removed trailing spaces from files
Added "trim_trailing_white_space_on_save": true in to my sublime
text install to make sure trailing spaces get removed.
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
23301a31d3
improved Terraria support
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
Daniel Gibbs
3ee675e980
improved info gathering style consistency
9 years ago
Daniel Gibbs
95c555e68f
Optimised info gathering
Optimised the method for gathering and displaying info grabed from
config files. There will be a new file specifically for parms
9 years ago
Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
9 years ago
Daniel Gibbs
a34adda006
Update info_config.sh
Fixes issue #696
9 years ago
Daniel Gibbs
2fe511007f
Fixed issue #696
9 years ago
Daniel Gibbs
20fd5936fb
Minor tidy
9 years ago