lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Gibbs 44453353df messages 9 years ago
..
README.md moved functions to lgsm dir 9 years ago
alert.sh nl 9 years ago
alert_email.sh nl 9 years ago
alert_pushbullet.sh nl 9 years ago
check.sh removed local commandaction="Checking" 9 years ago
check_config.sh removed local commandaction="Checking" 9 years ago
check_deps.sh messages 9 years ago
check_glibc.sh messages 9 years ago
check_ip.sh messages 9 years ago
check_logs.sh messages 9 years ago
check_permissions.sh removed local commandaction="Checking" 9 years ago
check_root.sh removed local commandaction="Checking" 9 years ago
check_status.sh removed local commandaction="Checking" 9 years ago
check_steamcmd.sh removed local commandaction="Checking" 9 years ago
check_system_dir.sh removed local commandaction="Checking" 9 years ago
check_tmux.sh removed local commandaction="Checking" 9 years ago
command_backup.sh module name has been split 9 years ago
command_console.sh module name has been split 9 years ago
command_debug.sh module name has been split 9 years ago
command_details.sh lightgreen color 9 years ago
command_dev_debug.sh module name has been split 9 years ago
command_dev_detect_deps.sh module name has been split 9 years ago
command_fastdl.sh module name has been split 9 years ago
command_install.sh module name has been split 9 years ago
command_monitor.sh removed local commandaction="Checking" 9 years ago
command_restart.sh re arraigned exitbypass 9 years ago
command_start.sh moved print_dots 9 years ago
command_stop.sh moved print_dots 9 years ago
command_test_alert.sh removed local commandaction="Checking" 9 years ago
command_ts3_server_pass.sh module name has been split 9 years ago
command_update.sh moved print_dots 9 years ago
command_update_functions.sh moved print_dots 9 years ago
command_validate.sh moved print_dots 9 years ago
compress_unreal2_maps.sh module name has been split 9 years ago
compress_ut99_maps.sh module name has been split 9 years ago
core_dl.sh module name has been split 9 years ago
core_exit.sh re arraigned exitbypass 9 years ago
core_functions.sh colours are now variables 9 years ago
core_getopt.sh colours are now variables 9 years ago
core_messages.sh messages 9 years ago
core_trap.sh Ditched lgsm_version as not used 9 years ago
fix.sh module name has been split 9 years ago
fix_arma3.sh module name has been split 9 years ago
fix_csgo.sh module name has been split 9 years ago
fix_dst.sh module name has been split 9 years ago
fix_glibc.sh module name has been split 9 years ago
fix_ins.sh module name has been split 9 years ago
fix_kf.sh module name has been split 9 years ago
fix_ro.sh module name has been split 9 years ago
fix_steamcmd.sh module name has been split 9 years ago
fix_ut2k4.sh module name has been split 9 years ago
fix_ut99.sh module name has been split 9 years ago
fn_functions Version 210516 9 years ago
fn_getopt Version 210516 9 years ago
fn_update_functions updated log messages 9 years ago
gsquery.py bug: removed bash code 9 years ago
info_config.sh colours are now variables 9 years ago
info_distro.sh colours are now variables 9 years ago
info_glibc.sh functions_selfname is now just selfname 9 years ago
info_parms.sh colours are now variables 9 years ago
install_complete.sh module name has been split 9 years ago
install_config.sh module name has been split 9 years ago
install_gslt.sh module name has been split 9 years ago
install_gsquery.sh module name has been split 9 years ago
install_header.sh module name has been split 9 years ago
install_logs.sh module name has been split 9 years ago
install_retry.sh module name has been split 9 years ago
install_server_dir.sh module name has been split 9 years ago
install_server_files.sh module name has been split 9 years ago
install_steamcmd.sh module name has been split 9 years ago
install_ts3.sh module name has been split 9 years ago
install_ts3db.sh module name has been split 9 years ago
install_ut2k4_key.sh module name has been split 9 years ago
logs.sh module name has been split 9 years ago
monitor_gsquery.sh colours are now variables 9 years ago
update_check.sh colours are now variables 9 years ago
update_dl.sh module name has been split 9 years ago
update_steamcmd.sh colours are now variables 9 years ago
update_ts3.sh colours are now variables 9 years ago

README.md

Linux Game Server Manager - Functions

These functions are universal functions that work in all scripts.

Function Names

Functions have been named to give an idea of what the function does.
  • core: Essential functions that are will always run first.
  • command: Primary command function.
  • check: Runs checks that will either halt on or fix an issue.
  • dev: development functions.
  • fix: Applies a game server specific fix.
  • info: retrieves information from a source such as config file or the OS.
  • install: Functions related to the installer.
  • monitor: Functions related to monitor.
  • update: Functions that update the game server.