Core

core_dl.sh

This is the first script to be run when gameserveris executed. This script allows for fetching LinuxGSM core files, but also for downloading big files within kind of an API.

core_modules.sh

This is the second script to be run when gameserveris executed. This script declares all functions and fetches them when they are required.

core_getopt.sh

This is the third and last script to be run when gameserveris executed. This script allows for setting and printing available commands to the user.

core_messages.sh

This script allows for easy message output and logging. More details about it in the next part.

Last updated