PDA

View Full Version : Challenge Feature


hypes057
06-21-2004, 06:03 PM
Whats up community, gotta question for yall. I'd like to add a feature to my website where one member can challenge another to a match in a game (i.e. Unreal Tournament 2004) and then have the results posted and rankings of each member. Anyone know how I can accomplish this? In great need of help as this will be the main feature of my site and to be honest, me n the crew are stumped. Anyone that could help, Id greatly appreaciate and info or whatever u can supply. Thanks in advance!! :thumbsup:

Antoniohawk
06-23-2004, 11:47 PM
I'm pretty sure that you would need to use C++ or the like to accomplish this. Even so, I'm not totally sure that this is possible. Unless the game is open source, it will be hard unless the game already has features that support this.

circusbred
06-26-2004, 07:26 PM
I'm pretty sure that you would need to use C++ or the like to accomplish this. Even so, I'm not totally sure that this is possible. Unless the game is open source, it will be hard unless the game already has features that support this.

Eh, depends how much time you have on your hands, what kind of stat recording the game uses and if they play on a server you control. If they will be playing on listen servers, or a server you don't control, you can forget about the idea completely.

oracleguy
06-27-2004, 12:37 AM
Yeah it would probably have to be a mod to install on a dedicated server that would record the results to a database which your website could access. It's theoretically possible just complicated.