Alexander Hurd
d8bd68e9c8
adding Call of Duty 2 ( #1127 )
* Added Call of Duty 2
9 years ago
Alexander Hurd
7d16230522
adding Call of Duty ( #1118 )
* adding codserver Call of Duty 1
9 years ago
Daniel Gibbs
fb918470e4
removed return
9 years ago
Daniel Gibbs
a0b6c9dc03
Added missing if statements
9 years ago
Daniel Gibbs
f172233995
Added quake 2 details
9 years ago
Daniel Gibbs
31ff13993c
Added Quake 3
9 years ago
Daniel Gibbs
83fdf38410
Tidy up
9 years ago
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