Daniel Gibbs c2c5693047 Moving checks to start of commands 10 سال پیش
..
README.md 739596714d Update README.md 10 سال پیش
check.sh c2c5693047 Moving checks to start of commands 10 سال پیش
check_ip.sh c2c5693047 Moving checks to start of commands 10 سال پیش
check_logs.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
check_root.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
check_steamcmd.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
check_steamuser.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
check_systemdir.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
check_tmux.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
command_backup.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_console.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_debug.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_details.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_dev_debug.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_dev_detect_deps.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_install.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_monitor.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_start.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_stop.sh c2c5693047 Moving checks to start of commands 10 سال پیش
command_update.sh 860126bf7d Initial renaming 10 سال پیش
command_validate.sh c2c5693047 Moving checks to start of commands 10 سال پیش
compress_unreal2_maps.sh c2c5693047 Moving checks to start of commands 10 سال پیش
compress_ut99_maps.sh c2c5693047 Moving checks to start of commands 10 سال پیش
core_functions.sh 23732223b1 moved ts3status 10 سال پیش
core_getopt.sh 537748dc89 Corrected incorrectly named functions 10 سال پیش
core_messages.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
email.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
email_test.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
fix_arma3.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
fix_csgo.sh 537748dc89 Corrected incorrectly named functions 10 سال پیش
fix_glibc.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
fix_ins.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
fn_functions 5f290fd3b8 Updates all version numbers 10 سال پیش
fn_getopt 5f290fd3b8 Updates all version numbers 10 سال پیش
info_config.sh ff3017fd97 removed spaces 10 سال پیش
info_distro.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
info_glibc.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
info_ts3status.sh fdce54ff05 renamed check_ts3status.sh to info_ts3status.sh 10 سال پیش
install_complete.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_config.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_dl_ut2k4.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_dl_ut99.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_fix_kf.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_fix_ro.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_fix_steam.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_fix_ut2k4.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_fix_ut99.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_gslt.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_gsquery.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_header.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_logs.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_retry.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_serverdir.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_serverfiles.sh c2c5693047 Moving checks to start of commands 10 سال پیش
install_steamcmd.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_ts3.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_ts3db.sh 98dd71ec39 Added fix for auto-install 10 سال پیش
install_ut2k4.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_ut2k4_key.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
install_ut99.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
logs.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
monitor_gsquery.sh 5f290fd3b8 Updates all version numbers 10 سال پیش
update_check.sh c2c5693047 Moving checks to start of commands 10 سال پیش
update_dl.sh c2c5693047 Moving checks to start of commands 10 سال پیش
update_functions.sh 5f290fd3b8 Updates all version numbers 10 سال پیش

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.