I'm running a network server game for the first time, and it seems to be working properly, and the game is started.
Only thing is, it's hijacked my ALSA sound, because I started the server though the menus just by running 'dom3' with no args.
Is it safe to stop and restart the server? I assume so, but I don't want to interrupt the game by not knowing how to restart it.
I think I should click 'Quit' in the server Gui, then run it from the command line with something like this:
Code:
/usr/local/bin/dom3 -T -S --port 1024 -q --scoredump --mapfile tyrande_103_map_free.map --era 1 -s b2
"b2" is the name of the game.
Since it's already started, do I need to specify mapfile and era and quickhost? Or is this enough:
Code:
/usr/local/bin/dom3 -S -T --port 1024 --scoredump b2