./gameserver
script./gameserver-2
in the same installation as an existing instance../gameserver-2
the config is gameserver-2.cfg
. You can see the location of config files in ./gameserver-2 details
(replace "instance" with your actual instance name).linuxgsm.sh
allows you to generate as many instances as you want by running . ./gameserver-2
a new default LinuxGSM and game config gameserver-2.cfg
will be created . These new configs will need to be altered with new ports, hostname and any other settings that are required../gameserver
. This is because tmux requires unique session name to start a session. Tmux will fail to start if another server is using the same session name. LinuxGSM uses the script name as the tmux session name.