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

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







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

Reply
 
Thread Tools Display Modes
  #231  
Old June 16th, 2010, 02:04 PM

Jorus Jorus is offline
Corporal
 
Join Date: Mar 2010
Posts: 109
Thanks: 7
Thanked 0 Times in 0 Posts
Jorus is on a distinguished road
Default Re: STACKERS, newbie game, (started)

Thanks everybody for the support. I felt like I was on the hot seat every morning at 0830 to get my moves in. I actually did most of the move the night before and then I had problems this morning and couldn't connect = Stale.

Gandelf, this brings up a point perhaps you can think about long term - there should be the possibility of "provisional" orders. These would only be used if no final orders are received by the turn's time deadline. I could have sent in my "provisional" orders last night to avoid a stale, but at the same time had the option to submit final orders by the deadline.
I think many players are hesitant to send in orders until they are 100% complete because they don't want to allow the server to host a new turn prematurally.
Reply With Quote
  #232  
Old June 16th, 2010, 04:06 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: STACKERS, newbie game, (started)

Thats a problem with the "quickhost" switch which is separate from the "max wait" timer. We can turn off quickhost completely.

There is a provision in the Dom3 switches to set the game on specific hosting times. Such as everyday at midnight, or Mon, Wed, Friday at 2pm. Actually I wish all the dom3 games did that since its much easier on the server, and much easier to do things like extensions. But people dont seem to go for that. If we went to that arrangement then people would have the chance to make all the chances to their orders that they might want up to the final minute.
Reply With Quote
  #233  
Old June 16th, 2010, 04:20 PM

Greyjoy Greyjoy is offline
Corporal
 
Join Date: May 2010
Posts: 75
Thanks: 3
Thanked 0 Times in 0 Posts
Greyjoy is on a distinguished road
Default Re: STACKERS, newbie game, (started)

While I'm fond of quickhosting when it speeds turns up, I can see where you're coming from; and I'm supportive of the 36-hour shift anyway.
Reply With Quote
  #234  
Old June 16th, 2010, 04:46 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: STACKERS, newbie game, (started)

Nothing is impossible, its a computer. Impossible is just a technical term we use for "yeah I suppose I could do it but I really believe that it would be more time and effort than its worth".

In this case I could setup something that allowed upload to a different port, or by webpage, or by email. And then set up some sort of check routine for IF the timer runs out and IF xxxxxx nation has not uploaded to the primary port and IF they have a provisional turn file THEN copy the provisional file into place before HOSTing.

I take that back. Its impossible. But that was fun. Thanks for the idea. Maybe some game. Some really monstrously large long-running game like using all 93 nation slots on a 1500 province map.
Reply With Quote
  #235  
Old June 16th, 2010, 04:56 PM
Nauquan's Avatar

Nauquan Nauquan is offline
Corporal
 
Join Date: May 2008
Posts: 129
Thanks: 0
Thanked 0 Times in 0 Posts
Nauquan is on a distinguished road
Default Re: STACKERS, newbie game, (started)

Ohhhhh Shiny.

Sign me up for the mega game. Make research very very slow, and make most provinces without recruitable troops. Yum!
Reply With Quote
  #236  
Old June 16th, 2010, 10:18 PM

Greyjoy Greyjoy is offline
Corporal
 
Join Date: May 2010
Posts: 75
Thanks: 3
Thanked 0 Times in 0 Posts
Greyjoy is on a distinguished road
Default Re: STACKERS, newbie game, (started)

That sounds like a noticeably less complicated method than I was visualizing, but then, my programming expertise is limited to some fairly basic screwing around with Java and SQL.

Cool.
Reply With Quote
  #237  
Old June 16th, 2010, 10:19 PM

otic otic is offline
Private
 
Join Date: Mar 2010
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
otic is on a distinguished road
Default Re: STACKERS, newbie game, (started)

Quote:
Originally Posted by Gandalf Parker View Post
Nothing is impossible, its a computer. Impossible is just a technical term we use for "yeah I suppose I could do it but I really believe that it would be more time and effort than its worth".

In this case I could setup something that allowed upload to a different port, or by webpage, or by email. And then set up some sort of check routine for IF the timer runs out and IF xxxxxx nation has not uploaded to the primary port and IF they have a provisional turn file THEN copy the provisional file into place before HOSTing.

I take that back. Its impossible. But that was fun. Thanks for the idea. Maybe some game. Some really monstrously large long-running game like using all 93 nation slots on a 1500 province map.
So, you would (in theory) write a script that runs on the dom3minions server? Does that mean you have root-level access? Who owns that server, anyway?
Reply With Quote
  #238  
Old June 16th, 2010, 10:34 PM
Verjigorm's Avatar

Verjigorm Verjigorm is offline
Second Lieutenant
 
Join Date: Dec 2004
Location: BF Illinois
Posts: 445
Thanks: 13
Thanked 27 Times in 21 Posts
Verjigorm is on a distinguished road
Default Re: STACKERS, newbie game, (started)

Quote:
Originally Posted by Gandalf Parker View Post
Nothing is impossible, its a computer. Impossible is just a technical term we use for "yeah I suppose I could do it but I really believe that it would be more time and effort than its worth".

In this case I could setup something that allowed upload to a different port, or by webpage, or by email. And then set up some sort of check routine for IF the timer runs out and IF xxxxxx nation has not uploaded to the primary port and IF they have a provisional turn file THEN copy the provisional file into place before HOSTing.

I take that back. Its impossible. But that was fun. Thanks for the idea. Maybe some game. Some really monstrously large long-running game like using all 93 nation slots on a 1500 province map.
Well, "Impossible" in computer terms is defined by the set of problems which a Turing machine cannot solve. There are problems which we know are out of bounds such as the ability of a computer to determine when the number of iterations of a loop are infinite or finite, and some which we don't think are out of bounds, but don't know how to solve yet such as the Painter's Problem.

Theoretical Computer Science is fun. ^_^
__________________
"Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt." -- Sun Tzu
Reply With Quote
  #239  
Old June 16th, 2010, 10:55 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: STACKERS, newbie game, (started)

Quote:
Originally Posted by otic View Post
So, you would (in theory) write a script that runs on the dom3minions server? Does that mean you have root-level access? Who owns that server, anyway?
I own it. That makes it easy to tie in web, email, ftp, etc all into Dom3 games if I want.
http://www.dom3minions.com/ServerInfo.htm

Gandalf Parker
--
I used them, they used me
now I am an ISP.
With a knick-knack paddy-whack
debian linux clone
I am now my /root at /home
Reply With Quote
  #240  
Old June 17th, 2010, 05:08 AM

13lackGu4rd 13lackGu4rd is offline
First Lieutenant
 
Join Date: Jan 2010
Posts: 712
Thanks: 5
Thanked 40 Times in 32 Posts
13lackGu4rd is on a distinguished road
Default Re: STACKERS, newbie game, (started)

Verjigorm, you went too far the most basic impossible command for a computer is to divide something by 0, no matter why no matter when. same as in math, after all computers use the mathematical language... than there are the more complicated issues such as the infinite loops that you've mentioned, among some others. oh and while we're at it, computers can't judge situations, they can only make comparisons.
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 10:47 AM.


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