After a cursory glance I've concluded the FAQ is no help on this problem.
Fila, I haven't heard of being able to log into the lobbys straight via the RenGames.exe - mine when I double-click my desktop shortcut just opens the RenGames website (in my browser) and I have to launch the lobby off the webpage. I wonder what you've got different. My guess is you might have a shortcut that specifies some parameters for the RenGames.exe (I know the lobby can be launched in different modes and connect to different sources using some command line arguments).
I did some snooping into the page source of the RenGames page and found I could read some login and port information from the launch link. Added that to what I know about the command line arguments and did some experimenting...
Okay, I have it. Right-click your shortcut to RenGames.exe (or make a new one) and choose properties. In the Target box you should have something like
"C:\Program Files\RenGames\RenGames.exe"
with possibly some command parameters following it. The parameters go as follows:
UserName,Password,UserID,IP,Port
UserName is your RenGames nick, preceded by rengamesonline://
Eg.
rengamesonline://Drive2Survive
Password is a looong hexadecimal string which I assume is your login password encrypted.
Eg. 123456abcdef123456abcdef
UserID is your RenGames user ID number.
Eg. 10721
IP: for RenGames appears to be
3518076274.
Port: This seems to define what game you connect to. The MTM2 Social room is on
3201. The Tourney room is
2202.
To sum up. You want the Target line of your shortcut to look something like this:
To connect to
Social room:
"C:\Program Files\RenGames\RenGames.exe" rengamesonline://Drive2Survive,123456ab ... 76274,3201
To connect to
Tourney room:
"C:\Program Files\RenGames\RenGames.exe" rengamesonline://Drive2Survive,123456ab ... 76274,2202
Hopefully you can get the information for your password string and ID number from your existing shortcut that takes you to the social room, and can either modify that shortcut or make a new one to point to the Tourney room port.
For everyone else, if you want to doctor yourselves up a desktop shortcut, visit this page (make sure you're logged in):
http://rengamesonline.com/modules.php?n ... sterTruck2
Then view the page source and a few lines from the top should be something that looks like this:
Code:
<SCRIPT type="text/javascript">
function openlobby(ip, port){
url = 'rengamesonline://Drive2Survive,123456abcdef123456abcdef,10721,'+ip+','+port+'/';
window.location = url;
}
</SCRIPT>
Get the first three elements (UserName,Password,UserID) from there, and the IP and port numbers from this post (or find them elsewhere in the page source), put into a shortcut as I described and you should be golden.
Fingers crossed.
At least its working for me.
Let us know if that works, Fila
[td]