User Tools

Site Tools


nintendo_3ds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nintendo_3ds [2021/01/29 20:16] – [Hacking] Dumping games link rjtnintendo_3ds [2024/03/28 06:48] (current) – [Homebrew] pretendo.network rjt
Line 7: Line 7:
  
 === Music Files === === Music Files ===
-To put music on there you can either just chuck it in the root of the SD card, or make a folder/s there. When listing music in the software it will first show you all folders together that contain music, even if they're subfolders. So dpm't bother putting artists in their own folders, as a folder without music in it won't appear in the listing.+To put music on there you can either just chuck it in the root of the SD card, or make a folder/s there. When listing music in the software it will first show you all folders together that contain music, even if they're subfolders. So don't bother organising stuff by putting artists in their own folders, as a folder without music files in it won't appear in the listing.
  
 According to Nintendo's website the following formats are supported: According to Nintendo's website the following formats are supported:
Line 16: Line 16:
 So pretty standard, but no OGG %%>:-|%% So pretty standard, but no OGG %%>:-|%%
  
-You can also make a small playlist of songs that will be used for Streetpass. I only found out about this is March 2020, so not sure what exactly gets shared, but it looks like it makes a 'top 10' list of songs based on that, and makes a note when your tastes match with other people's.+You can also make a small playlist of songs that will be used for [[Streetpass]]. I only found out about this is March 2020, so not sure what exactly gets shared, but it looks like it makes a 'top 10' list of songs based on that, and makes a note when your tastes match with other people's.
  
 nbjp [[foobar_2000#Exporting files for the 3DS]] on the Foobar2000 page. nbjp [[foobar_2000#Exporting files for the 3DS]] on the Foobar2000 page.
Line 28: Line 28:
   * Apply the filters that add echo, kinda remove the vocals, replace the song with '8-bit' instrumentation, and make it sound like it's playing on an old radio.   * Apply the filters that add echo, kinda remove the vocals, replace the song with '8-bit' instrumentation, and make it sound like it's playing on an old radio.
   * Loop certain parts of a song, as well as the usual repeat, and random features.   * Loop certain parts of a song, as well as the usual repeat, and random features.
 +
 +===== Mii Plaza =====
 +
 +Bunch of minigames you play with [[mii|Miis]] you've got via [[Streetpass]].
 +
 +===== Homebrew =====
 +
 +  * [[ftpd]] - Simple [[FTP]] server for transferring files without having to turn the 3DS off and remove the SD card.
 +  * [[jksm|JK's Save Manager]] (JKSM) - Export and import save data.
 +  * [[Thenaya]] - Writing and ripping [[amiibo|amiibos]].
 +  * [[https://pretendo.network/|Pretendo Network]] - Homebrew effort to replace the shut-down Nintendo Network.
 +
 +==== Screen Capture ====
 +
 +It's possible to do screen capture over the network, without the need for special hardware. Framerate is low, but it's neat.
 +
 +  * https://gbatemp.net/threads/3ds-screen-recording-without-a-capture-card-ntr-cfw-method.423445/
 +
 +==== See Also ====
 +
 +  * [[https://wiki.gbatemp.net/wiki/List_of_3DS_homebrew|List of 3DS homebrew]] page on the GBATemp wiki.
  
 ===== Periphera ===== ===== Periphera =====
 ==== SD Card ==== ==== SD Card ====
-On [[linux]] I use [[tool:software:mkfs]] to format the SD card. Guides say you need to format with a block size of 32kB/32768B, but mine is 4kB/4096B and seems to work fine? Does seem a little slower than the card that came with the 3DS? Haven't had any luck with the recommended block size. Very likely I just don't understand disks stuff enough.+On [[linux]] I use [[mkfs]] to format the SD card. Guides say you need to format with a block size of 32kB/32768B, but mine is 4kB/4096B and seems to work fine? The DS emulator gives a warning, but otherwise works fine. Does seem a little slower than the card that came with the 3DS? Haven't had any luck with the recommended block size. Very likely I just don't understand [[disks|disks stuff]] enough.
  
 <code># mkfs.fat [disk]</code> <code># mkfs.fat [disk]</code>
  
 Moving stuff to a new card is easy, just copy the directories over. Moving stuff to a new card is easy, just copy the directories over.
 +
 +Okay, I've since reformatted it to 32kB, based on [[https://3ds.hacks.guide/formatting-sd-(linux)|a guide I was reading]] to fix another problem---thought I may as well:
 +
 +  - ''lsblk'' to list devices, note ''NAME''
 +  - Unmount the disk ''sudo umount /dev/[NAME]''
 +  - Format with 32KB cluster size, FAT32 (FAT16 for small card):
 +    * 2GB or lower: ''sudo mkfs.fat /dev/[NAME] -s 64 -F 16''
 +    * 4–128GB: ''sudo mkfs.fat /dev/[NAME] -s 64 -F 32''
 +    * 128GB or higher: ''sudo mkfs.fat /dev/[NAME] -s 128 -F 32''
 +
 +nbjp You can check block size with ''stat -fc %s [PATH]'' or ''stat -fc %s .'' from a directory on the disk.
  
 ===== Hacking ===== ===== Hacking =====
   * [[https://3ds.hacks.guide/|3ds.hacks.guide]]   * [[https://3ds.hacks.guide/|3ds.hacks.guide]]
   * [[https://www.cfwaifu.com/3ds-dump-cartridges/|Dumping Games to SD Card]]   * [[https://www.cfwaifu.com/3ds-dump-cartridges/|Dumping Games to SD Card]]
 +  * [[https://www.reddit.com/r/3dspiracy/comments/l0wnmt/regarding_dumping/|Regarding dumping]] - Getting saves.
  
 ===== See Also ===== ===== See Also =====
nintendo_3ds.1611911769.txt.gz · Last modified: 2021/01/29 20:16 by rjt