Daniel Gibbs 0ace80d00a Added GES file hace 10 años
..
README.md 841a65b2f7 moved functions to lgsm dir hace 10 años
alert.sh 425a0eb51c altered from fail to info hace 10 años
alert_email.sh bf03a08f06 Version 210516 hace 10 años
alert_pushbullet.sh bf03a08f06 Version 210516 hace 10 años
check.sh bf03a08f06 Version 210516 hace 10 años
check_config.sh bf03a08f06 Version 210516 hace 10 años
check_deps.sh ee13687dbb Added file as a required dependency hace 10 años
check_glibc.sh bf03a08f06 Version 210516 hace 10 años
check_ip.sh bf03a08f06 Version 210516 hace 10 años
check_logs.sh bf03a08f06 Version 210516 hace 10 años
check_permissions.sh bf03a08f06 Version 210516 hace 10 años
check_root.sh bf03a08f06 Version 210516 hace 10 años
check_status.sh bf03a08f06 Version 210516 hace 10 años
check_steamcmd.sh bf03a08f06 Version 210516 hace 10 años
check_system_dir.sh bf03a08f06 Version 210516 hace 10 años
check_tmux.sh bf03a08f06 Version 210516 hace 10 años
command_backup.sh bf03a08f06 Version 210516 hace 10 años
command_console.sh bf03a08f06 Version 210516 hace 10 años
command_debug.sh bf03a08f06 Version 210516 hace 10 años
command_details.sh bf03a08f06 Version 210516 hace 10 años
command_dev_debug.sh bf03a08f06 Version 210516 hace 10 años
command_dev_detect_deps.sh bf03a08f06 Version 210516 hace 10 años
command_fastdl.sh f373fe1201 code presentation hace 10 años
command_install.sh bf03a08f06 Version 210516 hace 10 años
command_monitor.sh ebd35d2d89 corrected gsquery bug hace 10 años
command_start.sh bf03a08f06 Version 210516 hace 10 años
command_stop.sh 5e00899734 Merge pull request #834 from cedarlug/development hace 10 años
command_test_alert.sh bf03a08f06 Version 210516 hace 10 años
command_ts3_server_pass.sh bf03a08f06 Version 210516 hace 10 años
command_update.sh 841a65b2f7 moved functions to lgsm dir hace 10 años
command_update_functions.sh bf03a08f06 Version 210516 hace 10 años
command_validate.sh 5e00899734 Merge pull request #834 from cedarlug/development hace 10 años
compress_unreal2_maps.sh bf03a08f06 Version 210516 hace 10 años
compress_ut99_maps.sh bf03a08f06 Version 210516 hace 10 años
core_dl.sh bf03a08f06 Version 210516 hace 10 años
core_functions.sh 1d112401cd Merge pull request #828 from cedarlug/development hace 10 años
core_getopt.sh bf03a08f06 Version 210516 hace 10 años
core_messages.sh bf03a08f06 Version 210516 hace 10 años
fix.sh bf03a08f06 Version 210516 hace 10 años
fix_arma3.sh 09a3cb679a As per #815 hace 10 años
fix_csgo.sh bf03a08f06 Version 210516 hace 10 años
fix_dst.sh bf03a08f06 Version 210516 hace 10 años
fix_glibc.sh bf03a08f06 Version 210516 hace 10 años
fix_ins.sh bf03a08f06 Version 210516 hace 10 años
fix_kf.sh bf03a08f06 Version 210516 hace 10 años
fix_ro.sh bf03a08f06 Version 210516 hace 10 años
fix_steamcmd.sh bf03a08f06 Version 210516 hace 10 años
fix_ut2k4.sh bf03a08f06 Version 210516 hace 10 años
fix_ut99.sh bf03a08f06 Version 210516 hace 10 años
fn_functions bf03a08f06 Version 210516 hace 10 años
fn_getopt bf03a08f06 Version 210516 hace 10 años
fn_update_functions bf03a08f06 Version 210516 hace 10 años
gsquery.py 65bc10074c Changed http to https on LGSM links hace 10 años
info_config.sh bf03a08f06 Version 210516 hace 10 años
info_distro.sh bf03a08f06 Version 210516 hace 10 años
info_glibc.sh bf03a08f06 Version 210516 hace 10 años
info_parms.sh bf03a08f06 Version 210516 hace 10 años
install_complete.sh bf03a08f06 Version 210516 hace 10 años
install_config.sh bf03a08f06 Version 210516 hace 10 años
install_gslt.sh bf03a08f06 Version 210516 hace 10 años
install_gsquery.sh ebd35d2d89 corrected gsquery bug hace 10 años
install_header.sh bf03a08f06 Version 210516 hace 10 años
install_logs.sh bf03a08f06 Version 210516 hace 10 años
install_retry.sh bf03a08f06 Version 210516 hace 10 años
install_server_dir.sh bf03a08f06 Version 210516 hace 10 años
install_server_files.sh 0ace80d00a Added GES file hace 10 años
install_steamcmd.sh bf03a08f06 Version 210516 hace 10 años
install_ts3.sh bf03a08f06 Version 210516 hace 10 años
install_ts3db.sh bf03a08f06 Version 210516 hace 10 años
install_ut2k4_key.sh bf03a08f06 Version 210516 hace 10 años
logs.sh b7701042ea move stupid games' logs only on game start hace 10 años
monitor_gsquery.sh 2099e210eb nl hace 10 años
update_check.sh bf03a08f06 Version 210516 hace 10 años
update_dl.sh 5e00899734 Merge pull request #834 from cedarlug/development hace 10 años

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.