Page 1 of 1

Do you guys want this program?

PostPosted: Fri Aug 04, 06 2:05 am
by kBo
So I'm planning on making my first official alpha release, but I need opinions from you guys.

I'm planning to make a program that lists info for servers (ping, map, gametype, players and their names, etc) just like DX does. However, it's going to be completely independent from the game, so you don't have to start up DX to see who's online and playing. This saves time if there's nowhere you want to play. Think the Steam "Servers" window.

So anyways, my question is, do you guys want this tool? It requires that I do a fair amount of reverse-engineering (definitely doable but tedious) to be able to call the functions for validation of the DX server info handshake.

PostPosted: Fri Aug 04, 06 3:44 am
by Allan
Well, it's an idea where you have a slight bit of competition(Yahoo:A.S.E.), however a free DX specialized one will definately be a plus =D

PostPosted: Fri Aug 04, 06 8:36 am
by MainMan
If it loads quickly (say, as quick as MS Paint for example) then yeah, because if it takes more than a few seconds then you might aswell load up DX...

PostPosted: Fri Aug 04, 06 12:20 pm
by kBo
...I just said that the whole point of the program was that it would be faster than DX.

PostPosted: Fri Aug 04, 06 12:21 pm
by MainMan
[A]kBo wrote:...I just said that the whole point of the program was that it would be faster than DX.

Yeah I know, I was just trying to be more specific - I mean if there's not much difference in speed then there's not much point. :roll:

(I voted yes anyway :))

PostPosted: Fri Aug 04, 06 12:35 pm
by Krieg
yesss , would be great

Re: Do you guys want this program?

PostPosted: Sat Aug 05, 06 4:17 pm
by DarkKnight
[A]kBo wrote:So I'm planning on making my first official alpha release, but I need opinions from you guys.

I'm planning to make a program that lists info for servers (ping, map, gametype, players and their names, etc) just like DX does. However, it's going to be completely independent from the game, so you don't have to start up DX to see who's online and playing. This saves time if there's nowhere you want to play. Think the Steam "Servers" window.

So anyways, my question is, do you guys want this tool? It requires that I do a fair amount of reverse-engineering (definitely doable but tedious) to be able to call the functions for validation of the DX server info handshake.


I have some insight I wish to share...

1. You live in USA, iirc, where it is illegal to decompile any of DX if the user agreement denies it. (Check the user agreement. Blizzard has already proven this in court.)

2. Even if it was permitted by the user agreement, you would only be entitled to decompile to if no other viable option is open to you. Has the unreal team made public the network protocol? (Or at least the parts you need?)

3. If you're sure you have all the legal bases covered, and you start work on this, I ask you to use GTK, or at least ceperate the GUI so that a person (like my self perhaps) could later rewrite it for GTK. (If you're like me, and prefer C++ to C, GTK--(gtkmm) does the trick.)

4. What further development do you see for this project?

I'm all for it btw. =]

PostPosted: Sat Aug 05, 06 4:20 pm
by Zantinzuken
They have something similar on Gamespy, however 'tis mighty slow...

I'm all for it if it's fast!

PostPosted: Sat Aug 05, 06 4:31 pm
by Alistair
It better be CLI kenny :P

PostPosted: Sat Aug 05, 06 4:36 pm
by Cozmo
Yeah the "All seeing eye sucks..." :lol: This would help me alot, instead of loading DX and finding the only server with people is GODZServer or some other shitty server then i would of wasted my time loading.

Re: Do you guys want this program?

PostPosted: Sat Aug 05, 06 4:38 pm
by kBo
DarkKnight wrote:
[A]kBo wrote:So I'm planning on making my first official alpha release, but I need opinions from you guys.

I'm planning to make a program that lists info for servers (ping, map, gametype, players and their names, etc) just like DX does. However, it's going to be completely independent from the game, so you don't have to start up DX to see who's online and playing. This saves time if there's nowhere you want to play. Think the Steam "Servers" window.

So anyways, my question is, do you guys want this tool? It requires that I do a fair amount of reverse-engineering (definitely doable but tedious) to be able to call the functions for validation of the DX server info handshake.


I have some insight I wish to share...

1. You live in USA, iirc, where it is illegal to decompile any of DX if the user agreement denies it. (Check the user agreement. Blizzard has already proven this in court.)

2. Even if it was permitted by the user agreement, you would only be entitled to decompile to if no other viable option is open to you. Has the unreal team made public the network protocol? (Or at least the parts you need?)

3. If you're sure you have all the legal bases covered, and you start work on this, I ask you to use GTK, or at least ceperate the GUI so that a person (like my self perhaps) could later rewrite it for GTK. (If you're like me, and prefer C++ to C, GTK--(gtkmm) does the trick.)

4. What further development do you see for this project?

I'm all for it btw. =]


Actually, I found the headers on TheSheep's website, so no reversing is required. As for the GUI vs. CLI issue, I'll definitely publish the base code as CLI under a GNU liscence or something of the sort and publish the GUI code seperately.

PostPosted: Sat Aug 05, 06 5:26 pm
by Alistair
Some programs like Anjuta allow the program to be auto-built with GNU licence or whatever you want to use.

Re: Do you guys want this program?

PostPosted: Sun Aug 06, 06 10:46 am
by DarkKnight
[A]kBo wrote:Actually, I found the headers on TheSheep's website, so no reversing is required. As for the GUI vs. CLI issue, I'll definitely publish the base code as CLI under a GNU liscence or something of the sort and publish the GUI code seperately.


Could you PM me them?

Edit: If you could also PM me the source when you finish it, I'd be more then happy to make a basic GUI in GTK. :)

PostPosted: Mon Aug 07, 06 11:46 pm
by Rödewijk
sound terrible unless u make it as msn addon beside's who do ever look at this kind of programs if no one is ever playing in them ?

PostPosted: Tue Aug 08, 06 6:10 pm
by ICE
Awww I was thinking of making one for firefox.

PostPosted: Wed Aug 09, 06 1:46 am
by DarkKnight
smookie wrote:sound terrible unless u make it as msn addon beside's who do ever look at this kind of programs if no one is ever playing in them ?


You have a small mind.

PostPosted: Sun Aug 13, 06 1:08 am
by kBo
DarkKnight wrote:
smookie wrote:sound terrible unless u make it as msn addon beside's who do ever look at this kind of programs if no one is ever playing in them ?


You have a small mind.


And horrible grammers to boot. :)

Ask Darren for the link to the headers, I forget where they were.

PostPosted: Thu Nov 02, 06 12:36 am
by Action Bastard
Ever heard of Xfire?

PostPosted: Thu Nov 02, 06 12:37 am
by clyzm
Vince wrote:Ever heard of Xfire?


Ever heard of a big cup of STFU?

I hear it's really popular now.

PostPosted: Thu Nov 02, 06 12:38 am
by Imperial
I see you have, reaper :)

PostPosted: Sat Nov 18, 06 11:07 pm
by Siva
[A] LoL cLyZm wrote:
Vince wrote:Ever heard of Xfire?


Ever heard of a big cup of STFU?

I hear it's really popular now.


ACTUALLY, I HAVE.

Image

And number B) Since when has legal stopped the internet?

PostPosted: Sat Nov 18, 06 11:18 pm
by clyzm
Prodigy, seriously, stop with the pics.

PostPosted: Sun Nov 19, 06 9:18 am
by Gishank
ICE wrote:Awww I was thinking of making one for firefox.




Ice, you can't make one for firefox... :-/

Mainly because you know only of flash....

PostPosted: Sun Nov 19, 06 9:30 am
by Dae
Topic locked.