ROM Hack [Release] ultraSuMoFramework - NTR Plugin for Ultra SuMo

KunoichiZ

Well-Known Member
Member
Joined
Mar 16, 2012
Messages
8,830
Trophies
0
Age
28
XP
4,597
Country
United States
Alright! Got it to work, Thanks @spookenings @KunoichiZ and @Ericjwg

--------------------- MERGED ---------------------------

@KunoichiZ do you know why my 3ds isnt starting anymore. When I click on power button all I see is a black screen. Any way to fix it?
I don't know why your 3DS isn't starting anymore. Do you see a blinking blue light (as in it turns on then immediately off) or a solid blue light when you press the power button?
 

Yawnn

Well-Known Member
Newcomer
Joined
Aug 28, 2016
Messages
63
Trophies
0
Age
26
XP
1,159
Country
France
Hi there, the french translation is atrocious. I modified my lang file accordingly, could it be possible to include it ?
 

ChrisN8

Well-Known Member
Member
Joined
May 13, 2015
Messages
332
Trophies
0
Age
39
XP
265
Country
France
Hi, is it possible for the zoom code to have a numbered option ? I like the way it looks but it's a bit too far ^^
2nd question do you think it's possible to have a gender code swap ?
 

supermariorick

Well-Known Member
Member
Joined
Jun 18, 2010
Messages
640
Trophies
1
XP
816
Country
United States
oh yeah and godmode9 has a built in hex editor so you can copy LunaSoldive.cro to the correct subfolders, hex edit the file directly, and run the game patching with Luma directly from the 3DS itself without transfer to any other device.
 

RustInPeace

Samurai Cop
Member
Joined
Oct 13, 2014
Messages
5,940
Trophies
1
Age
31
XP
5,118
Country
United States
Game crashes on soft reset. Any way to fix?

That's NTR CFW, not the plugin. It always crash on soft reset when running any plugin, no matter what.

It may be a foregone conclusion, but I guess I want confirmation. Will there be a cheat that removes the legendary banlist? Since there's a GW Cheat of that, it'd be nice to have that here and be toggle-able.
 

Sonansune

Well-Known Member
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
That's NTR CFW, not the plugin. It always crash on soft reset when running any plugin, no matter what.

It may be a foregone conclusion, but I guess I want confirmation. Will there be a cheat that removes the legendary banlist? Since there's a GW Cheat of that, it'd be nice to have that here and be toggle-able.
of coure.... it's simple memory write instruction, which overwrite the original branch instruction to prevent the game from executing the specific "verify" function.
 
  • Like
Reactions: RustInPeace

MarzDaindigo

Indigo Marz - No HooX
Member
Joined
Aug 4, 2011
Messages
484
Trophies
1
Age
33
Location
Funcoland
XP
918
Country
United States
I used walk thru walls to skip to the fire trial and get Fly (I beat sun and didn’t wanna deal with the extra bs of getting there), flew to aether thinking I was doing something and now I’m stuck inside is there a way to use the hex editor to get outta here or am I just stuck?
 

otakusensei

Well-Known Member
Member
Joined
Sep 21, 2007
Messages
101
Trophies
1
XP
477
Country
United States
I used walk thru walls to skip to the fire trial and get Fly (I beat sun and didn’t wanna deal with the extra bs of getting there), flew to aether thinking I was doing something and now I’m stuck inside is there a way to use the hex editor to get outta here or am I just stuck?
You can mess with the flags in your save using PKHex, but you might be better off just starting over.
 

Beakershell

Well-Known Member
Newcomer
Joined
Feb 10, 2017
Messages
93
Trophies
0
Age
28
XP
69
Country
Malaysia
I used walk thru walls to skip to the fire trial and get Fly (I beat sun and didn’t wanna deal with the extra bs of getting there), flew to aether thinking I was doing something and now I’m stuck inside is there a way to use the hex editor to get outta here or am I just stuck?
i remember you could change your X and Y coordinates to other places with pkhex.
 

Sonansune

Well-Known Member
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
@AnalogMan idk if this can make the cheat in your plugin more customized.:D like increase zoom out/in by level or user specific value (in a scale of 1-10 ish).
anyway, here you go.

