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 d1fbdb9a65 changed engine to lwjgl2 10 years ago
..
README.md moved functions to lgsm dir 10 years ago
alert.sh moved emailnotification to legacy code fixes 10 years ago
alert_email.sh os has become distroname 10 years ago
alert_pushbullet.sh Fixed some typos and improved descriptions 10 years ago
check.sh Fixed system_requirements 10 years ago
check_config.sh Fixed some typos and improved descriptions 10 years ago
check_deps.sh changed engine to lwjgl2 10 years ago
check_glibc.sh I cannot spell! updated "Information" 10 years ago
check_ip.sh I cannot spell! updated "Information" 10 years ago
check_logs.sh Changed Teamspeak to TeamSpeak 10 years ago
check_permissions.sh I cannot spell! updated "Information" 10 years ago
check_root.sh Fixed some typos and improved descriptions 10 years ago
check_status.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mumble-git-dl 10 years ago
check_steamcmd.sh I cannot spell! updated "Information" 10 years ago
check_system_dir.sh Fixed some typos and improved descriptions 10 years ago
check_system_requirements.sh Minecraft RAM requirement 10 years ago
command_backup.sh Corrected output check from tar command 10 years ago
command_console.sh function_selfname + fixes 10 years ago
command_debug.sh os has become distroname 10 years ago
command_details.sh changed engine to lwjgl2 10 years ago
command_dev_debug.sh Fixed some typos and improved descriptions 10 years ago
command_dev_detect_deps.sh updated file location 10 years ago
command_dev_detect_glibc.sh filename 10 years ago
command_fastdl.sh Merge from master 10 years ago
command_install.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mcserver 10 years ago
command_monitor.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mumble-git-dl 10 years ago
command_restart.sh Fixed some typos and improved descriptions 10 years ago
command_start.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mumble-git-dl 10 years ago
command_stop.sh changed engine to lwjgl2 10 years ago
command_test_alert.sh Fixed some typos and improved descriptions 10 years ago
command_ts3_server_pass.sh I cannot spell! updated "Information" 10 years ago
command_update.sh changed engine to lwjgl2 10 years ago
command_update_functions.sh Fixed some typos and improved descriptions 10 years ago
command_validate.sh Fixed that the steam branch parameter wasn't used in various places. 10 years ago
compress_unreal2_maps.sh Fixed some typos and improved descriptions 10 years ago
compress_ut99_maps.sh Fixed some typos and improved descriptions 10 years ago
core_dl.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mcserver 10 years ago
core_exit.sh uf will fail if remote file missing #983 10 years ago
core_functions.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mcserver 10 years ago
core_getopt.sh changed engine to lwjgl2 10 years ago
core_messages.sh I cannot spell! updated "Information" 10 years ago
core_trap.sh Fixed some typos and improved descriptions 10 years ago
fix.sh Merge from master 10 years ago
fix_arma3.sh function_selfname + fixes 10 years ago
fix_csgo.sh Fixed some typos and improved descriptions 10 years ago
fix_dst.sh Fixed some typos and improved descriptions 10 years ago
fix_glibc.sh Revert "Removed glibc fix for gmod until fixed" 10 years ago
fix_ins.sh function_selfname + fixes 10 years ago
fix_kf.sh function_selfname + fixes 10 years ago
fix_ro.sh function_selfname + fixes 10 years ago
fix_steamcmd.sh Fixed some typos and improved descriptions 10 years ago
fix_ut.sh Merge from master 10 years ago
fix_ut2k4.sh function_selfname + fixes 10 years ago
fix_ut99.sh function_selfname + fixes 10 years ago
fn_functions Fixed some typos and improved descriptions 10 years ago
fn_getopt function_selfname + fixes 10 years ago
fn_update_functions function_selfname + fixes 10 years ago
gsquery.py Compatibility with python 3.x 10 years ago
info_config.sh changed engine to lwjgl2 10 years ago
info_distro.sh I cannot spell! updated "Information" 10 years ago
info_glibc.sh changed engine to lwjgl2 10 years ago
info_parms.sh Fixed some typos and improved descriptions 10 years ago
install_complete.sh Fixed some typos and improved descriptions 10 years ago
install_config.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mcserver 10 years ago
install_gslt.sh #1006 CS Source Requires now GSLT 10 years ago
install_header.sh Fixed some typos and improved descriptions 10 years ago
install_logs.sh Changed Teamspeak to TeamSpeak 10 years ago
install_minecraft_eula.sh Fixed EULA installation 10 years ago
install_retry.sh Fixed some typos and improved descriptions 10 years ago
install_server_dir.sh Fixed some typos and improved descriptions 10 years ago
install_server_files.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mcserver 10 years ago
install_steamcmd.sh removed function_selfname 10 years ago
install_ts3db.sh Fixed some typos and improved descriptions 10 years ago
install_ut2k4_key.sh Fixed some typos and improved descriptions 10 years ago
logs.sh function_selfname + fixes 10 years ago
monitor_gsquery.sh Fixed some typos and improved descriptions 10 years ago
update_minecraft.sh nl 10 years ago
update_mumble.sh removed nl 10 years ago
update_steamcmd.sh Fixed that the steam branch parameter wasn't used in various places. 10 years ago
update_ts3.sh Merge remote-tracking branch 'refs/remotes/origin/master' into mcserver 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.