www.ClassicTW.com
https://mail.black-squirrel.com/

TheStarDock TWGS Search
https://mail.black-squirrel.com/viewtopic.php?f=14&t=31765
Page 1 of 1

Author:  Scrat [ Mon Jun 27, 2011 12:53 pm ]
Post subject:  TheStarDock TWGS Search

It looks like a lot of the servers listed there aren't getting updated game stats any more. Anyone have a clue what's going on?

Author:  John Pritchett [ Mon Jun 27, 2011 3:07 pm ]
Post subject:  Re: TheStarDock TWGS Search

If I broke something, have Eleq contact me.

Author:  Scrat [ Mon Jun 27, 2011 4:09 pm ]
Post subject:  Re: TheStarDock TWGS Search

I did a little further digging on this and it appears that all of the servers running TWSG V1.03 are updating regularly. However anything running TWGS V2.00 or higher is no longer being updated.

Author:  John Pritchett [ Mon Jun 27, 2011 4:35 pm ]
Post subject:  Re: TheStarDock TWGS Search

I'm not surprised. I know Micro made changes to keep up. I'm sure it's a minor thing, but I'll need to get with Eleq to work it out.

Author:  Micro [ Mon Jun 27, 2011 5:45 pm ]
Post subject:  Re: TheStarDock TWGS Search

The copyright and greeting changed slightly, but the most notable difference is the the way the ! menu works. TWGS v1 stays at the description menu and v2 returns to the main menu after you view a game description.

if (TwgsEdition == 2)
{
FM.Send("!");
}

TWGS v1 ! returns to the main menu and v2 q returns to the main menu. Sending a q in v1 disconnects.

if (TwgsEdition == 1)
{
FM.Send("!");
}
else
{
FM.Send("Q");
}

Author:  EleqTriziT [ Fri Aug 12, 2011 2:45 pm ]
Post subject:  Re: TheStarDock TWGS Search

Hey guys,

JP told me a few weeks ago it didn't update anymore. I just haven't had the time to fix it. And I'm not sure when I'll get the time to fix it.

I wrote that code a long time ago now and going through it is a bit of a chore. Practically have to relearn it again.

I have a few days off next week but I'm not going to fix it then, either. I'm going to ride my motorcycle instead. Priorities, you know?

Author:  Promethius [ Sun Aug 14, 2011 1:44 am ]
Post subject:  Re: TheStarDock TWGS Search

EleqTriziT wrote:
Hey guys,

JP told me a few weeks ago it didn't update anymore. I just haven't had the time to fix it. And I'm not sure when I'll get the time to fix it.

I wrote that code a long time ago now and going through it is a bit of a chore. Practically have to relearn it again.

I have a few days off next week but I'm not going to fix it then, either. I'm going to ride my motorcycle instead. Priorities, you know?


Ride safe and enjoy the freedom.

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/