.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Dominions 3: The Awakening (http://forum.shrapnelgames.com/forumdisplay.php?f=138)
-   -   Multiplayer setup help (http://forum.shrapnelgames.com/showthread.php?t=40546)

Trumanator September 13th, 2008 06:23 PM

Multiplayer setup help
 
Can you set up an internet game on a computer and play on that same computer. Me and my bro want to have a game going, but we don't really have/want to have a third computer going just to host.

Tifone September 13th, 2008 07:08 PM

Re: Multiplayer setup help
 
Just a normal game with both players set as "Human" will do the job if I understand correctly what you're asking ;) It's called "hotseat mode"

Have fun =)

Gandalf Parker September 13th, 2008 08:08 PM

Re: Multiplayer setup help
 
But if you want to see how server mode is done you can do that also.

Start Dom3, go to Network, then Setup a Dominions Server.
Pick a port number like 19191.
Then a Game name.

Now open Dom3 again, choose Network, Connect to a Dominions Server. Put the IP and port that it showed in the other screen. Make your selections and start the game.

Now going back to the server one, select map and game settings, then host it.

As you can see its abit of a pain. Its only useful doing it that way if you plan to host a game later and want to see the Hosting side and Player sides seperately.

Gandalf Parker

Trumanator September 14th, 2008 01:46 PM

Re: Multiplayer setup help
 
We've done hotseat before, but that isn't possible. I'm at college and he's at home, we both have Dominions on our computers, and we want to play with/against each other. Will Gandalf's suggestion work?

Executor September 14th, 2008 02:53 PM

Re: Multiplayer setup help
 
You can just send 2h turns to each other, you send to your bro, he hosts and send the turn back and so on, and set a password so he doesn't cheat
I'm playing like that against my brother, or just create a game on Lama for the two of you.

Gandalf Parker September 14th, 2008 02:54 PM

Re: Multiplayer setup help
 
Yes that will work.

Trumanator September 14th, 2008 04:19 PM

Re: Multiplayer setup help
 
Exector- what do you mean by 2h turns, and how would I go about sending them back and forth?

Executor September 14th, 2008 04:51 PM

Re: Multiplayer setup help
 
When you end the turn a file is created in the savegames folder of that game, it should say something like eg. early_Mictlan.2h file, you take that file E-mail it to the other person than he puts it in the game folder, hosts the next turn, and send you back your early_mictlan.trn, you copy it back to the game folder and so on.
The same like Llama server.
I'm not sure I explained this good here is the link to Llama's FAQ how to do it.
http://forum.shrapnelgames.com/showthread.php?t=35160

Gandalf Parker September 14th, 2008 04:58 PM

Re: Multiplayer setup help
 
Or by my method he can connect directly to you and play as though on a server. Or you can both just start one of the games on my server and play with the two of you.

http://forum.shrapnelgames.com/showp...57&postcount=1

Trumanator September 14th, 2008 10:31 PM

Re: Multiplayer setup help
 
Well this is the way I think we're going about it.
1: He starts dominions and sets it up as a server
2: He starts dominions and connects to the server as a player.
3: He emails me and tells me the port number IP, etc.
4: I start dominions and connect as a player.
5: GAME ON!!!
As a sidenote, the reason that he is being the server is that for some reason I can't connect to gmail with a dominions server running. Any ideas on why? Also, does he need to keep the server running 24/7 or is there some way to restore it after exiting?
> Thanks to Gandalf and Executor for their help.

Gandalf Parker September 15th, 2008 10:30 AM

Re: Multiplayer setup help
 
Its fairly easy to restart the server on a game. So dont worry about shutting it off for the night.

Trumanator September 19th, 2008 02:01 AM

Re: Multiplayer setup help
 
Well, I'm back with yet another question. So the person who isn't running the server types in the IP address of the server, but since the server is on a different network, that person just gets an error message saying it can't be found. Is there some way to link the server to an email account or something, or do a setup similar to dom3minions? I just like to have control over things.

lch September 19th, 2008 05:56 AM

Re: Multiplayer setup help
 
You need a route between the networks so that they can find each other. If the server is behind a router, you could configure it to forward the game port to the external network (WAN, the internet), too. Or place it in the DMZ as a last resort if your router supports that and if you don't manage to do the port forwarding. If you can't get it to work this way then you need to use a VPN like Hamachi. This will install a virtual private network as network device and allow you to access the server over this VPN. PBEM involves mostly manual work of sending and receiving the emails with the turn files.

Trumanator September 19th, 2008 06:38 PM

Re: Multiplayer setup help
 
Hmmmm. Well unfortunately since I'm using the college network I don't think I can get into the router. Is there a way to automate the email stuff? I don't relish explaining how to do it manually to my bro and his friend who is going to join us.

Gandalf Parker September 19th, 2008 08:16 PM

Re: Multiplayer setup help
 
You could write them a bat file giving them a desktop shortcut which would email their turns, then send it to them.



Gandalf Parker
--
"the term 'impossible' is a technicians term which translates to 'its possible but probably more trouble than its worth'. "

Trumanator September 19th, 2008 08:41 PM

Re: Multiplayer setup help
 
Quote:

Originally Posted by Gandalf Parker (Post 639216)
You could write them a bat file giving them a desktop shortcut which would email their turns, then send it to them.



Gandalf Parker
--
"the term 'impossible' is a technicians term which translates to 'its possible but probably more trouble than its worth'. "

Huh?? I could use one for myself, but I've never even HEARD of a .bat file :confused:

Gandalf Parker September 19th, 2008 11:36 PM

Re: Multiplayer setup help
 
On Windows (actually a holdover from DOS before it) a BATch file is a text file with a list of commands to be carried out. Its executable (like a program). Its not a level up to "programming" but its higher than just a shortcut link. If you use Outlook then the guts of it would be something like this...

Code:

"C:\Program Files\Microsoft Office\Office11\Outlook.exe " \
/c ipm.note /m mybro@example.com \
/a "C:\program files\dominions3\savedgames\mygame\abbysia.2h"

That would be:
open Outlook
create a note
mail it to mybro@example.com
attach MyGame Abbysia file


Gandalf Parker

lch September 21st, 2008 10:26 AM

Re: Multiplayer setup help
 
Quote:

Originally Posted by Trumanator (Post 639202)
Hmmmm. Well unfortunately since I'm using the college network I don't think I can get into the router.

As I said, if you install Hamachi on both your computers you can use that to ignore the firewall. You'll both get IP addresses which you can use to connect to each other.

Quote:

Originally Posted by Gandalf Parker (Post 639216)
You could write them a bat file

http://www.skewsme.com/images/bats1.gif

Trumanator September 21st, 2008 08:35 PM

Re: Multiplayer setup help
 
How do I configure the server's IP to match the Hamachi VPN?

Gandalf Parker September 22nd, 2008 11:10 AM

Re: Multiplayer setup help
 
First you might want to check a site such as http://Whatismyip.com/

That is an internet site which will tell you what IP it sees you coming from. That would be the IP that other players need to use to get to you. Its different than the local network IP that you might see from programs on your machine (including Dom3)

lch September 22nd, 2008 03:04 PM

Re: Multiplayer setup help
 
No. With Hamachi, you enter a VPN. That's a virtual network where both of you will get additional IP addresses that you can use to connect to each other and play. They're displayed in your client window, something like 4.xx.yy.zz. Use those to connect.


All times are GMT -4. The time now is 11:10 AM.

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