-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create custom GP / tournaments #155
Comments
This is very game-specific, not exactly a priority. I assume in Mario Kart Wii's case this goes over the Sake server in some way. |
The difficulty of doing stuff like this is we don't have the necessary packet captures to figure out how these events were originally done on the server. Wiimm might but he isn't exactly sharing anything with us. You'll need to find an experienced Wii hacker willing to volunteer their time to make this work. |
OK. I can make packet capture, but in which way, have you some specific tools for that ? Or a simple wireshark is enough ? |
no, you need MKW-AN: http://mkw-ana.wiimm.de/ |
You do neither need mkw-ana nor wireshark, but any packet dumps from before May 20, 2014 containing data about a Wii actually downloading the newest competition via WC24. I did not find any of this dumps in the internet, so you probably need to decompile the game and understand Assembler code to find out. Also, you need to patch the WC24 engine (I don't know how) to remove the certificate validation. So, I highly doubt that is possible in the near future. |
@mm201 just to let you know, SAKE was used for GHOSTS and other files, not for competitions which were downloaded via WC24 daily. |
I belive i saw ghost dumps somewhere just before the 20th of may , im breaking my head over finding it again. |
We have beta ghosts and rankings at Wiimmfi... |
Have you seen this ? |
Yes, we all have; it has been highly publicised. |
There is a way to implement it on altwfc ? |
It's unlikely to occur. |
Why ? There is missing some details... |
Big bump: because Wiimmfi isn't a public opensource thing. |
Similar to my comment in #157 , is it worth leaving this issue open when AltWFC's main instance no longer supports MKW? |
It would still be cool to RE and document the server portions for posterity. |
Well, while I haven't put the competition info there, I was working on documenting it at the Tockdom wiki |
Hello,
Is there a way to create a custom GP or tournament with specific rules ? I think about the Mario Kart channel where we can join some contest. Why ?
Because if I want create a contest on 1 cup only, I must create a room and register all friends codes... pretty tricky...
There is another solution ?
The text was updated successfully, but these errors were encountered: