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 e3b86e1c86 Added COD4 to getopt 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 Corrected overlooked maxplayers variables 10 years ago
alert_pushbullet.sh added bf1942 10 years ago
check.sh welcome tmuxception fixes #1117 10 years ago
check_config.sh Release 161030 (#1162) 10 years ago
check_deps.sh issue #1085 10 years ago
check_glibc.sh reduced to 2 seconds 10 years ago
check_ip.sh Release/161113 (#1185) 10 years ago
check_logs.sh Changed Teamspeak to TeamSpeak 10 years ago
check_permissions.sh Bad spelling: directories not directorys 10 years ago
check_root.sh Fixed some typos and improved descriptions 10 years ago
check_status.sh get info_config.sh to run #1136 10 years ago
check_steamcmd.sh Release 161030 (#1162) 10 years ago
check_system_dir.sh Fixed some typos and improved descriptions 10 years ago
check_system_requirements.sh Natural Selection 2 requires 1GB ram minimum 10 years ago
check_tmuxception.sh Release 161030 (#1162) 10 years ago
command_backup.sh Check variables first & remove lockfile earlier 10 years ago
command_console.sh added fn_print_header and lightblue 10 years ago
command_debug.sh Release 161030 (#1162) 10 years ago
command_details.sh Added COD 4 to details 10 years ago
command_dev_debug.sh Fixed some typos and improved descriptions 10 years ago
command_dev_detect_deps.sh ${lgsmdir}/tmp has become ${tmpdir} 10 years ago
command_dev_detect_glibc.sh removed # 10 years ago
command_dev_detect_ldd.sh ${lgsmdir}/tmp has become ${tmpdir} 10 years ago
command_fastdl.sh Bad spelling: directories not directorys 10 years ago
command_install.sh Added COD 4 10 years ago
command_monitor.sh Added CoD: WaW 10 years ago
command_postdetails.sh Typo: hastebin, not hastbin :p 10 years ago
command_restart.sh Fixed some typos and improved descriptions 10 years ago
command_start.sh hotfix for ts3 server pass 10 years ago
command_stop.sh #1204 "/stop" is replaced by "stop" 10 years ago
command_test_alert.sh Fixed some typos and improved descriptions 10 years ago
command_ts3_server_pass.sh hotfix for ts3 server pass 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 removed nl 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 Release 161030 (#1162) 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/develop' into dstserver-new 10 years ago
core_getopt.sh Added COD4 to getopt 10 years ago
core_messages.sh Release 161030 (#1162) 10 years ago
core_trap.sh Fixed some typos and improved descriptions 10 years ago
fix.sh Rust fix 10 years ago
fix_arma3.sh function_selfname + fixes 10 years ago
fix_coduo.sh adding Call of Duty: United Offensive 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_ges.sh added GE:S fix 10 years ago
fix_glibc.sh Release/161113 (#1185) 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_rust.sh better comments 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
fn_functions Updated version numbers 10 years ago
fn_getopt Updated version numbers 10 years ago
fn_update_functions Updated version numbers 10 years ago
gsquery.py Added CoD: WaW 10 years ago
info_config.sh Added COD 4 to Infor_config 10 years ago
info_distro.sh Release/161113 (#1185) 10 years ago
info_glibc.sh Adding COD4 10 years ago
info_parms.sh Changed slots to Maxplayers #1036 10 years ago
install_complete.sh Switched config branch and removed token message after install 10 years ago
install_config.sh Renamed to CallOfDuty2 10 years ago
install_dst_token.sh Overhauled Don't Starve Together server 10 years ago
install_gslt.sh Counter Strike is now Counter-Strike 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 Updated COD4 file 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 Release 161030 (#1162) 10 years ago
monitor_gsquery.sh changed Quake Live engine to idtech3_ql 10 years ago
update_minecraft.sh ${lgsmdir}/tmp has become ${tmpdir} 10 years ago
update_mumble.sh ${lgsmdir}/tmp has become ${tmpdir} 10 years ago
update_steamcmd.sh Release/161113 (#1185) 10 years ago
update_ts3.sh ${lgsmdir}/tmp has become ${tmpdir} 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.