The command line parser is broken. Just an example: This will give you a server with nation 5 as normal ai:
code:
/usr/local/bin/dom2 --statfile --tcpserver --textonly --mapfile 'Faerun.map' --normai 5 --startprov '1' --port 1024 TestGame012
This will do the same, except nation 5 will be open:
code:
/usr/local/bin/dom2 --statfile --tcpserver --textonly --mapfile 'Faerun.map' --startprov '1' --normai 5 --port 1024 TestGame012
The --port can be placed anywhere, and it will work, but placing --normai after --startprov, and it won't work.