I try to start a dom3 server in batch mode but it stops and ask for the ip address:
Code:
lebarjack@lebarjack-desktop ~/servdom $ dom3 -STddd --port 12345 --era 2 --mapfile aran.map testgame
-------------------------
----- DOMINIONS ---------
-------------------------
Version version 3.14 (314)dbglevel 3 pc_endian
datapath='/usr/local/games/dominions3'
confpath='/home/lebarjack/dominions3'
savepath='/home/lebarjack/dominions3/savedgames'
modpath='/home/lebarjack/dominions3/mods'
mappath='/usr/local/games/dominions3/maps'
localmappath='/home/lebarjack/dominions3/maps'
temppath='/tmp/dominions3_44531'
-- general_init --
host_bugcheck
-- start --
get ipadr
Enter the IP address of this computer:
I cannot find an option to force it on an ip address on the command line.
--ipadr seems only useful for client connecting to a server.
Any idea to start "automated" games?