ROM Hack [Release] Animal Crossing New Leaf Multi Cheat NTR Plugin

  • Thread starter RyDog
  • Start date
  • Views 1,129,297
  • Replies 4,613
  • Likes 77

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
I have a new idea. :P
For the search and replace maybe the game stores it splitly.
The first four are the replace, and the last four are search
if the last four are missing, then the last replace value is used isntead

and as for the glitch, maybe the starting offset is too early or the ending offset is too large? Then when it finds the value in the code it changes it to whatever else, making things break.
In my case it was replacing 5112 with 7ffe.
It's us who decide how it's stored in the function so yes this is possible to do. :P

This is the principle of the function I made: it's searching a given range for a value and replace any of them by another value.
This is unfortunately unsafe and should be use with caution.

Now, @itsRyan didn't you said that an object is defined with a flag too like [2bytes(id) + 1 bytes (flag)] ?
Because if you have more specific infos on an object, we should search for all of them, it'll decrease the false positive of the function.
 
Last edited by Nanquitas,

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
It's us who decide how it's stored in the function so yes this is possible to do. :P

This is the principle of the function I made: it's searching a given range for a value and replace any of them by another value.
This is unfortunately unsafe and should be use with caution.

Now, @itsRyan didn't you said that an object is defined with a flag too like [2bytes(id) + 1 bytes (flag)] ?
Because if you have more specific infos on an object, we should search for all of them, it'll decrease the false positive of the function.
It's something like that. 2 bytes for item ID (also stores it using little endian) and then after is item tag for 2 bytes. So if I had buried bells it would look like this in a RAM dump 12 21 80 00 where 80 00 is the flag indicating buried and 12 21 is 0x2112 which is a bell bag for this game.
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Anyways, I've fixed find and replace
@Nanquitas your build still had that weird bug... probably because the two keypresses weren't interacting with each other to store the variables, so I created a very impracticable version. ;)
Press L+D Pad up to search; press L+D pad down to replace.
So build 4 is out, it even fixes that weird light switch bug :yay3ds:
Build 5 (or final release) I'll add Nookling upgrades and Player 1 maximum tan
2.2 will be some codes that I'll be searching for because I want to search for weather and time, and @Nanquitas RAM dumper is super convenient :P
Here is search and replace in action:

enjoy... I'm heading to bed and I'll work on 2.1 final release tomorrow!
 
  • Like
Reactions: Deleted User

herolarcio

The difference is night and day.
Member
Joined
Oct 26, 2015
Messages
208
Trophies
0
Age
26
Location
My room
XP
206
Country
United States
So found out it doesn't fix a thing with the light switch if you saved before doing it (damn)
also if you activate the search without typing anything the glitch comes back, but can be undone by performing a replace instantly.
 
D

Deleted User

Guest
So found out it doesn't fix a thing with the light switch if you saved before doing it (damn)
also if you activate the search without typing anything the glitch comes back, but can be undone by performing a replace instantly.
Dude. Just restore a backup!
 
D

Deleted User

Guest
So im a little lost about whatz going on here. is this all speak of ram hacking going on here. I did see something about the nook upgrades... so whats gonna be in the next release?
This is a plugin for NTR of ACNL First off, @Nanquitas created a custom menu. Then Seeder and destroyer have been merged into a sort of GodMode - also adding an undo button. EUR and USA have been merged so now they detect which region you are. Teleport has been advanced to allow for multiple locations. A new cheat called search and replace has been added, and of course.... BUG FIXES! To allow for a certain bug (very crazy one at that) to not permanently damage your game
 

herolarcio

The difference is night and day.
Member
Joined
Oct 26, 2015
Messages
208
Trophies
0
Age
26
Location
My room
XP
206
Country
United States
SY9mANw.jpg

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

BUG FIXES! To allow for a certain bug (very crazy one at that) to not permanently damage your game
It still happens if you press the buttons before typing mind you.
 
  • Like
Reactions: Deleted User

Master Dimentio

The Pleaser Of Crowds
Member
Joined
Feb 17, 2016
Messages
696
Trophies
0
Age
34
Location
Making my perfect world.
Website
www.youtube.com
XP
852
Country
United States
is this ram hacking were speaking of for the last couple of pages or is this something that comes with the plugin that i can simply do booting the ntr? also something about the nooklings upgrades being in development i red? am i on the same page here? how does one use these tool.. granted im not sure i would have too much use for this as im not really planning on hacking my town layout or anything... in fact the most i use this for is that nifty item spawner.
 
  • Like
Reactions: Deleted User

Master Dimentio

The Pleaser Of Crowds
Member
Joined
Feb 17, 2016
Messages
696
Trophies
0
Age
34
Location
Making my perfect world.
Website
www.youtube.com
XP
852
Country
United States
Im being told that if i use ram hacking i should be able to do something like having all my villagers wear one of my custom designs i put on display at the able sisters shop. is this correct? if so im kind of new to all this so as to not clutter up this thread can someone talk to me through pm and kinda help walk me through this ram hacking business? any help is greatly appreciate it. depending on how it works i may not be able to actually do it till after 5pm est
 
  • Like
Reactions: Deleted User

herolarcio

The difference is night and day.
Member
Joined
Oct 26, 2015
Messages
208
Trophies
0
Age
26
Location
My room
XP
206
Country
United States
So moving on from standard items. @itsRyan After the newest version is out, do you think it's possible to instantly have Cyrus refurbish an item instead of waiting, or coding our own with text to item?
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
can you add this code ?
www.fort42.com/gateshark/game261/8176/

It's for EUR
I can, but Mega-Mew's code is once you press B it instantly sets the player's velocity to 0x41A79DB3.... which looks weird if you're not moving.
Would you like it to be just like Mega-Mew's code?

or would you like me to change it so it recognizes that your player is moving?
 
  • Like
Reactions: Deleted User

Wii8461

Well-Known Member
Newcomer
Joined
Aug 9, 2015
Messages
63
Trophies
0
XP
683
Country
Chad
I'm not sure if anyone else is having this problem. In the most recent build, the coordinates modifier is really slow.
I'm using a new 3DS btw. Not sure if that can affect how fast I move. I also tried changing the speed to fast, and it doesn't change much.

Also, thanks for making this plugin! I'm having lots of fun with it!:)
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
I'm not sure if anyone else is having this problem. In the most recent build, the coordinates modifier is really slow.
I'm using a new 3DS btw. Not sure if that can affect how fast I move. I also tried changing the speed to fast, and it doesn't change much.

Also, thanks for making this plugin! I'm having lots of fun with it!:)
Did you enable 'water all flowers' or Grass/desert codes? Those slow down the speed a lot.
Also, I figured out how to do a backflip :P
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
SY9mANw.jpg

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


It still happens if you press the buttons before typing mind you.
In the next version I'm adding a band-aid so that you don't accidentally press the activator if nothing is typed in.
All that is left to add is Nookling upgrades and Player 1 maximum tan.
@Nanquitas is it possible to use radio buttons with your library?
I don't want some cheats over lapping each other in the same spoiler... but in only a new spoiler I'll be creating.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    BigOnYa @ BigOnYa: Sounds good actually.