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

This Month's Specials

Air Command 3.0- Save $12.00
War Plan Pacific- Save $7.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening

Reply
 
Thread Tools Display Modes
  #31  
Old September 27th, 2006, 05:39 PM
Daynarr's Avatar

Daynarr Daynarr is offline
Lieutenant General
 
Join Date: Dec 2000
Posts: 2,555
Thanks: 5
Thanked 3 Times in 3 Posts
Daynarr is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Many games will be much smaller then mega games. Actually Esben Mose Hansen had quite outdated PC to act as server for Dom2 and it hosted a good number of games at the same time. Todays PC's could easily handle up to 50 normal games (or even more) as they require only little resources. Memory is probably most important part for PC as CPU is used only for hosting.

Of course, all games should be run in text mode on the server as normal window eats a lot of resources.
Reply With Quote
  #32  
Old September 27th, 2006, 09:05 PM
Graeme Dice's Avatar

Graeme Dice Graeme Dice is offline
General
 
Join Date: Nov 2000
Posts: 3,013
Thanks: 17
Thanked 25 Times in 22 Posts
Graeme Dice is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Quote:
Tim Brooks said:
Okay. We have questions for those who are 'in the know'...

1. How many games can be hosted by a dedicated server at one time?
I've hosted three games at once in graphical mode on my old 800 MHz PIII with 256 MB of RAM running windows 98 while still using it to play other games. Hosting only takes significant computer resources during turn processing in my experience.

Quote:
2. How much bandwidth does this take?
I believe that it's only as much as is needed to transfer turn files.

It would be great if Shrapnel ran some kind of official server.
Reply With Quote
  #33  
Old September 27th, 2006, 09:15 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: Any plans for an \"official\" hosting server?

I wonder if Dominions would have any problem hosting on a Windows NT server. It could still use scripts to start the games. And it might make management and cleanup easier.
__________________
-- 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
  #34  
Old September 28th, 2006, 03:28 AM
PhilD's Avatar

PhilD PhilD is offline
First Lieutenant
 
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
PhilD is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Basically, if we're talking PBEM games and not TCP, the server should not need any more resources to run X games than one - dom3 itself will not be running full time, just while hosting, and even if there are many games running in parallel the server can manage them and only run one instance of dom3 at a time (requires a bit more careful programming, not that terrible).

TCP games are a totally different matter, and the answer will depend a lot on how efficient memory management is in dom3. Will several instances share memory? this kind of question. But I'm not sure how useful a TCP-games server would be.
Reply With Quote
  #35  
Old September 28th, 2006, 05:04 AM
Esben Mose Hansen's Avatar

Esben Mose Hansen Esben Mose Hansen is offline
Second Lieutenant
 
Join Date: Jan 2004
Location: Copenhagen, Denmark
Posts: 410
Thanks: 0
Thanked 0 Times in 0 Posts
Esben Mose Hansen is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

I'm having fun writing a file-based (sort of email, but without the email bother) version of my server. It's progressing steadily, going faster as I get more comfortable with ruby and rails.

As for the number of games you can host, expect 256Mb per 5-8 games. RAM is about the only thing that matters. I could run 20 on the my 256Mb server, but that was with 700 Mb of swap.

For my new server version, I expect the number to be basically unlimited.
__________________
"It makes you wonder if there is anything to astrology after all. "Oh, there is," said Susan, "Delusion, wishful thinking and gullibility." (T. Pratchett)
Reply With Quote
  #36  
Old September 28th, 2006, 06:22 AM

DominionsFan DominionsFan is offline
Major
 
Join Date: Sep 2003
Location: Budapest, Hungary
Posts: 1,221
Thanks: 0
Thanked 1 Time in 1 Post
DominionsFan is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Quote:
Esben Mose Hansen said:
I'm having fun writing a file-based (sort of email, but without the email bother) version of my server. It's progressing steadily, going faster as I get more comfortable with ruby and rails.

As for the number of games you can host, expect 256Mb per 5-8 games. RAM is about the only thing that matters. I could run 20 on the my 256Mb server, but that was with 700 Mb of swap.

