View Single Post
  #26  
Old November 23rd, 2003, 08:31 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Newbies and Confused People - Look Here!

Since multiplayer games are beginning to kick up....
OK I dug up some of the info from Dom1 on how to create an icon JUST for doing a turn in a game. this makes it easy for me to click on it to snag my turn file. This is for games that are done on a tcp server (someones machine up all the time to receive requests). If you already have an icon for Dominions2 on your desktop then right-click that and choose "create shortcut" to get another icon. Right click that one and select "Properties". Find the line that is calling dom.exe add this to it.

"dom.exe" -wif --tcpclient --ipadr (ip_address) --port (port)

Where the content in the braces () is to be replaced with the correct numbers for the server of your game. If there are quotes after dom.exe be sure to add the switches OUTSIDE of those quotes.

There are alot of other switches that can be added to do speed up or slow down the game for just that one icon listed in the command_line_switches file (its a text file in the doc directory of dominions). Such as, in the example above I also have -w to pla yin a window, -i to skip the intro, and -f to skip the fade-in/fade-out effects. This way you can set your daily-turn game to be ugly but fast with no music if you wanted, and still leave the other icon playing Dominions2 in all its glory.

You can create one for games done by email or by ftp but it would be different for each program people use.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote