Animal Crossing Modding

A central source of info for modding AC.

View on GitHub Ways of Contact Privacy

Page for my own sort of documentation, and just to test a bit of things. You aren’t gonna find anything interesting here (unless you do, and in such case your welcome for the free knowledge)

me own md doc

Text? It’s very special. It can be bold, italic, strikethrough or even inline!

Text can be bold by wrapping it in double asterisks or underscores.

MD_Bold

Text can be italic by wrapping it in single asterisks or underscores.

MD_Italic

Text can be strikethrough by wrapping it in double tildes.

MD_Strikethrough

Text can be inline by wrapping it in single backticks.

MD_Inline

Text can be shown normally, *without formatting*, by using backslashes.

MD_Backslash

On the topic of text hiding its formatting, any text within inline won’t have any formatting! **Pretty Pog Man!**

Linking to another page is easy!

MD_PageLink

There should be whitespace between paragraphs.

There should be whitespace between paragraphs. Otherwise, text would end up on the same line! Like in this example!

Header 1

This is a very normal paragraph header. Inconsistent_dg is one of the nicest guys you’ll meet on the internet! I heard he makes great YouTube videos too!

Headers start off with a hashtag #, adding more hashtags means “less-important” headers, ones that will just be smaller than the others.

This is Header 1, the largest (and most important!) a header can get. The lowest one can be is a level 6 header.

MD_Header

Header 2

Blockquotes are pretty Poggers! They are used by adding a greater than sign before your text.

Look Mom look! I’m a blockquote!

You’re looking different… new haircut? Either way you’re still cute <3

MD_Blockquote

Header 3

