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 21fd930b3d updates 9 years ago
..
README.md moved functions to lgsm dir 9 years ago
alert.sh bug 9 years ago
alert_email.sh Backward compatibility 9 years ago
alert_pushbullet.sh notifications are now called alerts 9 years ago
check.sh removed command_stop from glibc check 9 years ago
check_config.sh Changed http to https on LGSM links 9 years ago
check_deps.sh notifications are now called alerts 9 years ago
check_glibc.sh altered UNKNOWN colour 9 years ago
check_ip.sh Changed http to https on LGSM links 9 years ago
check_logs.sh Changed http to https on LGSM links 9 years ago
check_permissions.sh code presentation 9 years ago
check_root.sh Changed http to https on LGSM links 9 years ago
check_status.sh Changed http to https on LGSM links 9 years ago
check_steamcmd.sh Changed http to https on LGSM links 9 years ago
check_system_dir.sh Changed http to https on LGSM links 9 years ago
check_tmux.sh Changed http to https on LGSM links 9 years ago
command_backup.sh corrected [y/N] 9 years ago
command_console.sh Corrected = separator length 9 years ago
command_debug.sh Corrected = separator length 9 years ago
command_details.sh notifications are now called alerts 9 years ago
command_dev_debug.sh Changed http to https on LGSM links 9 years ago
command_dev_detect_deps.sh Changed http to https on LGSM links 9 years ago
command_fastdl.sh code presentation 9 years ago
command_install.sh Changed http to https on LGSM links 9 years ago
command_monitor.sh updates 9 years ago
command_start.sh only tries to move file if exists 9 years ago
command_stop.sh info_ts3status.sh deprecated 9 years ago
command_test_alert.sh updates 9 years ago
command_ts3_server_pass.sh code presentation 9 years ago
command_update.sh moved functions to lgsm dir 9 years ago
command_update_functions.sh Changed http to https on LGSM links 9 years ago
command_validate.sh code presentation 9 years ago
compress_unreal2_maps.sh Corrected = separator length 9 years ago
compress_ut99_maps.sh Corrected = separator length 9 years ago
core_dl.sh code presentation 9 years ago
core_functions.sh notifications are now called alerts 9 years ago
core_getopt.sh corrected ta 9 years ago
core_messages.sh Changed http to https on LGSM links 9 years ago
fix.sh Changed http to https on LGSM links 9 years ago
fix_arma3.sh Changed http to https on LGSM links 9 years ago
fix_csgo.sh Changed http to https on LGSM links 9 years ago
fix_dst.sh Changed http to https on LGSM links 9 years ago
fix_glibc.sh glibcfix shouls run with correct functions 9 years ago
fix_ins.sh Changed http to https on LGSM links 9 years ago
fix_kf.sh Changed http to https on LGSM links 9 years ago
fix_ro.sh Changed http to https on LGSM links 9 years ago
fix_steamcmd.sh Changed http to https on LGSM links 9 years ago
fix_ut2k4.sh Changed http to https on LGSM links 9 years ago
fix_ut99.sh Changed http to https on LGSM links 9 years ago
fn_functions Changed http to https on LGSM links 9 years ago
fn_getopt Changed http to https on LGSM links 9 years ago
fn_update_functions Changed http to https on LGSM links 9 years ago
gsquery.py Changed http to https on LGSM links 9 years ago
info_config.sh improved Terraria support 9 years ago
info_distro.sh supress du error 9 years ago
info_glibc.sh added terraria 9 years ago
info_parms.sh Changed http to https on LGSM links 9 years ago
install_complete.sh Changed http to https on LGSM links 9 years ago
install_config.sh Setting up notification feature 9 years ago
install_gslt.sh Corrected = separator length 9 years ago
install_gsquery.sh code presentation 9 years ago
install_header.sh Changed http to https on LGSM links 9 years ago
install_logs.sh gamelogs now symlink 9 years ago
install_retry.sh Changed http to https on LGSM links 9 years ago
install_server_dir.sh corrected [y/N] 9 years ago
install_server_files.sh Added steamcmd branch support 9 years ago
install_steamcmd.sh Changed http to https on LGSM links 9 years ago
install_ts3.sh Added header 9 years ago
install_ts3db.sh Changed http to https on LGSM links 9 years ago
install_ut2k4_key.sh added missing fi 9 years ago
logs.sh Changed http to https on LGSM links 9 years ago
monitor_gsquery.sh updates 9 years ago
update_check.sh Added steamcmd branch support 9 years ago
update_dl.sh Added some parms to DST 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.