For my new server version, I expect the number to be basically unlimited.
wow, it seems that doms just dont need too many resources to run. A decent server could be hosted from a laptop with 1 GB of RAM easily. Hm actually I might make available my laptop as a server, since I don't use it too much anymore, and it is a good one with 1 GB RAM. If it will be needed I will make it available for sure.
__________________
Dominions 3. Wallpapers & Logos
-------

"Training is principally an act of faith. The athlete must believe in its efficacy: he must believe that through training he will become fitter and stronger, that by constant repetition of the same movements he will become more skillful."
Reply With Quote
  #37  
Old September 28th, 2006, 06:46 AM
Arralen's Avatar

Arralen Arralen is offline
Major General
 
Join Date: Nov 2000
Location: 500km from Ulm
Posts: 2,279
Thanks: 9
Thanked 18 Times in 12 Posts
Arralen is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Quote:
DominionsFan said:
Hm actually I might make available my laptop as a server, since I don't use it too much anymore, and it is a good one with 1 GB RAM. If it will be needed I will make it available for sure.
@Dominionsfan
That's a very nice and generous offer, but don't do that. Notebooks are not made to run 24/7, even less so than Desktop PC.

@everyone
But even a 5-year-old low-level server (P3, 0,5-1GB RAM, 10-20GB HDD space) should be able to run 25 TCP/IP games and a nearly unlimited number of email games, if the resolution of random maps is heavily restricted. Otherwise the random maps alone would eat up the disk space fast. Maybe there should be an option to save the map for later use?

And I know I'm repeating myself over and over, but if you're looking into email-hosting I would strongly suggest you check out the Stars! Autohost Site. Their autohoster is running for about 10 years now I guess, so their script can be considered pretty matured. And some years ago, when the game was more popular, they had several hundred games running simultaniously, not only the meagre 52 they have now.
__________________
As for AI the most effective work around to this problem so far is to simply use an American instead, they tend to put up a bit more of a fight than your average Artificial Idiot.
... James McGuigan on rec.games.computer.stars somewhen back in 1998 ...
Reply With Quote
  #38  
Old September 28th, 2006, 07:41 AM
Tim Brooks's Avatar

Tim Brooks Tim Brooks is offline
Major
 
Join Date: Dec 1999
Location: Wilmington, NC, USA
Posts: 1,085
Thanks: 28
Thanked 264 Times in 85 Posts
Tim Brooks is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Okay. That has answered some of my questions. Sounds doable then. The big thing is volunteers to administer it. We do not have the resources for that.
__________________
Tim Brooks
Shrapnel Games
Reply With Quote
  #39  
Old September 28th, 2006, 07:58 AM
Arralen's Avatar

Arralen Arralen is offline
Major General
 
Join Date: Nov 2000
Location: 500km from Ulm
Posts: 2,279
Thanks: 9
Thanked 18 Times in 12 Posts
Arralen is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Depends what you plan to use for the server.
My experience with Linux is limited to keeping a Suse6 server running for 3.5 years, using Webmin mostly and doing nothing even remotedly fancy
With WinNT and 2000 things look much better, but I must admit I havn't seen any 2003 server up to now ...

I would suggest to form a team from people all over the world anyhow, to have better chances that at least someone is available at any time. Wouldn't be that good if the "official" server is down for several hours just because a single instance of Dom is blocking everything for some reason.
__________________
As for AI the most effective work around to this problem so far is to simply use an American instead, they tend to put up a bit more of a fight than your average Artificial Idiot.
... James McGuigan on rec.games.computer.stars somewhen back in 1998 ...
Reply With Quote
  #40  
Old September 28th, 2006, 10:54 AM
Graeme Dice's Avatar

Graeme Dice Graeme Dice is offline
General
 
Join Date: Nov 2000
Posts: 3,013
Thanks: 17
Thanked 25 Times in 22 Posts
Graeme Dice is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Quote:
PhilD said:
Basically, if we're talking PBEM games and not TCP, the server should not need any more resources to run X games than one - dom3 itself will not be running full time, just while hosting, and even if there are many games running in parallel the server can manage them and only run one instance of dom3 at a time (requires a bit more careful programming, not that terrible).
I had a couple of problems with temporary file collisions destroying games when I was running three Dom II servers at once. If multiple games were processing the turn at the same time, it was possible to end up with the units from one game being transposed into another. Atlantis ended up with their capital above water I believe.
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 08:49 AM.


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