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 3b63636dee Added coloured checking message 10 years ago
..
README.md Update README.md 10 years ago
check.sh Merge branch 'dlmanage' into development 10 years ago
check_config.sh Updated messages func names 10 years ago
check_deps.sh Merge branch 'dlmanage' into development 10 years ago
check_ip.sh Code tidy 10 years ago
check_logs.sh all nl messages will act the same 10 years ago
check_root.sh Merge remote-tracking branch 'refs/remotes/origin/master' into development 10 years ago
check_steamcmd.sh Merge branch 'dlmanage' into development 10 years ago
check_system_dir.sh Updated messages func names 10 years ago
check_tmux.sh Updated messages func names 10 years ago
command_backup.sh Updated messages func names 10 years ago
command_console.sh Updated messages func names 10 years ago
command_debug.sh all nl messages will act the same 10 years ago
command_details.sh Merge branch 'dlmanage' into development 10 years ago
command_dev_debug.sh Code tidy 10 years ago
command_dev_detect_deps.sh missing then 10 years ago
command_email_test.sh Updated messages func names 10 years ago
command_fastdl.sh Version, Will travis work ? 10 years ago
command_install.sh Code tidy 10 years ago
command_monitor.sh Added coloured checking message 10 years ago
command_start.sh Updated function 10 years ago
command_stop.sh Moved info_config.sh to the correct place 10 years ago
command_ts3_server_pass.sh Updated messages func names 10 years ago
command_update.sh Initial renaming 10 years ago
command_update_functions.sh Updated messages func names 10 years ago
command_validate.sh all nl messages will act the same 10 years ago
compress_unreal2_maps.sh changed to using function_selfname over getopt 10 years ago
compress_ut99_maps.sh added missing quotes 10 years ago
core_dl.sh removed path from curl check 10 years ago
core_functions.sh removed path from curl check 10 years ago
core_getopt.sh Merge branch 'dlmanage' into development 10 years ago
core_messages.sh Added coloured checking message 10 years ago
email.sh all nl messages will act the same 10 years ago
fix.sh Code tidy 10 years ago
fix_arma3.sh Optimised fixes 10 years ago
fix_csgo.sh Optimised fixes 10 years ago
fix_dst.sh Code tidy 10 years ago
fix_glibc.sh Updated messages func names 10 years ago
fix_ins.sh fix 10 years ago
fix_kf.sh start fixes and install fixes kept apart. 10 years ago
fix_ro.sh Merge branch 'dlmanage' into development 10 years ago
fix_steamcmd.sh Code tidy 10 years ago
fix_ut2k4.sh Code tidy 10 years ago
fix_ut99.sh repaired ut99 fix 10 years ago
fn_functions Updates all version numbers 10 years ago
fn_getopt Updates all version numbers 10 years ago
fn_update_functions Updated messages func names 10 years ago
gsquery.py Merge branch 'dlmanage' into development 10 years ago
info_config.sh Merge branch 'dlmanage' into development 10 years ago
info_distro.sh Updates all version numbers 10 years ago
info_glibc.sh Merge branch 'dlmanage' into development 10 years ago
info_ts3status.sh renamed check_ts3status.sh to info_ts3status.sh 10 years ago
install_complete.sh Added module name to all install functions 10 years ago
install_config.sh Merge branch 'dlmanage' into development 10 years ago
install_gslt.sh Added module name to all install functions 10 years ago
install_gsquery.sh Removed install_gsquery.sh 10 years ago
install_header.sh Merge branch 'dlmanage' into development 10 years ago
install_logs.sh no longer a requirement for symbolic link 10 years ago
install_retry.sh Added module name to all install functions 10 years ago
install_server_dir.sh Updated messages func names 10 years ago
install_server_files.sh Updated messages func names 10 years ago
install_steamcmd.sh Added module name to all install functions 10 years ago
install_ts3.sh Updated messages func names 10 years ago
install_ts3db.sh Updated messages func names 10 years ago
install_ut2k4_key.sh Added module name to all install functions 10 years ago
logs.sh Merge branch 'dlmanage' into development 10 years ago
monitor_gsquery.sh Fixed looping issues 10 years ago
update_check.sh Merge branch 'dlmanage' into development 10 years ago
update_dl.sh Updated messages func names 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.