While we’re here, might as well talk about code blocks! You make them by wrapping all of your text within three backticks ```.

Animal Crossing™: New Horizons for Nintendo Switch and Nintendo Switch Lite handheld consoles, owned by and licenced by Nintendo©

MD_Codeblock

That’s just text, but these indeed can be used for code! If you’re interested in sprucing the code up a bit, you can specify a language for syntax highlighting! Simply type the name of the language after the first trio of backticks.

// I'm JavaScript code! Poggers!
var fun = function lang(l) {
  dateformat.i18n = require('./lang/' + l)
  return true;
}

MD_Syntax-Codeblock-JS

# I'm Ruby code! Poggers!
GitHubPages::Dependencies.gems.each do |gem, version|
  s.add_dependency(gem, "= #{version}")
end

MD_Syntax-Codeblock-Ruby

Header 4

Header 5
  1. This is an ordered list following a header.
  2. This is an ordered list following a header.
  3. This is an ordered list following a header.
Header 6

I am totally fine.

Below is a table.

SUBSCRIBE TO twitch.tv/inconsistent_dg
One in 3 people are lazy…   Neither am I…
I’m not lazy.   That only leaves…
  me  

MD_TABLE

Ever heard of a thematic break?

There’s multiple ways to show them. A sequence of 3 asterisks *, underscores _, or hyphens - can result in this!




MD_Thematic_Break

Here’s a list:

Normal lists can start off with either an asterisk * or a hyphen -.

MD_List

But now an ordered list!:

Ordered lists have to start with numbers. ANY numbers! Whether or not they start off with what’s considered “the first number”. It will just go from the starting number. So if instead of 1 you wanted to start the list off with 6, go ahead!

  1. Yo
  2. Waddup
  3. Gamer
    1. boy?
  4. Girl! :)
    1. Yes indeed these can be multi level!
    2. Hi mom!

MD_List-ORDERED

Images!

Images are basically just like links, except they’ll have ! before them. You’ll see!

PKBae

MD_PK

Best of all: HTML!

HTML works just fine in Markdown, allowing people to still do more advanced techniques that aren’t taught in school.

Wanna know something cool? Long, single lined paragraphs in a code block actually won't wrap around! Instead, there will be a scroll bar. At some point, this text right here will be long enough to prove that! And if not, oh well! Sorry for disappointing you again Mom!

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

####### Oops! No 7+ headers!

They told me marquee was deprecated… But I don’t believe the government!

see? this is why you can't trust anyone, not even yourself.

Tarou
In
ACNH


Tarou

In

ACNH

Heading level 1

Heading level 2

├── 219.md
├── 404.md
├── acm.ico
├── ACNH
│   ├── emulation.md
│   ├── mods
│   │   ├── dialog_editing.md
│   │   ├── editing_textures.md
│   │   ├── model_swapping.md
│   │   └── music_mods.md
│   ├── mods.md
│   ├── MS.md
│   ├── NHSE.md
│   └── Poker.md
├── ACNH.md
├── assets
│   ├── bootlogos.zip
│   ├── colors.xml
│   ├── css
│   │   └── style.scss
│   ├── hekate_ipl.ini
│   ├── images
│   │   ├── acm.png
│   │   ├── bkg.png
│   │   ├── blacktocat.png
│   │   ├── bullet.png
│   │   ├── contact
│   │   │   ├── inconsistent-2152.png
│   │   │   └── inco.png
│   │   ├── hbrew
│   │   │   ├── ams.png
│   │   │   ├── ftpd-pro!ftpd-snap!3ds_Comparison.png
│   │   │   ├── ftpd-pro!ftpd-snap!Switch_Comparison.png
│   │   │   ├── GUIFormatERROR.png
│   │   │   ├── GUIFormat.gif
│   │   │   ├── hek.png
│   │   │   ├── hos_support.png
│   │   │   ├── JiggyintheThingy.jpg
│   │   │   ├── nintendy.png
│   │   │   ├── rcm.png
│   │   │   ├── SwitchJigSbS.jpg
│   │   │   └── SysDVR-Settings.jpg
│   │   ├── impossible.png
│   │   ├── IPAddress.jpg
│   │   ├── logo
│   │   │   ├── ACCF.PNG
│   │   │   ├── AC-modding.png
│   │   │   ├── ACNH.PNG
│   │   │   ├── ACNL.PNG
│   │   │   ├── AC.PNG
│   │   │   └── ACWW.PNG
│   │   ├── misc
│   │   │   ├── bella.png
│   │   │   ├── ftpd_FM-Win.gif
│   │   │   ├── ily_ninji.png
│   │   │   ├── MD_Backslash.png
│   │   │   ├── MD_Blockquote.png
│   │   │   ├── MD_Bold.png
│   │   │   ├── MD_Codeblock.png
│   │   │   ├── MD_Header.png
│   │   │   ├── MD_Inline.png
│   │   │   ├── MD_Italic.png
│   │   │   ├── MD_List-ORDERED.png
│   │   │   ├── MD_List.png
│   │   │   ├── MD_PageLink.png
│   │   │   ├── MD_PK.png
│   │   │   ├── MD_Strikethrough.png
│   │   │   ├── MD_Syntax-Codeblock-JS.png
│   │   │   ├── MD_Syntax-Codeblock-Ruby.png
│   │   │   ├── MD_TABLE.png
│   │   │   ├── MD_Thematic_Break.png
│   │   │   ├── me.png
│   │   │   ├── olive_higgins.jpg
│   │   │   ├── PKBae.png
│   │   │   ├── root.png
│   │   │   └── switch_update_compatability.png
│   │   ├── NH
│   │   │   ├── Artifacts.gif
│   │   │   ├── CameraMod.png
│   │   │   ├── FieldItemEditor.png
│   │   │   ├── GetNHSE.png
│   │   │   ├── mods
│   │   │   │   ├── kid.png
│   │   │   │   ├── mLobby_Emi.png
│   │   │   │   ├── mPltTreePalmLeafColor_Grd.png
│   │   │   │   ├── mWall_Alb.png
│   │   │   │   ├── ToolboxTex_Museum-bna.png
│   │   │   │   ├── ToolboxTex_Museum-export.png
│   │   │   │   ├── ToolboxTex_Museum-game.jpg
│   │   │   │   ├── ToolboxTex_Museum-save.png
│   │   │   │   └── youareNOTnormal.png
│   │   │   ├── NHSEContents.png
│   │   │   ├── NHSE_EMap-BulletinBoard.png
│   │   │   ├── NHSE_EMap-MaxTurnip.png
│   │   │   ├── NHSE_EMap-Patterns.png
│   │   │   ├── NHSE_EMap-PxHouseEdit.png
│   │   │   ├── NHSE_EMap-RecBin.png
│   │   │   ├── NHSE_EMap-TurnipExchange.png
│   │   │   ├── NHSE_EMap-VisitorEditor.png
│   │   │   ├── NHSE_EPlayer-Achievements.png
│   │   │   ├── NHSE_EPlayer-Flags.png
│   │   │   ├── NHSE_EPlayer-Misc.png
│   │   │   ├── NHSE_EPlayer-React.png
│   │   │   ├── NHSE_EPlayer-ReceivedItems.png
│   │   │   ├── NHSE_EPlayer-Recipe.png
│   │   │   ├── NHSE_EPlayer-Storage.png
│   │   │   ├── NHSE_EVillagers-MemoryJogger.png
│   │   │   ├── NHSE_EVillagers-MoveOut.png
│   │   │   ├── NHSE_EVillagers-Room.png
│   │   │   ├── NHSE_EVillagers-Values.png
│   │   │   ├── NHSEMapTab.png
│   │   │   ├── NHSE.png
│   │   │   ├── NHSE_SaveDrag.gif
│   │   │   ├── NHSEVillager69.png
│   │   │   ├── NHSEVillagersTab.png
│   │   │   ├── NHShitE.png
│   │   │   ├── retiring.jpg
│   │   │   ├── SysDVR.PNG
│   │   │   ├── UNUSED
│   │   │   │   └── Shrunk_Funk_Shuffle.gif
│   │   │   └── Yuzu.png
│   │   ├── NHMS
│   │   │   └── MobileSpawner.png
│   │   ├── NHPoker
│   │   │   ├── IP.png
│   │   │   ├── Other_MaxTurnip.png
│   │   │   └── Poker.png
│   │   ├── SerialInformation1.jpg
│   │   └── SerialInformation2.jpg
│   ├── misc
│   │   ├── frankerfz.mp3
│   │   ├── franker.mp3
│   │   ├── frank.mp3
│   │   └── TABLE.mp3
│   └── video
│       ├── linux
│       │   ├── GParted.mp4
│       │   └── GParted.webm
│       └── misc
│           ├── SysDVR-OBS.mp4
│           ├── SysDVR-OBS.webm
│           ├── SysDVR-TCP.mp4
│           ├── SysDVR-TCP.webm
│           ├── SysDVR-USB.mp4
│           └── SysDVR-USB.webm
├── CNAME
├── _config.yml
├── contact.md
├── dc.json
├── fasil.ico
├── FTPD.md
├── Gemfile
├── help.md
├── index.md
├── jekyll-theme-hacker.gemspec
├── _layouts
│   ├── default.html
│   └── post.html
├── LICENSE
├── pages
│   ├── gamesw-video-capture.md
│   ├── misc
│   │   ├── rewrite_rules.md
│   │   ├── SEALS.md
│   │   └── sehsalps.txt
│   └── Play-Activity-not-updating.md
├── README.md
├── _sass
│   ├── _default_colors.scss
│   ├── jekyll-theme-hacker.scss
│   └── rouge-base16-dark.scss
├── script
│   ├── bootstrap
│   ├── cibuild
│   ├── release
│   └── validate-html
├── switch-guide.md
└── SysDVR.md

├── 219.md
├── 404.md
├── acm.ico
├── ACNH
│   ├── emulation.md
│   ├── mods
│   │   ├── dialog_editing.md
│   │   ├── editing_textures.md
│   │   ├── model_swapping.md
│   │   └── music_mods.md
│   ├── mods.md
│   ├── MS.md
│   ├── NHSE.md
│   └── Poker.md
├── ACNH.md
├── assets
│   ├── bootlogos.zip
│   ├── colors.xml
│   ├── css
│   │   └── style.scss
│   ├── hekate_ipl.ini
│   ├── images
│   │   ├── acm.png
│   │   ├── bkg.png
│   │   ├── blacktocat.png
│   │   ├── bullet.png
│   │   ├── contact
│   │   │   ├── inconsistent-2152.png
│   │   │   └── inco.png
│   │   ├── hbrew
│   │   │   ├── ams.png
│   │   │   ├── ftpd-pro!ftpd-snap!3ds_Comparison.png
│   │   │   ├── ftpd-pro!ftpd-snap!Switch_Comparison.png
│   │   │   ├── GUIFormatERROR.png
│   │   │   ├── GUIFormat.gif
│   │   │   ├── hek.png
│   │   │   ├── hos_support.png
│   │   │   ├── JiggyintheThingy.jpg
│   │   │   ├── nintendy.png
│   │   │   ├── rcm.png
│   │   │   ├── SwitchJigSbS.jpg
│   │   │   └── SysDVR-Settings.jpg
│   │   ├── impossible.png
│   │   ├── IPAddress.jpg
│   │   ├── logo
│   │   │   ├── ACCF.PNG
│   │   │   ├── AC-modding.png
│   │   │   ├── ACNH.PNG
│   │   │   ├── ACNL.PNG
│   │   │   ├── AC.PNG
│   │   │   └── ACWW.PNG
│   │   ├── misc
│   │   │   ├── bella.png
│   │   │   ├── ftpd_FM-Win.gif
│   │   │   ├── ily_ninji.png
│   │   │   ├── MD_Backslash.png
│   │   │   ├── MD_Blockquote.png
│   │   │   ├── MD_Bold.png
│   │   │   ├── MD_Codeblock.png
│   │   │   ├── MD_Header.png
│   │   │   ├── MD_Inline.png
│   │   │   ├── MD_Italic.png
│   │   │   ├── MD_List-ORDERED.png
│   │   │   ├── MD_List.png
│   │   │   ├── MD_PageLink.png
│   │   │   ├── MD_PK.png
│   │   │   ├── MD_Strikethrough.png
│   │   │   ├── MD_Syntax-Codeblock-JS.png
│   │   │   ├── MD_Syntax-Codeblock-Ruby.png
│   │   │   ├── MD_TABLE.png
│   │   │   ├── MD_Thematic_Break.png
│   │   │   ├── me.png
│   │   │   ├── olive_higgins.jpg
│   │   │   ├── PKBae.png
│   │   │   ├── root.png
│   │   │   └── switch_update_compatability.png
│   │   ├── NH
│   │   │   ├── Artifacts.gif
│   │   │   ├── CameraMod.png
│   │   │   ├── FieldItemEditor.png
│   │   │   ├── GetNHSE.png
│   │   │   ├── mods
│   │   │   │   ├── kid.png
│   │   │   │   ├── mLobby_Emi.png
│   │   │   │   ├── mPltTreePalmLeafColor_Grd.png
│   │   │   │   ├── mWall_Alb.png
│   │   │   │   ├── ToolboxTex_Museum-bna.png
│   │   │   │   ├── ToolboxTex_Museum-export.png
│   │   │   │   ├── ToolboxTex_Museum-game.jpg
│   │   │   │   ├── ToolboxTex_Museum-save.png
│   │   │   │   └── youareNOTnormal.png
│   │   │   ├── NHSEContents.png
│   │   │   ├── NHSE_EMap-BulletinBoard.png
│   │   │   ├── NHSE_EMap-MaxTurnip.png
│   │   │   ├── NHSE_EMap-Patterns.png
│   │   │   ├── NHSE_EMap-PxHouseEdit.png
│   │   │   ├── NHSE_EMap-RecBin.png
│   │   │   ├── NHSE_EMap-TurnipExchange.png
│   │   │   ├── NHSE_EMap-VisitorEditor.png
│   │   │   ├── NHSE_EPlayer-Achievements.png
│   │   │   ├── NHSE_EPlayer-Flags.png
│   │   │   ├── NHSE_EPlayer-Misc.png
│   │   │   ├── NHSE_EPlayer-React.png
│   │   │   ├── NHSE_EPlayer-ReceivedItems.png
│   │   │   ├── NHSE_EPlayer-Recipe.png
│   │   │   ├── NHSE_EPlayer-Storage.png
│   │   │   ├── NHSE_EVillagers-MemoryJogger.png
│   │   │   ├── NHSE_EVillagers-MoveOut.png
│   │   │   ├── NHSE_EVillagers-Room.png
│   │   │   ├── NHSE_EVillagers-Values.png
│   │   │   ├── NHSEMapTab.png
│   │   │   ├── NHSE.png
│   │   │   ├── NHSE_SaveDrag.gif
│   │   │   ├── NHSEVillager69.png
│   │   │   ├── NHSEVillagersTab.png
│   │   │   ├── NHShitE.png
│   │   │   ├── retiring.jpg
│   │   │   ├── SysDVR.PNG
│   │   │   ├── UNUSED
│   │   │   │   └── Shrunk_Funk_Shuffle.gif
│   │   │   └── Yuzu.png
│   │   ├── NHMS
│   │   │   └── MobileSpawner.png
│   │   ├── NHPoker
│   │   │   ├── IP.png
│   │   │   ├── Other_MaxTurnip.png
│   │   │   └── Poker.png
│   │   ├── SerialInformation1.jpg
│   │   └── SerialInformation2.jpg
│   ├── misc
│   │   ├── frankerfz.mp3
│   │   ├── franker.mp3
│   │   ├── frank.mp3
│   │   └── TABLE.mp3
│   └── video
│   ├── linux
│   │   ├── GParted.mp4
│   │   └── GParted.webm
│   └── misc
│   ├── SysDVR-OBS.mp4
│   ├── SysDVR-OBS.webm
│   ├── SysDVR-TCP.mp4
│   ├── SysDVR-TCP.webm
│   ├── SysDVR-USB.mp4
│   └── SysDVR-USB.webm
├── CNAME
├── _config.yml
├── contact.md
├── dc.json
├── fasil.ico
├── FTPD.md
├── Gemfile
├── help.md
├── index.md
├── jekyll-theme-hacker.gemspec
├── _layouts
│   ├── default.html
│   └── post.html
├── LICENSE
├── pages
│   ├── gamesw-video-capture.md
│   ├── misc
│   │   ├── rewrite_rules.md
│   │   ├── SEALS.md
│   │   └── sehsalps.txt
│   └── Play-Activity-not-updating.md
├── README.md
├── _sass
│   ├── _default_colors.scss
│   ├── jekyll-theme-hacker.scss
│   └── rouge-base16-dark.scss
├── script
│   ├── bootstrap
│   ├── cibuild
│   ├── release
│   └── validate-html
├── switch-guide.md
└── SysDVR.md

collapsible