Search Results
Search results 1-20 of 1,000. There are more results available, please enhance your search parameters.
-
The images you posted aren't visible because links to Google Mail only work for yourself, not for others. What game mode are you trying? Friend rooms through the friend list, or regional races? I know that there's some bug that sometimes happens that sometimes prevents people from joining other's regional races through the friend list. If you're currently doing that, try either both just entering "Region 148" (if you want to play regional races where other people could join), or have one person …
-
I don't think changing the gameID is a good idea, these are fairly limited and the ID4 isn't really a good indicator to differentiate between mods. I assume that with all the code changes you did to the game already, you probably have some framework to inject C code into the game? Or is this all gecko codes and file edits? If you can inject custom code you could just add a couple custom login parameters to signal to Wiimmfi that you want your own dedicated region. Though that would require some …
-
What do you mean it uses its own friendcode system? I'm not aware of any game doing that. Or do you mean the friend codes displayed on the Wiimmfi site are wrong and don't match the one displayed in-game, but they still have the same format? (xxxx-xxxx-xxxx or xxxxxx-xxxxxx) That's usually a simple fix, all we need for that is your friend code as displayed on Wiimmfi and your friend code as displayed in-game, and we can correct that for all players of that game.
-
A custom server, as in, having a dedicated copy of the Wiimmfi server run just for your game, is not possible. But it's also not needed - there's other ways to filter which players you can connect to. For example, in Mario Kart Wii there's continental matches where the game requests from the server "Hey Wiimmfi, let me find some other players that are also in region 2" (for example). Nintendo only ever used region numbers 0 to 9, so all the numbers higher than that are custom regions used to dis…
-
It's possible, but it depends on how the mod implemented the Wiimmfi patch. If it's a LE-CODE distribution the right way is to hex-edit the lecode binary. The patch depends on the LE-CODE version. For version 38, search for 48 00 07 a9 80 01 00 0c and replace with 60 00 00 00 80 01 00 0c. For version 36, search for 48 00 06 0d 80 01 00 0c and replace with 60 00 00 00 80 01 00 0c. For version <=34, search for 48 00 01 dd 80 01 00 0c and replace with 60 00 00 00 80 01 00 0c. If the patch is includ…
-
The patch can be found in the sources of Wiimms ISO tools, under /project/src/patch.c in the function security_patch. This source code file also contains all the other patch-related stuff for Wiimmfi, but that's basically just domain replacement (nintendowifi.net to wiimmfi.de) and removal of HTTPS. If you want to discuss some stuff in private, my Discord is @leseratte; you can send me a message there.
-
In theory, replacing nintendowifi.net with wiimmfi.de and all HTTPS references to HTTP is enough to make Animal Crossing connect to Wiimmfi, yes. In practice, we noticed a huge security flaw in most Wii games a couple years ago (including Animal Crossing) and now only let games connect to Wiimmfi when that flaw is fixed. For more information see wiimmfi.de/update , though that page doesn't go into detail what exactly is patched. Easiest way is probably to take a clean Animal Crossing ISO or WBFS…
-
Dann hat das Standardspiel wohl nicht so viel RAM, die ganzen Cup-Icons gleichzeitig zu laden. Wir haben im LE-CODE explizit kein Limit für Cups oder Strecken gesetzt; mit der expliziten Ansage, dass man irgendwann halt in andere Limits des Spiels laufen wird. Sei es das 9GB ISO-Limit oder auch das RAM-Limit für die Cup-Icons. Und da wir selber für MKW-Fun keinen Bedarf an einer so großen Menge an Cups haben, ist es auch unwahrscheinlich dass wir das irgendwann supporten werden. Hast du die Opti…
-
Yeah, on that exact thread. Or just here if you post your WiiUs serial number.
-
Theoretisch ja, irgendwann mal. Das Problem ist aber, dass Wiimm und ich mit Wiimmfi, LE-CODE, MKW-Fun und anderen Hobbys schon jede Menge zu tun haben - unsere To-Do-Listen werden eher immer länger als kürzer, und die Dinge, die wir abarbeiten sind dann in der Regel auch Dinge die wir gerne haben möchten / brauchen oder bei denen wir davon ausgehen, dass ein Großteil der Leute einen Vorteil darin sieht; und eher weniger einzelne Features wie dieses. Ich setze es aber mal auf die Liste und schau…