
Awesome! Thank you so much, the plugin is great. I can't thank everyone who has worked on it and contributed enough!I'll work on a new cheat to fix the Leif bug by copying my Main Street data and maybe a gold tools in Nookling cheat.
2.2.1 will have the Leif Fix and 2.3 will have a improved warping code
This would be brilliant!Can we get a code where running over flowers doesn't destroy or harm them?

new_log(type, text, args);
new_log(INFO, "Seeder function, pointer = %08X and value = %08X", pointer, READU32(pointer));
Seeder function, pointer = 0x08123456 and value = 0x000003F5
Yes, it's just I'm not going to bother making all of them. I made a gateshark code for it if you want to manually edit your appearance with NTR debugger with gateshark support.For "Appearance Codes"
Does that mean there will be a way to change your face/hair/color?
Player 1 Appearance Modifier
D3000000 10000000
05FB7F24 AABBCCDD
What about Nanquitas's converter?Yes, it's just I'm not going to bother making all of them. I made a gateshark code for it if you want to manually edit your appearance with NTR debugger with gateshark support.
Here's the code:
replaceCode:Player 1 Appearance Modifier D3000000 10000000 05FB7F24 AABBCCDD
AA-eye color http://i.imgur.com/vKZeYpl.png
BB-eye style https://i.imgur.com/UqMbA07.jpg
CC-hair color http://i.imgur.com/J2lhcDY.png
DD-hair style male styles: http://i.imgur.com/1HqAb2y.png female styles: https://i.imgur.com/s7aODJH.png 10=bed head
When in doubt use the link in @Nanquitas 's signature.So I took a backup with emunand9 to start doing this, but I'm a little confused as to how to install NTR because there are always 2 cias in every zip I find. Sorry for being such a noob, I'm just paranoid about bricking my 2ds.
That'll work too but it's better to use the NTR debugger for this specific cheat because it's a on the fly change that doesn't need to be included in the Cheat Menu.What about Nanquitas's converter?
void playerMod(void)
{
WRITEU32(0x15FB7F24, 0xAABBCCDD)
}
new_entry("Appearance Mod", playerMod);
new_spoiler("Appearance Codes");
I might include a separate branch to my fork later on so that people can use this!That'll work too but it's better to use the NTR debugger for this specific cheat because it's a on the fly change that doesn't need to be included in the Cheat Menu.
However, if you want to make your own version of a Player modifier for your cheat menu, download my source, edit cheats_usa.c
and copy and paste this function at the end of the file:
replace AABBCCDD with your desired values from the gateshark code and then open up create_menu.c and add this code:Code:void playerMod(void) { WRITEU32(0x15FB7F24, 0xAABBCCDD) }right belowCode:new_entry("Appearance Mod", playerMod);Code:new_spoiler("Appearance Codes");
--------------------- MERGED ---------------------------
Then install devkitpro and run build.bat. If there's any error let me know so I can help you fix them.
Maybe I should make a text2apparence code lolI might include a separate branch to my fork later on so that people can use this!![]()
Oh boy! That would be actually pretty cool! You'd have to limit the codes to JUST what is legit (no weird random codes) or the mail glitch might come back...Maybe I should make a text2apparence code lol
I think it should just be in the same cheat if you can. It shouldn't write to everyone's pockets. If you can't include it in the same cheat, maybe a spoiler within the Inventory Codes spoiler would workFor player 2-4 text2item + duplication, should I make a new cheat for them? Or just write to everyone's pockets with this?
--------------------- MERGED ---------------------------
For example if I type 2112 everyone will have bells in their pocket
Since you have a 2ds I recommend you install 3.3. Download this here and you can choose which cia you want. I'd recommend the autoexit version since after you run NTR it automatically exits out of NTR. And place NTR.bin on the root of the SD card.So I took a backup with emunand9 to start doing this, but I'm a little confused as to how to install NTR because there are always 2 cias in every zip I find. Sorry for being such a noob, I'm just paranoid about bricking my 2ds.



