Developer Commands
LinuxGSM provides commands to help developers gather information about the game server they are developing.
Developer
The developer
command enables development mode allowing access to all hidden developer commands.
This command also enables dev debug that outputs everything LinuxGSM is doing to dev-debug.log
when a command is run.
Detect Details
Detects variables that are set up to be displayed in details.
Detect Dependencies
Detects dependencies the server requires by checking the contents of serverfiles
. The output suggests the install command required.
Detect Glibc
Automatically detects which version of GLIBC a game server requires
Detect ldd
Automatically detects required dependencies using the ldd command.
Query Raw
Queries the game server using,gamedig
, query_gsquery.py
, tcp
and udp
, giving a raw output. This can diagnose if the game server query is working and configured correctly.
Clear Modules
Use this command when pushing commits to a specific branch. It deletes all functions from lgsm/functions
and removes default LinxuGSM configs. Allowing a commit to be applied to the testing environment without gameserver.sh
being overwritten and resetting the GitHub branch settings.
Last updated