.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 2: The Ascension Wars

Reply
 
Thread Tools Display Modes
  #11  
Old November 15th, 2003, 10:12 PM

blackwulf blackwulf is offline
Private
 
Join Date: Oct 2003
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
blackwulf is on a distinguished road
Default Re: How do you set up a tcp/ip game?

Well, perhaps I am missing a step along the way. I really need a step by step guide on how to do this from someone that has done it before. The thread Newbies and Confused People does not really provide this.

-Blackwulf
Reply With Quote
  #12  
Old November 16th, 2003, 01:02 AM
Saber Cherry's Avatar

Saber Cherry Saber Cherry is offline
Major General
 
Join Date: Oct 2003
Location: Crystal Tokyo
Posts: 2,453
Thanks: 0
Thanked 0 Times in 0 Posts
Saber Cherry is on a distinguished road
Default Re: How do you set up a tcp/ip game?

Maybe you need to enter your internal IP address rather than external IP address if you are behind a router, though I'm not sure. Your friend will need to enter your external IP address. Your internal address (normally 192.xxx.xxx.xxx) can be attained by running "ipconfig" from a command prompt. The external one you can get by logging into your router or visiting a website that tells you your external ip address.

Make sure the port number you entered is open (I suspect that is the problem). To do this, you need to log into your router and configure it. I was unable to play FF-XI, for example, until I found out how to go into my router and open up over 50,000 different ports... FF-XI was programmed by idiots. It also has the worst UI ever, like 1000X worse than Dominions 1. Otherwise, it's an OK game. As for how to open up ports, it was a pain in my router (SMC), and probly is a pain in all routers, but you need to look at your documentation to figure it out. Mine had none, so I downloaded it in PDF form from the manufacturer, and it was so unprofessionally done that it took me literally 3 hours to figure out the process. But hopefully yours will be simpler=) Otherwise, you could try using some port like 25 or 80 that is almost certainly open (but that may have side effects... I don't really know much about ports).

-Cherry

P.S. Don't read that as a slam on Dominions I - before Dominions II, I thought it was the best strategy game ever - but that's despite its UI, not because of its UI.

[ November 15, 2003, 23:10: Message edited by: Saber Cherry ]
__________________
Cherry
Reply With Quote
  #13  
Old November 16th, 2003, 01:36 AM

blackwulf blackwulf is offline
Private
 
Join Date: Oct 2003
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
blackwulf is on a distinguished road
Default Re: How do you set up a tcp/ip game?

Here, is the mystery...

I don't have a router, just a firewall. Even if I turn off the firewall I still am unable to connect to my server as a client.

My opponent has no problem connecting to my server with or without my firewall on. The problem is that I cannot seem to connect to my server as a player.

I feel that there is some basic step I am missing. This is what I do...

#1. I start a game with the shortcut configured as described in the newbie/confused player thread.

#2. I ctrl/escape back to windows and start a normal client game and try to connect to my server. It is here where I am unable to connect.

Is there something I should be doing prior to these two steps?

-Blackwulf
Reply With Quote
  #14  
Old November 16th, 2003, 01:39 AM
Saber Cherry's Avatar

Saber Cherry Saber Cherry is offline
Major General
 
Join Date: Oct 2003
Location: Crystal Tokyo
Posts: 2,453
Thanks: 0
Thanked 0 Times in 0 Posts
Saber Cherry is on a distinguished road
Default Re: How do you set up a tcp/ip game?

Ctrl-escape? Hmm. Why not try running the server in a window, and just minimizing it? Maybe ctrl-escape is messing it up.
__________________
Cherry
Reply With Quote
  #15  
Old November 16th, 2003, 01:50 AM

blackwulf blackwulf is offline
Private
 
Join Date: Oct 2003
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
blackwulf is on a distinguished road
Default Re: How do you set up a tcp/ip game?

No dice, I just tried your windows mode suggestion but same result. Here is how I have the server shortcut configured now..

"C:\Program Files\dominions2demo\dom2demo.exe" -x --nointro --quickhost --tcpserver --port 1024 --noclientstart --nosound --nomusic --window

I simply start the server get to the screen with all the nations listed as open and minimize the window and start a second game as a client and try to connect via the network.

[ November 15, 2003, 23:51: Message edited by: blackwulf ]
Reply With Quote
  #16  
Old November 16th, 2003, 02:04 AM
Raen's Avatar

Raen Raen is offline
Corporal
 
Join Date: Nov 2000
Location: Danbury, CT, USA
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Raen is on a distinguished road
Default Re: How do you set up a tcp/ip game?

I don't think it's anything like that. It seems pretty clear it's some sort of networking problem.

Have you tried varying the port number? I used 7000, for example, with no problem. But I'm not behind a firewall.....

I would turn off the firewall, make it so that it doesn't start up on startup and do a cold boot. Hopefully that would at least isolate the problem.

Out of curiosity, which OS are you using?
Reply With Quote
  #17  
Old November 16th, 2003, 02:10 AM
Johan K's Avatar

Johan K Johan K is offline
Brigadier General
 
Join Date: Aug 2003
Location: Mictlan
Posts: 1,767
Thanks: 12
Thanked 165 Times in 22 Posts
Johan K is on a distinguished road
Default Re: How do you set up a tcp/ip game?

Raen has some good suggestions and I would like to second them.

If that doesn't work then try these switches, change 1024 to whatever port you are using but don't change the ipadr:
--tcpclient --ipadr 127.0.0.1 --port 1024
__________________
http://www.illwinter.com
Reply With Quote
  #18  
Old November 16th, 2003, 02:15 AM
Saber Cherry's Avatar

Saber Cherry Saber Cherry is offline
Major General
 
Join Date: Oct 2003
Location: Crystal Tokyo
Posts: 2,453
Thanks: 0
Thanked 0 Times in 0 Posts
Saber Cherry is on a distinguished road
Default Re: How do you set up a tcp/ip game?

Have you tried letting your friend host, and you joining his server?
__________________
Cherry
Reply With Quote
  #19  
Old November 16th, 2003, 02:28 AM

Sammual Sammual is offline
BANNED USER
 
Join Date: Oct 2003
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
Sammual is on a distinguished road
Default Re: How do you set up a tcp/ip game?

As long as you are not running a webserver on your PC use port 80 or 8080.

Sammual
Reply With Quote
  #20  
Old November 16th, 2003, 02:45 AM
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: How do you set up a tcp/ip game?

The server wants to be a server. Once you have it setup you need to put it down to the bar or window it (ctrl-esc, alt-enter, things like that) and open another copy of the game to be your client.
__________________
-- 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
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 02:57 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.