Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Latest Renegade Resurrection launcher needed
Latest Renegade Resurrection launcher needed [message #486738] Wed, 12 March 2014 13:52 Go to next message
iRANian is currently offline  iRANian
Messages: 4299
Registered: April 2011
Karma: 0
General (4 Stars)
Can someone update the latest version of the Renegade Resurrection launcher? I'm curious about its GSA support.

Long time and well respected Renegade community member, programmer, modder and tester.

Scripts 4.0 private beta tester since May 2011.

My Renegade server plugins releases
Re: Latest Renegade Resurrection launcher needed [message #486739 is a reply to message #486738] Wed, 12 March 2014 15:50 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
make your own?

http://s18.postimage.org/jc6qbn4k9/bricks3.png
Re: Latest Renegade Resurrection launcher needed [message #486746 is a reply to message #486738] Thu, 13 March 2014 09:23 Go to previous messageGo to next message
iRANian is currently offline  iRANian
Messages: 4299
Registered: April 2011
Karma: 0
General (4 Stars)
What?

Long time and well respected Renegade community member, programmer, modder and tester.

Scripts 4.0 private beta tester since May 2011.

My Renegade server plugins releases
Re: Latest Renegade Resurrection launcher needed [message #486761 is a reply to message #486738] Thu, 13 March 2014 23:54 Go to previous messageGo to next message
Xpert is currently offline  Xpert
Messages: 1588
Registered: December 2005
Location: New York City
Karma: 0
General (1 Star)
blacky doesn't get it Dont Get It

http://i32.photobucket.com/albums/d42/XpertMaverick/xpertyankee.jpg

Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.

Part time streamer - https://twitch.tv/gg_wonder
Re: Latest Renegade Resurrection launcher needed [message #486764 is a reply to message #486738] Fri, 14 March 2014 04:11 Go to previous messageGo to next message
iRANian is currently offline  iRANian
Messages: 4299
Registered: April 2011
Karma: 0
General (4 Stars)
Need to add asynchronous game servers querying and parsing, more efficient UDP read code and a game server class which stores server info and player info (currently just using a hash map/dictionary).

It's actually possible to query the game servers directly (bypassing the GameSpy master list), it's what RenList does for servers added as GSA server favorites. All that's needed is IP and port. There's two steps:

1. Query the GSA master server via TCP which will send back a list of game server IPs + ports.
2. Query every game server with "\\status\\" which sends out all data in two packets. In 2 UDP packets most of the time.

What can be (and isn't done by RenList, but it looks like the RR launcher does) is caching the server list returned by the GSA master server and querying the cached server list. Then afterwards or concurrently querying the master server list and updating the cache when done and querying any game server not listed in the previous cache. That should reduce time taken refreshing the server list by at least ~50%.

index.php?t=getfile&id=14888&private=0
  • Attachment: poo.png
    (Size: 31.09KB, Downloaded 227 times)


Long time and well respected Renegade community member, programmer, modder and tester.

Scripts 4.0 private beta tester since May 2011.

My Renegade server plugins releases

[Updated on: Fri, 14 March 2014 05:40]

Report message to a moderator

Re: Latest Renegade Resurrection launcher needed [message #486765 is a reply to message #486738] Fri, 14 March 2014 04:48 Go to previous message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
We use the GSA protocol with the BHP game servers to pass game information to our launcher without ever talking to the GSA master server, it work quite well as an on-demand way of getting information from the game server.

http://steamsignature.com/card/1/76561197975867233.png

[Updated on: Fri, 14 March 2014 04:49]

Report message to a moderator

Previous Topic: base defense aim
Next Topic: animated damageable objects
Goto Forum:
  


Current Time: Wed Apr 17 20:57:41 MST 2024

Total time taken to generate the page: 0.00734 seconds