ROM Hack Animal Crossing: New Leaf Save Editor

froggestspirit

Aspiring Game Dev
Member
Joined
Jul 28, 2011
Messages
1,281
Trophies
1
XP
1,561
Country
United States
Hi, I actually talked about this a little in the RAM Editing Thread, and posted about my findings.

The grey box will persist even if you place a second bridge (I've tried it). I get the feeling that if we are able to edit the main-street acres, then perhaps the grey box would go away, because it could be caused by the museum-side? Just a theory. More likely, the game just isn't capable of having 2 beaches.
Fwiw, I believe the box in the sky is from being at a low elevation where you normally are not supposed to. It shouldnt have anything to do with main street. I first noticed it when i made a beach higher up to fit an island in below
 

Delphin

Member
Newcomer
Joined
Jun 11, 2015
Messages
14
Trophies
0
XP
54
Country
Canada
Fwiw, I believe the box in the sky is from being at a low elevation where you normally are not supposed to. It shouldnt have anything to do with main street. I first noticed it when i made a beach higher up to fit an island in below
That makes sense. Could you explain what you mean by making a beach higher up?
 

froggestspirit

Aspiring Game Dev
Member
Joined
Jul 28, 2011
Messages
1,281
Trophies
1
XP
1,561
Country
United States
having the beach at a higher acre instead of the southernmost one
Also, you can make your island bigger. I made mine longer. the map was glitched, but it worked
I just tested normal town acres on the island. Glitchy for the map (and the hut is buired underground, you can still enter it) but it works! though 4x4 is limiting
 
Last edited by froggestspirit,

SciresM

Developer
Developer
Joined
Mar 21, 2014
Messages
973
Trophies
3
Age
33
XP
8,300
Country
United States
Reposting this here in addition to the leaftools thread.

I have figured out how the save file checksum for most of the files in Animal Crossing: New Leaf's savedata works. For the most part, it's CRC32 with a custom polynomial.

(Garden.dat is pretty silly, in particular: )
// Garden.dat checksums
// "@ofs: data_len;" means "checksum data_len bytes at ofs+4 and store the result at ofs."
@0x80: 0x1C
@0xA0: for (int i=0;i<4;i++){ @0xA0+0x9F10*i: 0x6B64; @0xA0+0x9F10*i+0x6B68: 0x33A4 }
@0x27CE0: 0x218B0
@0x495A0: 0x44B8
@0x4DA5C: 0x1E420
@0x6BE80: 0x20
@0x6BEA8: 0x13AF8

Does anyone have an exported savefile from savedatafiler containing "mvplayer.dat"? If so, I'd appreciate your sending me that file (and, really, your entire save) -- it'll help me make a save checksum fixer for ACNL so that people can hex edit their saves instead of doing RAM hacks. (I may eventually make a tool to edit the savedata, we'll see.)

Here's my actual checksum code: http://pastebin.com/NkWZQ37J

You can also lazily use HxD's custom CRC if you're into that thing:

rV3nf.jpg
 

Jarrad

Well-Known Member
Member
Joined
Mar 26, 2015
Messages
461
Trophies
0
Age
28
XP
165
Country
having the beach at a higher acre instead of the southernmost one
Also, you can make your island bigger. I made mine longer. the map was glitched, but it worked
I just tested normal town acres on the island. Glitchy for the map (and the hut is buired underground, you can still enter it) but it works! though 4x4 is limiting
Is this possible? So for example instead of having 5 acres vertically you can change your acres so that there are say only 3, and more acres of ocean?
 

froggestspirit

Aspiring Game Dev
Member
Joined
Jul 28, 2011
Messages
1,281
Trophies
1
XP
1,561
Country
United States
Is this possible? So for example instead of having 5 acres vertically you can change your acres so that there are say only 3, and more acres of ocean?
Yes, don't quote me on this, but it appears that making a map that "makes sense" will cause it to work. I'd advise not messing with the top borders though (except for maybe changing the side a beach is on. Mine has only a south beach, walls on left and right.)

@marc_max Please update this in the first post...
I've updated the map editor everyone, it now auto-generates borders (so no more hex-editing required), and now shows the way the water flows in rivers (and what side the waterfall is on, but hopefully that was easy to tell anyways). Report bugs to me
 

Attachments

  • ACNL MapEditor.zip
    586.6 KB · Views: 10,470
Last edited by froggestspirit,

Luky2000

Member
Newcomer
Joined
Jun 21, 2015
Messages
10
Trophies
0
Age
24
XP
53
Country
Belgium
Hello, I wanted to know if it was possible that my 3DS passes between 9 and 9.5 for my console is 9.8 and I would have liked to have too hack version for my city ?
 

AshleyKrystine

New Member
Newbie
Joined
May 26, 2015
Messages
2
Trophies
0
Age
29
XP
64
Country
United States
I've been using the RAM editor for several weeks, and have never had a problem. Today, I dumped my file, and edited it. When I tried to inject it, my game crashed. I've tried injecting it multiple times since then, but it still keeps crashing. Any clue as to why?
 

froggestspirit

Aspiring Game Dev
Member
Joined
Jul 28, 2011
Messages
1,281
Trophies
1
XP
1,561
Country
United States
Hello, I wanted to know if it was possible that my 3DS passes between 9 and 9.5 for my console is 9.8 and I would have liked to have too hack version for my city ?
9.8 is more than both 9 and 9.5, so no.

I've been using the RAM editor for several weeks, and have never had a problem. Today, I dumped my file, and edited it. When I tried to inject it, my game crashed. I've tried injecting it multiple times since then, but it still keeps crashing. Any clue as to why?
Talk to resetti first before injecting
 

AshleyKrystine

New Member
Newbie
Joined
May 26, 2015
Messages
2
Trophies
0
Age
29
XP
64
Country
United States
I have. After I inject, I get a green screen. Once I go back to my game, it freezes, the game crashes and my whole system restarts.

EDIT: I'm an idiot who forgot to rename my file back to acnlram.bin
It's working now!
 
Last edited by AshleyKrystine,

♥ Princess Sakura ♥

Active Member
Newcomer
Joined
Mar 31, 2015
Messages
30
Trophies
0
XP
84
Country
After giving the picture thing another shot, I figured it out. It's a lot more simple than I thought it'd be. Bad quality, but it's better than nothing.

H6DNS6A.jpg


I normally release my findings, but after thinking for a bit, I feel that releasing the method to the general public right now would be a bad move, as I have a feeling that people would put inappropriate pictures into their games and take them online for kids to see. Not really fond of ruining the experience for others, or possibly having a required update to connect to online. I enjoy handing out freebies to strangers, and don't want to have that ability taken away. I'm sure that someone will inevitably release it anyway, but please try to understand where I'm coming from.

If everyone who knows how to edit the TPC picture refuses to explain it, would anyone be willing to change it for me~? Here is what I wanted to change it to:
latest


It'd be nice if someone could maybe even just pm me instructions of how to do it myself, so people with... vulgar intentions don't find out~ ^-^"
Also because I was also considering my profile picture on this website as my TPC photo, and have a tendency to chop and change things to absolute perfection, so would likely want to change it fairly often at first and wouldn't want to continually bother someone~
Oh, and I just realized that picture is in .png format, so I converted it to .jpg:

tumblr_nqbhdypX7q1sqeth3o1_500.jpg

Unfortunately, that changed the background from transparent to black~... Q///w///Q
Oh well~... Oh, it'd also need to be cropped/resized, huh~...
 
Last edited by ♥ Princess Sakura ♥,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    Me and wifey was deciding on our next vacation, so I hung up a map on the wall, and give her a dart and said, wherever you hit, we will go. She threw the dart and it missed the map completely and fell into a trash can below on floor. So I said "ok Florida it is."
    +2
  • BakerMan @ BakerMan:
    @ZeroT21 ohhh a pot cake?
    +2
  • SylverReZ @ SylverReZ:
    Gimme some of dat
    +4
  • BakerMan @ BakerMan:
    oh yeah i don't use weed,in my baking or in general
  • BakerMan @ BakerMan:
    besides isn't it usually gummies or brownies?
  • AncientBoi @ AncientBoi:
    So, make a "New Trend"
  • BakerMan @ BakerMan:
    i just said i don't use weed
  • BigOnYa @ BigOnYa:
    You can add it in anything really, you can even make a butter/oil with it, then use that oil in anything
  • BakerMan @ BakerMan:
    besides i'm literally a minor and neurodivergent, so telling me to make a cake with cannabis is traumatizing me, ur cancelled buddy /s/srs
  • BakerMan @ BakerMan:
    (nah jk i'm just parodying those "i'm literally a minor and neurodivergent" mfs on twitter)
    +1
  • BigOnYa @ BigOnYa:
    Michigan has legal rec, so you only have few more years, is it 18 or 21 up there? 21 here in Ohio.
  • BakerMan @ BakerMan:
    prob 21, idk tho
    +1
  • ZeroT21 @ ZeroT21:
    Guess I'll go with plan B and make a Rum Vanilla flavored ice cream
    +1
  • BigOnYa @ BigOnYa:
    That sounds damn good.
  • AncientBoi @ AncientBoi:
    Nah. Tequila maybe
  • AncientBoi @ AncientBoi:
    That, or Old No. 7
  • BigOnYa @ BigOnYa:
    I'm ashamed to ask, but what is old no 7?
  • AncientBoi @ AncientBoi:
    Jack Daniels
    +2
  • BigOnYa @ BigOnYa:
    Oh yea, duh
    +1
  • BigOnYa @ BigOnYa:
    I still have some old no 7, bout to mix with some coke, and get "California Sober".
    +2
  • AncientBoi @ AncientBoi:
    lol, I finally got you to Enjoy a Coc Tail :tpi::rofl2::tpi:
    +2
  • BakerMan @ BakerMan:
    @ZeroT21 oh i bet some rum raisin ice cream is so good

    i don't drink, but some rum ice cream might be good
    +1
  • BigOnYa @ BigOnYa:
    Rum pecan ice cream is the bomb. Never had rum raisin, but bet be good. My homemade ice cream machine started rust inside so I pitched it, but gotta get a new one, miss making my own ice cream, esp with booze.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    But have you ever made ice cream on weed... Lol
    +1
    Psionic Roshambo @ Psionic Roshambo: But have you ever made ice cream on weed... Lol +1