About network racing: DIrectPlay seems to work fine (I tested it with Dxdialog)
but Rengames lobby app crashes.
It took me a lot to figure it out how the rengames protocol work.. but after reading this
http://forum.mtm2.com/viewtopic.php?p=35685#35685
(Thanks D2S!)
You can try installing RG normally, but it just simply will not work. Firefox will not recognize the rengames:// protocol, because the RG installation will add some reg. values on the Wine registry, not Ubuntu one. Anyway, install it, copy the MTM2.dll and the other files into the Wine's RenGames folder "/home/username/.wine/drive_c/Program\ Files/RenGames/", open a terminal and run:
Code:
wine /home/username/.wine/drive_c/Program\ Files/RenGames/RenGames.exe %UserName%,%PasswordHash%,%UserID%,%RGIP%,%RoomPort%
UserName is your RenGames nick, preceded by rengamesonline://
Eg.
rengamesonline://KmasterPasswordHash is a long hexadecimal string which IS your login password encrypted.
Eg. 123456abcdef123456abcdef
UserID is your RenGames user ID number.
Eg. 10721
RGIP: for RenGames appears to be 3518076274.
RoomPort: This seems to define what game you connect to. The MTM2 Social room is on 3201. The Tourney room is 2202.
You can find out your PasswordHash and your UserID by going to rengamesonline.com, logging in, go to
http://rengamesonline.com/modules.php?name=MTM2, right click and select "view source" . Search for this line:
Code:
<SCRIPT>
function openlobby(ip, port){
url = 'rengamesonline://Kmaster,123456abcdef123456abcdef,10721,'+ip+','+port+'/';
window.location = url;
}
</SCRIPT>
Use the first three elements (UserName,PasswordHash,UserID) from there, and the IP and port numbers from this post (or find them elsewhere in the page source)
Now you'll see the "Connecting to rengames" dialog." and then you'll see the game lobby. It will immediately crash btw lol. Now we just have to wait for another release of Wine i think. (Although I have not tested MTM2 via IP and SG, but I dont think that one will work, because it needs Framework 2.0) Maybe we could go back to powerlobbies lol