ROM Hack [Release] Mario Kart 7 Online NTR Plugin

SuperMoon

Member
Newcomer
Joined
Feb 18, 2017
Messages
9
Trophies
0
Age
28
XP
62
Country
United States
I tried to use this code.

NoDisconnect v1.1

6065C528 00000000
B065C528 00000000
400000C8 16000000
300000C8 18000000
B00000C8 00000000
00000034 00000000
00000038 00000000
D2000000 00000000

So I wrote the code like this.


void Nodisconnect(void)
{
if (READU8(0x147909D4) == 1)
{
if (READU32(0xC8) > 0x15700000 && (READU32(0xC8) < 0x18000000))
{
offset = READU32(0xC8);
offset = READU32(0x65C528 + offset);
WRITEU8(0x34 + offset, 0);
WRITEU8(0x38 + offset, 0);
}
}
}

I turned on the code, my 3ds crashed.
Could you tell me Where is wrong?
 

DarkFlare69

Well-Known Member
OP
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
I tried to use this code.

NoDisconnect v1.1

6065C528 00000000
B065C528 00000000
400000C8 16000000
300000C8 18000000
B00000C8 00000000
00000034 00000000
00000038 00000000
D2000000 00000000

So I wrote the code like this.

void Nodisconnect(void)
{
if (READU8(0x147909D4) == 1)
{
if (READU32(0xC8) > 0x15700000 && (READU32(0xC8) < 0x18000000))
{
offset = READU32(0xC8);
offset = READU32(0x65C528 + offset);
WRITEU8(0x34 + offset, 0);
WRITEU8(0x38 + offset, 0);
}
}
}

I turned on the code, my 3ds crashed.
Could you tell me Where is wrong?
You wrote it wrong. I can't correct it because I'm on my phone and don't have much time but later I will fix this
 

DarkFlare69

Well-Known Member
OP
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
thank you.please fix my wrong posted code when you have much time.
I would write it like this

Code:
void    NoDisconnect(void)
{
    if (READU32(0x65C528) != 0)
    {
        offset = READU32(0x65C528);
        if (READU32(offset + 0xC8) > 0x16000000 && (READU32(offset + 0xC8) < 0x18000000))
        {
            offset = READU32(offset + 0xC8);
            WRITEU32(offset + 0x34, 0);
            WRITEU32(offset + 0x38, 0);
        }
    }
}
 

SuperMoon

Member
Newcomer
Joined
Feb 18, 2017
Messages
9
Trophies
0
Age
28
XP
62
Country
United States
I would write it like this

Code:
void    NoDisconnect(void)
{
    if (READU32(0x65C528) != 0)
    {
        offset = READU32(0x65C528);
        if (READU32(offset + 0xC8) > 0x16000000 && (READU32(offset + 0xC8) < 0x18000000))
        {
            offset = READU32(offset + 0xC8);
            WRITEU32(offset + 0x34, 0);
            WRITEU32(offset + 0x38, 0);
        }
    }
}

Thank you for the kind thoughts.
 
  • Like
Reactions: DarkFlare69

shoryuXE10

Member
Newcomer
Joined
Jan 30, 2017
Messages
5
Trophies
0
Age
28
XP
66
Country
why is it only partially compatible with jpn games, if i may ask? o.o

also, do you think you'd be able to port fishguy's anticheat? since it currently only works on us rev1 cartridges and mine is rev0. i told him i could get him the ram dump he needed a month ago but he doesn't respond. ;-;
 

DarkFlare69

Well-Known Member
OP
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
why is it only partially compatible with jpn games, if i may ask? o.o

also, do you think you'd be able to port fishguy's anticheat? since it currently only works on us rev1 cartridges and mine is rev0. i told him i could get him the ram dump he needed a month ago but he doesn't respond. ;-;
Because adding Japanese support would be complicated since none of the offsets are the same, unlike between USA and EUR. Some of the pointers I use dont even exist in the Japanese version of the game

He doesn't respond to many people. I could port it if i had the source code but I doubt he'll give it because then I could also maybe bypass it
 

juandiego1993

Well-Known Member
Newcomer
Joined
Nov 6, 2015
Messages
78
Trophies
0
Age
30
XP
611
Country
Venezuela
Region (USA/EUR/JPN): USA - SD:/plugin/0004000000030800
Game version (Rev0/Rev0 1.1/Rev1): F.B.I: 2112 / In game V1.1
NTR Version (3.2/3.3/3.4): v3.4
Plugin last updated (date): 29/03/1017
Codes not working: pressing select not doing anything
Plus: I'm using a Old 3DS,
I've got only Pokémon Sun working but I have starfox64 3D, Zelda tryForce and Mario Kart7 not working..
any advice as to why MK7 dosn't work on me?
(I don't understand what's Rev0/Rev0 1.1/Rev1.. so I hope I gave the proper information about that)
 

