I have built the contents of the tribaltrouble/server directory. The matchmaker service is running without errors now that I have a complete DB, thanks for the help.
I have created my own authoritative oddlabs.com domain and I am pointing update, registration and matchmaking to my server. I can see the following registation request:
Is it the 'regservice' script that executes this request, or is it the 'oddlabs' regservlet?
-- or --
Since the game is open now, can I just insert account details into the database and not mess with the registration interface?
If that is legal, is there any special encoding used for the registration data?
I have built the contents of the tribaltrouble/server directory. The matchmaker service is running without errors now that I have a complete DB, thanks for the help. I have created my own authoritative oddlabs.com domain and I am pointing update, registration and matchmaking to my server. I can see the following registation request:
"GET /oddlabs/registration?key=ABCD-EFGH-IJKL-MNOP¤t_affiliate_id=oddlabs.com&affiliate_id=oddlabs.com HTTP/1.1"
Is it the 'regservice' script that executes this request, or is it the 'oddlabs' regservlet?
-- or --
Since the game is open now, can I just insert account details into the database and not mess with the registration interface? If that is legal, is there any special encoding used for the registration data?