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,751
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,751
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,751
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
608
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,751
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
608
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,751
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.
  • Veho @ Veho:
    Double dickhead chinballs is still better than double dickhead eyeballs.
    +1
  • Veho @ Veho:
    As in, the balls will grow in your eye sockets.
  • K3Nv2 @ K3Nv2:
    I paid 5 grand to get them moved to my chin
    +1
  • Veho @ Veho:
    This you?
  • K3Nv2 @ K3Nv2:
    My hair can't be that cool
    +1
  • Veho @ Veho:
    Ah, yes, portrait mode, surely the best way to film a row of people. If only there were some way to fit a wider shot, at the expense of height... if only...
    +1
  • K3Nv2 @ K3Nv2:
    4k portrait mode?
    +1
  • BigOnYa @ BigOnYa:
    Diddy - "I never touched her, that bitch is crazy." Video is released. Diddy - " Ok I did it, i am remorseful for my actions during my darkest times." Lol
  • SylverReZ @ SylverReZ:
    @BigOnYa, Glad that the Diddler got caught once again.
    +1
  • K3Nv2 @ K3Nv2:
    Iran ran out of options
  • K3Nv2 @ K3Nv2:
    Thought I saw my ex on that new kingdom of the Apes poster
  • BigOnYa @ BigOnYa:
    I thought I saw a puttie snatch...
  • BigOnYa @ BigOnYa:
    I'm so pumped, NCAA football video game is back after a 10 year hiatus, coming to SeriesS/X, PS5 in July.
  • BigOnYa @ BigOnYa:
    Wish they would let us play the NCAA football 14 on newer xbox, its one of the only games I love and own on disc still, that is not back compatible, bs.
  • AdenTheThird @ AdenTheThird:
    @BigOnYa My dad recently bought a spare Series X off of me, got game pass, and saw Madden '24 on Game Pass, decided to try it out.

    ...He was a bit taken aback by the 60GB download size. Poor guy's still living in the 90s!
    +1
  • SylverReZ @ SylverReZ:
    @AdenTheThird, Bro's still in the PS2 age.
  • K3Nv2 @ K3Nv2:
    Lol charging your dad's classic unless he's the type that doesn't like taking things like that
  • AdenTheThird @ AdenTheThird:
    @K3Nv2 He was looking into consoles for his house anyway (for my younger siblings and himself) and I had a spare XSX and Switch I ended up selling him at pretty steep cuts. I would just give them to him, but I did buy them with the intent to sell them... and college is super expensive.
    AdenTheThird @ AdenTheThird: @K3Nv2 He was looking into consoles for his house anyway (for my younger siblings and himself)...