DarkFlare69

Well-Known Member
OP
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
Region (USA/EUR/JPN): USA - SD:/plugin/0004000000030800
Game version (Rev0/Rev0 1.1/Rev1): F.B.I: 2112 / In game V1.1
NTR Version (3.2/3.3/3.4): v3.4
Plugin last updated (date): 29/03/1017
Codes not working: pressing select not doing anything
Plus: I'm using a Old 3DS,
I've got only Pokémon Sun working but I have starfox64 3D, Zelda tryForce and Mario Kart7 not working..
any advice as to why MK7 dosn't work on me?
(I don't understand what's Rev0/Rev0 1.1/Rev1.. so I hope I gave the proper information about that)
You may be using option #2 for NTR which will load the plugin from a different directory. Do you know if this is the case?
 

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
Region (USA/EUR/JPN): USA - SD:/plugin/0004000000030800
Game version (Rev0/Rev0 1.1/Rev1): F.B.I: 2112 / In game V1.1
NTR Version (3.2/3.3/3.4): v3.4
Plugin last updated (date): 29/03/1017
Codes not working: pressing select not doing anything
Plus: I'm using a Old 3DS,
I've got only Pokémon Sun working but I have starfox64 3D, Zelda tryForce and Mario Kart7 not working..
any advice as to why MK7 dosn't work on me?
(I don't understand what's Rev0/Rev0 1.1/Rev1.. so I hope I gave the proper information about that)
Be sure that you're not using Mode3 for those games but the normal version.
 
  • Like
Reactions: DarkFlare69

juandiego1993

Well-Known Member
Newcomer
Joined
Nov 6, 2015
Messages
78
Trophies
0
Age
30
XP
611
Country
Venezuela
You may be using option #2 for NTR which will load the plugin from a different directory. Do you know if this is the case?
I have it on the same location that pokemon sun is (and I can use NTR on PKMN sun)

Be sure that you're not using Mode3 for those games but the normal version.
I don't know how to change my mode.. (nor check which mode I am using..) I read that I have to reinstall NTR right?


another thing is that NTR has only worked on Pkmn sun but I don't nkow if it is related but I also added the QR code patch for sun (so now I can use both cheats)
 

DarkFlare69

Well-Known Member
OP
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
I have it on the same location that pokemon sun is (and I can use NTR on PKMN sun)


I don't know how to change my mode.. (nor check which mode I am using..) I read that I have to reinstall NTR right?


another thing is that NTR has only worked on Pkmn sun but I don't nkow if it is related but I also added the QR code patch for sun (so now I can use both cheats)
Pokemon sun is an extended memory mode game so you're probably using NTR mode 3. Install normal BootNTR Selector and use this.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    why
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, it's not funny
  • K3Nv2 @ K3Nv2:
    ok
  • BigOnYa @ BigOnYa:
    Wut?
  • K3Nv2 @ K3Nv2:
    That's not funny
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    So two cannibals where eating a clown and one says to the other. Hey does this taste funny to you?
    +2
  • K3Nv2 @ K3Nv2:
    What do you call a slow car? Retired
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Did you hear about the police car that someone stole the wheels off of? The police are working tirelessly to find the thieves.
    +2
  • K3Nv2 @ K3Nv2:
    A firefighter got arrested for assault his main claim was what I was told he was on fire
    +2
  • BigOnYa @ BigOnYa:
    What do you call a hooker with a runny nose? Full
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    What do you tell a woman with two black eyes? Nothing you already told her twice!
  • K3Nv2 @ K3Nv2:
    Diddy also works
  • K3Nv2 @ K3Nv2:
    A scientist heard the word batman so he put a naked lady in a cage with a bat
  • Psionic Roshambo @ Psionic Roshambo:
    Chuck Norris won a staring contest, with the sun.
  • K3Nv2 @ K3Nv2:
    A vampires favorite thing to do is moon you
  • BigOnYa @ BigOnYa:
    What's the difference between an airplane, and Ken's mom? Not everyone has been in an airplane.
  • K3Nv2 @ K3Nv2:
    What's the difference between @BigOnYa and his wife? Nothing both want to bone me
    +3
  • RedColoredStars @ RedColoredStars:
    How much wood could a wood chuck chuck if a wood chuck could chuck norris
    +1
  • BakerMan @ BakerMan:
    how do i know? you're a guy, and he wants to bone every guy on this site (maybe, idk)
    +1
  • K3Nv2 @ K3Nv2:
    He wants to bone anything with a dick
    +1
  • Xdqwerty @ Xdqwerty:
    Good night
    +1
  • BigOnYa @ BigOnYa:
    Nighty night, big day tomorrow. Congrats.
    K3Nv2 @ K3Nv2: https://www.instagram.com/reel/C7iLZ35NrQt/?igsh=MWd2Z3U0dmNlMmNxcw==