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
Hello DarkFlare69.
I tried to use this code that made by you.
I found this code at http://www.fort42.com/gateshark/game38/6421/.

Region changer
D3000000 14000000
00144D74 000000XX
D2000000 00000000

I opened a .c file and wrote it as follows.

void Regionchanger(void)
{
WRITEU32(0x144D74, 0x00000035);
}

I activated the code, but nothing happened.
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
Hello DarkFlare69.
I tried to use this code that made by you.
I found this code at http://www.fort42.com/gateshark/game38/6421/.

Region changer
D3000000 14000000
00144D74 000000XX
D2000000 00000000

I opened a .c file and wrote it as follows.

void Regionchanger(void)
{
WRITEU32(0x144D74, 0x00000035);
}

I activated the code, but nothing happened.
Where is wrong?
the address is wrong. you could either convert it directly to ntr, or shorten it like this:

void regionChanger(void)
{
WRITEU32(0x14144D74, 0x35);
}

However I think someone else made a pointer version that's region free. I recommend using that
 

SuperMoon

Member
Newcomer
Joined
Feb 18, 2017
Messages
9
Trophies
0
Age
28
XP
62
Country
United States
the address is wrong. you could either convert it directly to ntr, or shorten it like this:

void regionChanger(void)
{
WRITEU32(0x14144D74, 0x35);
}

However I think someone else made a pointer version that's region free. I recommend using that


Thank you!
 

DarkFlare69

Well-Known Member
OP
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
Has the blue shell ride freeze been fixed?

(Also, it would be nice if the original post could have a changelog, so its easy to see whats been added)
it was never broken. just don't press the button when there's no blue shell. but i can add a check next time i work in it.

there are no official releases of this, codes are edited and added every day
 

DarkFlare69

Well-Known Member
OP
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,752
Country
United States
http://www.fort42.com/gateshark/game38/9515/
I want to use this code.
So I wrote the code as follows.

void VRmodifier(void)
{
WRITEU32(0x606673C8, 0x00000000);
WRITEU32(0xB06673C8, 0x00000000);
WRITEU32(0x00006BA0, 0x3F01869F);
}
When I enabled the code, my 3ds freezed.
Could you tell me how to convert the gateway code to cheats.c?
if only it was that easy.

Code:
void    vrModifier(void)
{
    if(READU32(0x6673C8) != 0)
    {
        offset = READU32(0x6673C8);
        WRITEU32(0x6BA0 + offset, 0x3F01869F);
    }
}
 
  • Like
Reactions: RyDog

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
  • BigOnYa @ BigOnYa:
    That's cool tho, I'm proud of you going back to it, not giving up. It is difficult at first to learn, but fun once you get the hang of it. I think I've watched every tutorial video there is, but I still struggle sometimes to get stuff to work right. But gotta keep trying dif things, and eventually you will get it right.
    +1
  • K3Nv2 @ K3Nv2:
    Lol McDonald's has a grandma mcflurry
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, furry grandma?
  • BigOnYa @ BigOnYa:
    It sounds good actually, I like butterscotch
  • K3Nv2 @ K3Nv2:
    It sucked don't know wtf these little bits and pieces are they use now
    +1
  • BigOnYa @ BigOnYa:
    I live maybe 3 minutes from a Dairy Queen, so I would just go there for ice cream anything anyways. I usually get the Oreo Blizzard, or a Peanut Buster Parfait.
  • Xdqwerty @ Xdqwerty:
    whats a dairy queen?
  • BigOnYa @ BigOnYa:
    Ice cream shop
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, mmmm ice cream
    +1
  • K3Nv2 @ K3Nv2:
    Uremums a dairy queen
    +2
  • BigOnYa @ BigOnYa:
    Mmmmm uremum
    +1
  • K3Nv2 @ K3Nv2:
    Always shooting that dairy out uremums tiddies
    +1
  • K3Nv2 @ K3Nv2:
    My thread front ten years ago got 10,000 views lol
  • DolphinCube @ DolphinCube:
    Sup peps? I rarely talk on here but is there a way to disable the ads that cover the chat a lil. Its annoying at times
    DolphinCube @ DolphinCube: Sup peps? I rarely talk on here but is there a way to disable the ads that cover the chat a lil...