.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 > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #31  
Old November 26th, 2007, 09:56 AM

Jurri Jurri is offline
Captain
 
Join Date: May 2004
Posts: 860
Thanks: 0
Thanked 1 Time in 1 Post
Jurri is on a distinguished road
Default Re: GUI for probing turn status

Sweet! I'll put it to test tonight

Hey, I thought of a feature that might be fun. (Maybe you wanna close the books on this one already though, seeing how I'm probably the only user ) Anyway, it's this: how about adding a password field for the games? I mean, I have my passwords in a text-file on my desktop , but that's not pretty and well, I launch my server-games through this program anyways. So the query-screen for each game would be a natural place to have the password, or maybe have it show it when you select the play game -option? Anyway, just a thought, certainly the benefit would be limited to such shallow folks like me
Reply With Quote
  #32  
Old November 26th, 2007, 10:21 AM
WraithLord's Avatar

WraithLord WraithLord is offline
General
 
Join Date: Sep 2003
Location: Tel Aviv, Israel
Posts: 3,465
Thanks: 511
Thanked 162 Times in 86 Posts
WraithLord is on a distinguished road
Default Re: GUI for probing turn status

You are *very* wrong about being the only user, in fact, I estimate there are *two* users to the program

The passwd field is cool, I also have the same awkward solution for my passwords. For this however there are two options:
1. Not safe, save the passwords in plain text
2. Safer, ask for a master password and encrypt the game passwords according to it. The master password will not be saved (duh) and hence is less convenient, but OtOH its safer.

My intuition tells me to go for the 2nd option, but I'm very interested to hear your opinion.
Reply With Quote
  #33  
Old November 26th, 2007, 11:07 AM

Jurri Jurri is offline
Captain
 
Join Date: May 2004
Posts: 860
Thanks: 0
Thanked 1 Time in 1 Post
Jurri is on a distinguished road
Default Re: GUI for probing turn status

Hah, at least a 100% error in my guess then!

Of course, I know jack about these things, but how would it be a security risk at all even without any fancy encryption? The text-file with the passwords wouldn't be transmitted anywhere, would it? (Or can you make it input the password via command-line or something? I think not, but that would be even more convenient.)

And anyways, I would say that there's not really any need for security even if there was some scenario where the passwords could be mined: I mean, it's just passwords for games is all it is Thus, certainly my preference would be for the most convenient and hassle-free option: of course, you could make it optional to encrypt them to side-step the issue by providing both options. That's extra work, though, so in the end you should go with the option you feel more like doing
Reply With Quote
  #34  
Old November 28th, 2007, 05:52 PM
WraithLord's Avatar

WraithLord WraithLord is offline
General
 
Join Date: Sep 2003
Location: Tel Aviv, Israel
Posts: 3,465
Thanks: 511
Thanked 162 Times in 86 Posts
WraithLord is on a distinguished road
Default Re: GUI for probing turn status

Yeah, I guess you're right. Its just that years working on encrypting stuff can kinda make one a paranoid.

I'll add passwords to the next version, but this will take time since lately work is taking its toll on me.
Reply With Quote
  #35  
Old February 1st, 2008, 08:37 PM
WraithLord's Avatar

WraithLord WraithLord is offline
General
 
Join Date: Sep 2003
Location: Tel Aviv, Israel
Posts: 3,465
Thanks: 511
Thanked 162 Times in 86 Posts
WraithLord is on a distinguished road
Default Re: GUI for probing turn status

I'm experiencing some issues with the client when working with 3.14 hosts. Mainly it gets confused about nations status. It probably has to do with the upgrade changing something in the protocol itself (not very likely) or on the nations information (numbers for example).

I'll try to get more information on the changes brought by 3.14 and get a fix done (and also add bogarus)
Reply With Quote
  #36  
Old February 1st, 2008, 10:06 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: GUI for probing turn status

Funny, my remote stats script does get the nation status just fine, but it doesn't get the turn number right anymore.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #37  
Old February 2nd, 2008, 05:56 AM
WraithLord's Avatar

WraithLord WraithLord is offline
General
 
Join Date: Sep 2003
Location: Tel Aviv, Israel
Posts: 3,465
Thanks: 511
Thanked 162 Times in 86 Posts
WraithLord is on a distinguished road
Default Re: GUI for probing turn status

Darn, I just noticed my script doesn't show the right turn number any more as well.

Bad bad script

Maybe I'll try to contact IW and ask about possible changes to the protocol.
Reply With Quote
  #38  
Old February 5th, 2008, 08:45 AM
WraithLord's Avatar

WraithLord WraithLord is offline
General
 
Join Date: Sep 2003
Location: Tel Aviv, Israel
Posts: 3,465
Thanks: 511
Thanked 162 Times in 86 Posts
WraithLord is on a distinguished road
Default Re: GUI for probing turn status

I have made some more tests with the client against 3.14 server. I could confirm that all the functionality is working except that for human controlled nations it does not display whether or not their turn was played. I'm currently debugging the utility and will release a fix soon.

This fix will also support the nation of Bogarus.

BTW, mod writers that would like their nations to be supported by the utility can PM me or post here with nation #, name, description and a flag icon.
Reply With Quote
  #39  
Old February 5th, 2008, 02:46 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: GUI for probing turn status

Quote:
WraithLord said:
Darn, I just noticed my script doesn't show the right turn number any more as well.

Bad bad script

Maybe I'll try to contact IW and ask about possible changes to the protocol.
Well, I had a quick look why my socket-based PHP script still got the number of players which played their turn versus those that didn't play their turn right - I just counted the Ones for that. Then it dawned on me why the other stuff doesn't work anymore. They didn't change anything about the protocol at all, but they added more nation slots! Instead of 80 possible nation numbers, there's now room for 95. So the tables scale a little differently. Once you change the code to have tables with 95 nations instead of 80, everything is working like it used to.

Off-topic, it's good that they increased the number of nations, but on the other hand, why only so little? 15 more nations, from 80 to 95, that's just raising the bar a widdle bit higher. That's like saying "ok we acknowledge that now it's getting crowded with all the nation slots so we're going to add some more slots, but not too many because we're cool like that". Why not raise it to a sensible power of 2?
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #40  
Old February 5th, 2008, 03:33 PM
Endoperez's Avatar

Endoperez Endoperez is offline
National Security Advisor
 
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
Endoperez is on a distinguished road
Default Re: GUI for probing turn status

Good question. You should ask Illwinter, though.
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 05:20 AM.


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