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
609
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
609
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
  • Psionic Roshambo @ Psionic Roshambo:
    Lol they exist?
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Hmmm so Mario Does Luigi's plumbing is a bad movie? Lol
  • Psionic Roshambo @ Psionic Roshambo:
    These videos are soooo dry
  • Psionic Roshambo @ Psionic Roshambo:
    Please click all suspicious links sent your email
    +1
  • BigOnYa @ BigOnYa:
    What to do today? Cut grass for 3-4 hours, or just get drunk and play video games... Hmm
    +1
  • BigOnYa @ BigOnYa:
    I need a remote controlled mower, so I can sit on the couch and do both.
  • BigOnYa @ BigOnYa:
    Sounds good to me, video games and booze it is then.
    +1
  • denpafan @ denpafan:
    Good choice
    +1
  • BigOnYa @ BigOnYa:
    Now what to play, Starfield or Fallout4. And what to drink, beer or Whiskey and Coke. Such tough decisions.
  • BigOnYa @ BigOnYa:
    Looks like its whiskey & coke, only 4 beers left. And think ill start with Falllout. :grog:
  • rqkaiju2 @ rqkaiju2:
    THIS IMAGE IS SO SCARY WTF. THAT SURE AS HELL IS NOT A CAT THATS LIKE A FUCKING DEMON

    Untitled2.png
  • Psionic Roshambo @ Psionic Roshambo:
    Bonus points for running things over with the lawn mower?
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Monster truck Lawn Mower extreme
    +1
  • BakerMan @ BakerMan:
    she was an apple appstore girl
    he was an uptodown boy
  • Psionic Roshambo @ Psionic Roshambo:
    He was an android boy
  • Psionic Roshambo @ Psionic Roshambo:
    She said see ya later boy lol
  • BakerMan @ BakerMan:
    something something boomer and r/im14andthisisdeep "ThAt'S tHe UnFoRtUnAtE sTaTe Of OuR mOdErN sOcIeTy"
  • BakerMan @ BakerMan:
    except they'd criticize you for having a phone in the first place lmao
  • Psionic Roshambo @ Psionic Roshambo:
    In my day we used smoke signals and liked it!!!
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    5G gives you covid!! Kills bees and lets the devil control your sperm!!! *Walks away frothing at the mouth*
    +1
  • BakerMan @ BakerMan:
    back in my day we just talked in person to communicate, and used books for entertainment, now pull yourself up by the bootstraps and develop a sense of work ethic, ya darn whippersnappers!
  • NormalCatelol @ NormalCatelol:
    "lets the devil control you sperm!!!" iwantsummadat!
    NormalCatelol @ NormalCatelol: "lets the devil control you sperm!!!" iwantsummadat!