View Single Post
  #1  
Old February 15th, 2008, 04:20 PM
lebarjack's Avatar

lebarjack lebarjack is offline
Corporal
 
Join Date: Aug 2004
Location: Lille, France
Posts: 91
Thanks: 0
Thanked 2 Times in 1 Post
lebarjack is on a distinguished road
Default starting a server in batch mode

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?
Reply With Quote