Daniel Gibbs 2099e210eb nl před 10 roky
..
README.md 841a65b2f7 moved functions to lgsm dir před 10 roky
alert.sh bf03a08f06 Version 210516 před 10 roky
alert_email.sh bf03a08f06 Version 210516 před 10 roky
alert_pushbullet.sh bf03a08f06 Version 210516 před 10 roky
check.sh bf03a08f06 Version 210516 před 10 roky
check_config.sh bf03a08f06 Version 210516 před 10 roky
check_deps.sh bf03a08f06 Version 210516 před 10 roky
check_glibc.sh bf03a08f06 Version 210516 před 10 roky
check_ip.sh bf03a08f06 Version 210516 před 10 roky
check_logs.sh bf03a08f06 Version 210516 před 10 roky
check_permissions.sh bf03a08f06 Version 210516 před 10 roky
check_root.sh bf03a08f06 Version 210516 před 10 roky
check_status.sh bf03a08f06 Version 210516 před 10 roky
check_steamcmd.sh bf03a08f06 Version 210516 před 10 roky
check_system_dir.sh bf03a08f06 Version 210516 před 10 roky
check_tmux.sh bf03a08f06 Version 210516 před 10 roky
command_backup.sh bf03a08f06 Version 210516 před 10 roky
command_console.sh bf03a08f06 Version 210516 před 10 roky
command_debug.sh bf03a08f06 Version 210516 před 10 roky
command_details.sh bf03a08f06 Version 210516 před 10 roky
command_dev_debug.sh bf03a08f06 Version 210516 před 10 roky
command_dev_detect_deps.sh bf03a08f06 Version 210516 před 10 roky
command_fastdl.sh f373fe1201 code presentation před 10 roky
command_install.sh bf03a08f06 Version 210516 před 10 roky
command_monitor.sh ebd35d2d89 corrected gsquery bug před 10 roky
command_start.sh bf03a08f06 Version 210516 před 10 roky
command_stop.sh b9c280eb3b ts3 check status před 10 roky
command_test_alert.sh bf03a08f06 Version 210516 před 10 roky
command_ts3_server_pass.sh bf03a08f06 Version 210516 před 10 roky
command_update.sh 841a65b2f7 moved functions to lgsm dir před 10 roky
command_update_functions.sh bf03a08f06 Version 210516 před 10 roky
command_validate.sh bf03a08f06 Version 210516 před 10 roky
compress_unreal2_maps.sh bf03a08f06 Version 210516 před 10 roky
compress_ut99_maps.sh bf03a08f06 Version 210516 před 10 roky
core_dl.sh bf03a08f06 Version 210516 před 10 roky
core_functions.sh bf03a08f06 Version 210516 před 10 roky
core_getopt.sh bf03a08f06 Version 210516 před 10 roky
core_messages.sh bf03a08f06 Version 210516 před 10 roky
fix.sh bf03a08f06 Version 210516 před 10 roky
fix_arma3.sh bf03a08f06 Version 210516 před 10 roky
fix_csgo.sh bf03a08f06 Version 210516 před 10 roky
fix_dst.sh bf03a08f06 Version 210516 před 10 roky
fix_glibc.sh bf03a08f06 Version 210516 před 10 roky
fix_ins.sh bf03a08f06 Version 210516 před 10 roky
fix_kf.sh bf03a08f06 Version 210516 před 10 roky
fix_ro.sh bf03a08f06 Version 210516 před 10 roky
fix_steamcmd.sh bf03a08f06 Version 210516 před 10 roky
fix_ut2k4.sh bf03a08f06 Version 210516 před 10 roky
fix_ut99.sh bf03a08f06 Version 210516 před 10 roky
fn_functions bf03a08f06 Version 210516 před 10 roky
fn_getopt bf03a08f06 Version 210516 před 10 roky
fn_update_functions bf03a08f06 Version 210516 před 10 roky
gsquery.py 65bc10074c Changed http to https on LGSM links před 10 roky
info_config.sh bf03a08f06 Version 210516 před 10 roky
info_distro.sh bf03a08f06 Version 210516 před 10 roky
info_glibc.sh bf03a08f06 Version 210516 před 10 roky
info_parms.sh bf03a08f06 Version 210516 před 10 roky
install_complete.sh bf03a08f06 Version 210516 před 10 roky
install_config.sh bf03a08f06 Version 210516 před 10 roky
install_gslt.sh bf03a08f06 Version 210516 před 10 roky
install_gsquery.sh ebd35d2d89 corrected gsquery bug před 10 roky
install_header.sh bf03a08f06 Version 210516 před 10 roky
install_logs.sh bf03a08f06 Version 210516 před 10 roky
install_retry.sh bf03a08f06 Version 210516 před 10 roky
install_server_dir.sh bf03a08f06 Version 210516 před 10 roky
install_server_files.sh bf03a08f06 Version 210516 před 10 roky
install_steamcmd.sh bf03a08f06 Version 210516 před 10 roky
install_ts3.sh bf03a08f06 Version 210516 před 10 roky
install_ts3db.sh bf03a08f06 Version 210516 před 10 roky
install_ut2k4_key.sh bf03a08f06 Version 210516 před 10 roky
logs.sh bf03a08f06 Version 210516 před 10 roky
monitor_gsquery.sh 2099e210eb nl před 10 roky
update_check.sh bf03a08f06 Version 210516 před 10 roky
update_dl.sh bf03a08f06 Version 210516 před 10 roky

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.