the camera cheat zoom level is not fixed.
[Camera zoom out(SELECT+L)Enable, (SELECT+R)Disable]
605B9F80 ED940A1C
005B9F80 ED940A1C
005B9F84 ED9F1A03
005B9F88 EE300A01
005B9F8C ED840A1C
005B9F90 E2840004
005B9F94 E12FFF1E
005B9F98 00000000
D0000000 00000000
5803B784 E2840004
0803B784 EBFAA9FD
D0000000 00000000
DD000000 00000204 <- SELECT+L(Enable)
005B9F98 CXYZ8000 ------------------------------------------> ymyn's default: 4BB "C" and "8" are either adding too much or too less, highly not recommend change it. left to right, most significant to less significant.
D0000000 00000000
DD000000 00000104 <- SELECT+R(Disable)
005B9F98 00000000
D0000000 00000000


notice: zoom out too much can lead to complete black screen.
 
Last edited by Sonansune,

FabioCapela

Well-Known Member
Member
Joined
Jul 12, 2007
Messages
309
Trophies
1
XP
1,257
Country
Brazil
@AnalogMan

For reference, the time of day cheat seems to work exactly like in Sun/Moon; change the value at the address to 0x15180 (or 0x0, which seems to work now) for Sun time, 0x5460 for Sun time +6h, 0xA8C0 for Moon time, 0xFD20 for Moon time +6h. The value is the number of seconds to shift from Sun time.

The address for Ultra Sun is 0x330154b0, and I have it working as a free cheat in the current framework. I haven't played Ultra Moon yet, so I'm not sure if it's the same address.

BTW, a small suggestion: make the increased speed cheat only active while the player is pressing B (AKA the run button). That should make the cheat just as useful as it is today without breaking cutscenes (well, as long as the player isn't pressing B during the cutscene).

Also: does the framework support reading AR codes from a file, or is there any plan to add that support?
 

DocKlokMan

Plugin Dev
OP
Member
Joined
Apr 20, 2007
Messages
3,008
Trophies
2
Age
36
XP
4,558
Country
United States
@AnalogMan

For reference, the time of day cheat seems to work exactly like in Sun/Moon; change the value at the address to 0x15180 (or 0x0, which seems to work now) for Sun time, 0x5460 for Sun time +6h, 0xA8C0 for Moon time, 0xFD20 for Moon time +6h. The value is the number of seconds to shift from Sun time.

The address for Ultra Sun is 0x330154b0, and I have it working as a free cheat in the current framework. I haven't played Ultra Moon yet, so I'm not sure if it's the same address.

BTW, a small suggestion: make the increased speed cheat only active while the player is pressing B (AKA the run button). That should make the cheat just as useful as it is today without breaking cutscenes (well, as long as the player isn't pressing B during the cutscene).

Also: does the framework support reading AR codes from a file, or is there any plan to add that support?
Thank you for the addresses! I've just been working on a way to implement the time via the keyboard.

The increased speed cheat is already set up to only activate when holding B.

The framework does not support loading AR Codes from a file yet, but it's being worked on.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,635
Trophies
2
XP
6,200
Country
@AnalogMan

For reference, the time of day cheat seems to work exactly like in Sun/Moon; change the value at the address to 0x15180 (or 0x0, which seems to work now) for Sun time, 0x5460 for Sun time +6h, 0xA8C0 for Moon time, 0xFD20 for Moon time +6h. The value is the number of seconds to shift from Sun time.

The address for Ultra Sun is 0x330154b0, and I have it working as a free cheat in the current framework. I haven't played Ultra Moon yet, so I'm not sure if it's the same address.

BTW, a small suggestion: make the increased speed cheat only active while the player is pressing B (AKA the run button). That should make the cheat just as useful as it is today without breaking cutscenes (well, as long as the player isn't pressing B during the cutscene).

Also: does the framework support reading AR codes from a file, or is there any plan to add that support?
address already posted for weeks, it is same address for both ultra moon/sun
 
Last edited by dsrules,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Did you pee in the water