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 537748dc89 Corrected incorrectly named functions 10 years ago
..
README.md Update README.md 10 years ago
check.sh removed comment 10 years ago
check_ip.sh Updates all version numbers 10 years ago
check_logs.sh Updates all version numbers 10 years ago
check_root.sh Updates all version numbers 10 years ago
check_steamcmd.sh Updates all version numbers 10 years ago
check_steamuser.sh Updates all version numbers 10 years ago
check_systemdir.sh Updates all version numbers 10 years ago
check_tmux.sh Updates all version numbers 10 years ago
command_backup.sh Updates all version numbers 10 years ago
command_console.sh Updates all version numbers 10 years ago
command_debug.sh Updates all version numbers 10 years ago
command_details.sh renamed check_ts3status.sh to info_ts3status.sh 10 years ago
command_install.sh Updates all version numbers 10 years ago
command_monitor.sh renamed check_ts3status.sh to info_ts3status.sh 10 years ago
command_start.sh renamed check_ts3status.sh to info_ts3status.sh 10 years ago
command_stop.sh renamed check_ts3status.sh to info_ts3status.sh 10 years ago
command_update.sh Initial renaming 10 years ago
command_validate.sh Updates all version numbers 10 years ago
compress_unreal2_maps.sh Updates all version numbers 10 years ago
compress_ut99_maps.sh Updates all version numbers 10 years ago
core_functions.sh moved ts3status 10 years ago
core_getopt.sh Corrected incorrectly named functions 10 years ago
core_messages.sh Updates all version numbers 10 years ago
dev_debug.sh Updates all version numbers 10 years ago
dev_detect_deps.sh Updates all version numbers 10 years ago
email.sh Updates all version numbers 10 years ago
email_test.sh Updates all version numbers 10 years ago
fix_arma3.sh Updates all version numbers 10 years ago
fix_csgo.sh Corrected incorrectly named functions 10 years ago
fix_glibc.sh Updates all version numbers 10 years ago
fix_ins.sh Updates all version numbers 10 years ago
fn_functions Updates all version numbers 10 years ago
fn_getopt Updates all version numbers 10 years ago
info_config.sh Updates all version numbers 10 years ago
info_distro.sh Updates all version numbers 10 years ago
info_glibc.sh Updates all version numbers 10 years ago
info_ts3status.sh renamed check_ts3status.sh to info_ts3status.sh 10 years ago
install_complete.sh Updates all version numbers 10 years ago
install_config.sh Updates all version numbers 10 years ago
install_dl_ut2k4.sh Updates all version numbers 10 years ago
install_dl_ut99.sh Updates all version numbers 10 years ago
install_fix_kf.sh Updates all version numbers 10 years ago
install_fix_ro.sh Updates all version numbers 10 years ago
install_fix_steam.sh Updates all version numbers 10 years ago
install_fix_ut2k4.sh Updates all version numbers 10 years ago
install_fix_ut99.sh Updates all version numbers 10 years ago
install_gslt.sh Updates all version numbers 10 years ago
install_gsquery.sh Updates all version numbers 10 years ago
install_header.sh Updates all version numbers 10 years ago
install_logs.sh Updates all version numbers 10 years ago
install_retry.sh Updates all version numbers 10 years ago
install_serverdir.sh Updates all version numbers 10 years ago
install_serverfiles.sh Updates all version numbers 10 years ago
install_steamcmd.sh Updates all version numbers 10 years ago
install_ts3.sh Updates all version numbers 10 years ago
install_ts3db.sh Added fix for auto-install 10 years ago
install_ut2k4.sh Updates all version numbers 10 years ago
install_ut2k4_key.sh Updates all version numbers 10 years ago
install_ut99.sh Updates all version numbers 10 years ago
logs.sh Updates all version numbers 10 years ago
monitor_gsquery.sh Updates all version numbers 10 years ago
update_check.sh renamed check_ts3status.sh to info_ts3status.sh 10 years ago
update_dl.sh Updates all version numbers 10 years ago
update_functions.sh Updates all version numbers 10 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.