View Single Post
  #623  
Old June 12th, 2004, 05:29 PM
Esben Mose Hansen's Avatar

Esben Mose Hansen Esben Mose Hansen is offline
Second Lieutenant
 
Join Date: Jan 2004
Location: Copenhagen, Denmark
Posts: 410
Thanks: 0
Thanked 0 Times in 0 Posts
Esben Mose Hansen is on a distinguished road
Default Re: Dominions II Bug Thread

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.
__________________
"It makes you wonder if there is anything to astrology after all. "Oh, there is," said Susan, "Delusion, wishful thinking and gullibility." (T. Pratchett)
Reply With Quote