LinuxGSM_ Dev
  • Home
  • Getting Started
    • Getting Started
    • Programming Language
    • Development Software
    • Test Environment
    • Developer Commands
    • Adding a new Game Server
  • Workflow
    • Semantic Versioning
    • Workflow
    • Agile
    • Pull Requests
    • Gitflow
    • Conventional Commits
    • Unit Tests
  • Technical
    • Main Executable
    • Commands
    • Exit Codes
    • Functions
    • Modules
      • Fixes
      • Core
    • Game Server Querying
    • Messages & Logs
    • Checks
    • Exit
    • Install
    • Debuggins
  • Code Standards
    • Style Guide
    • Shellcheck Linter
    • Text Editor Settings
Powered by GitBook
On this page
  • core_dl.sh
  • core_modules.sh
  • core_getopt.sh
  • core_messages.sh

Was this helpful?

  1. Technical
  2. Modules

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.

PreviousFixesNextGame Server Querying

Last updated 1 year ago

Was this helpful?