Changes

Jump to navigation Jump to search
2,639 bytes added ,  10:31, 18 March 2018
m
Move EasyRPG Player to Game Engines section, as we make a reimplementation, not emulation
Line 1: Line 1:  
== Installing ==
 
== Installing ==
Applications are installed by copying the necessary files directly to the <code>3ds/</code> folder in the root of the SD card, or in a subdirectory of <code>3ds/</code>, in which case said subfolder must be named identically to its executable. Most applications come with two files:
+
Applications are installed by copying the necessary files directly to the <code>3ds/</code> folder in the root of the SD card (preferred for new designs), or in a subdirectory of <code>3ds/</code>, in which case said subfolder must be named identically to its executable. Most applications come with two files:
 
* <code>[appname].3dsx</code>: The executable.
 
* <code>[appname].3dsx</code>: The executable.
 
* <code>[appname].smdh</code>: The icon/metadata. (Not required in any case, and may be integrated into the <code>.3dsx</code>)
 
* <code>[appname].smdh</code>: The icon/metadata. (Not required in any case, and may be integrated into the <code>.3dsx</code>)
* <code>[appname].xml</code>: The list of supported targets, i.e. installed titles which the app supports replacing in memory at runtime, thus inheriting its permissions. (Optional)
+
* <code>[appname].xml</code>: The list of supported targets (i.e. installed titles which the app supports replacing in memory at runtime, thus inheriting its permissions), and of any arguments to be passed to the .3dsx. (Optional)
 +
 
 +
A standalone .xml file can point to a differently-named .3dsx, launching it with potentially different arguments so that a single application can run in different modes.
    
The [[Homebrew Launcher]] will scan the SD card for all <code>.3dsx</code> files, but will only display an icon for those who have one according to the format described above. Recent enough versions can freely navigate the filesystem to select an application.
 
The [[Homebrew Launcher]] will scan the SD card for all <code>.3dsx</code> files, but will only display an icon for those who have one according to the format described above. Recent enough versions can freely navigate the filesystem to select an application.
Line 11: Line 13:  
=== Launchers ===
 
=== Launchers ===
   −
==== Official Launcher ====
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 19: Line 20:  
!  width="10%" | Open-Source
 
!  width="10%" | Open-Source
 
|-
 
|-
| [https://github.com/smealum/3ds_hb_menu Homebrew Launcher]
+
| [https://github.com/fincs/new-hbmenu Homebrew Launcher]
| Run homebrew on your 3DS!
+
| Run homebrew on your 3DS! Compatible with Rosalina and all prior 3dsx loading solutions
| [[User:smea|smea]]
+
| [https://devkitpro.org devkitPro]
| [https://smealum.github.io/ninjhax2/boot.3dsx Here]
+
| [https://github.com/fincs/new-hbmenu/releases Here]
| [https://github.com/smealum/3ds_hb_menu Yes]
+
| Yes
 
|-
 
|-
 
| [https://github.com/smealum/3ds_hb_menu Homebrew Starter Pack]
 
| [https://github.com/smealum/3ds_hb_menu Homebrew Starter Pack]
Line 30: Line 31:  
| [https://smealum.github.io/ninjhax2/starter.zip Here]
 
| [https://smealum.github.io/ninjhax2/starter.zip Here]
 
| Yes
 
| Yes
|}
+
|-
 
+
| [https://github.com/smealum/3ds_hb_menu Homebrew Launcher (v1.x)]
==== Alternate Launchers ====
+
| The old version of the 3DS Homebrew Launcher, originally created for ninjhax 1.x (Discontinued)
{| class="wikitable" border="1"
+
| [[User:smea|smea]]
!  width="20%" | Name
+
| [https://smealum.github.io/ninjhax2/boot.3dsx Here]
!  width="50%" | Description
+
| Yes
!  width="10%" | Author
  −
!  width="10%" | Install
  −
!  width="5%"  | Open-Source
  −
!  width="15%" | Last Updated
   
|-
 
|-
 
| [http://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mashers' HBL]
 
| [http://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mashers' HBL]
| Homebrew Launcher with grid and folder support.
+
| Homebrew Launcher with grid and folder support. (Discontinued)
 
| [[User:Mashers|Mashers]]
 
| [[User:Mashers|Mashers]]
| [https://github.com/mashers/3ds_hb_menu/wiki/Installation Here]
+
| [https://github.com/d0k3/3DS-Extended-Homebrew-Starter-Pack/blob/35b8ab7dc40cb550b6ea45da319cdd0a0a3b2b54/boot.3dsx Here]
| [https://github.com/mashers/3ds_hb_menu Yes]
+
| Lost in masher's retirement
| 2016-02-25
   
|}
 
|}
   Line 57: Line 53:  
!  width="5%"  | Open-Source
 
!  width="5%"  | Open-Source
 
!  width="15%" | Last Updated
 
!  width="15%" | Last Updated
|-
  −
| [https://github.com/yellows8/3ds_homemenu_extdatatool 3DS HomeMenu extdata Tool]
  −
| Tool for accessing the SD extdata which Home Menu uses. This essentially allows writing custom themes to extdata which get loaded at Home Menu startup.
  −
| [[User:yellows8|yellows8]]
  −
| [https://github.com/yellows8/3ds_homemenu_extdatatool/releases Here]
  −
| Yes
  −
| 2015-08-17
   
|-
 
|-
 
| [https://github.com/VideahGams/3dsfetch 3dsfetch]
 
| [https://github.com/VideahGams/3dsfetch 3dsfetch]
Line 72: Line 61:  
| 2015-09-17
 
| 2015-09-17
 
|-
 
|-
| ''Brainfudge''
+
| [https://github.com/joel16/3DSident/ 3DSident]
| An alpha [https://en.wikipedia.org/wiki/Brainfuck brainfuck] interpreter. ''No longer under development and without repo.''
+
| Identity tool for the Nintendo 3DS heavily inspired by PSPident.
| [[User:s3r1alpari4h|V0idst4r]]
+
| [[User:Joel16|Joel16]]
| [https://repo.mariocube.com/Stuff/3DS%20Stuff/Homebrew/Applications/Brainfudge/ Here] (legacy)
+
| [https://github.com/joel16/3DSident/releases Here]
| Yes (''No source officially available.'')
+
| Yes
| 2015-12-22
+
| 2017-7-21
 
|-
 
|-
 
| [https://github.com/plutooo/ctrrpc ctrrpc]
 
| [https://github.com/plutooo/ctrrpc ctrrpc]
Line 92: Line 81:  
| Yes
 
| Yes
 
| 2014-11-20
 
| 2014-11-20
|-
  −
| [https://github.com/Rinnegatamante/CHMM2 Custom Home Menu Manager 2]
  −
| Theme manager for Nintendo 3DS.
  −
| [[User:Rinnegatamante|Rinnegatamante]]
  −
| [http://rinnegatamante.it/CHMM2.rar Here]
  −
| Yes
  −
| 2016-07-04
   
|-
 
|-
 
| [https://github.com/DownloadMii/DownloadMii-3DS DownloadMii]
 
| [https://github.com/DownloadMii/DownloadMii-3DS DownloadMii]
Line 165: Line 147:  
| Yes
 
| Yes
 
| 2016-06-27
 
| 2016-06-27
 +
|-
 +
| [https://blog.easyrpg.org/2016/05/player-for-nintendo-3ds/ EasyRPG Player]
 +
| RPG Maker 2000/2003 interpreter
 +
| [[User:Rinnegatamante|Rinnegatamante]] & EasyRPG Team
 +
| [https://easyrpg.org/player/downloads/ Here]
 +
| [https://github.com/EasyRPG/Player Yes]
 +
| 2017-10-22
 
|-
 
|-
 
| [https://github.com/Rinnegatamante/lpp-3ds LuaPlayer+ 3DS]
 
| [https://github.com/Rinnegatamante/lpp-3ds LuaPlayer+ 3DS]
Line 224: Line 213:  
| Yes
 
| Yes
 
| 2015-12-23
 
| 2015-12-23
 +
|-
 +
| [https://github.com/Magicrafter13/Breakout Breakout]
 +
| "A 3ds Breakout Clone."
 +
| [[User:Magicrafter13|Magicrafter13]]
 +
| [https://github.com/Magicrafter13/Breakout/releases Here]
 +
| Yes
 +
| 2017-10-17
 
|-
 
|-
 
| ''[https://github.com/UnsureSherlock/checkers3ds checkers3ds]''
 
| ''[https://github.com/UnsureSherlock/checkers3ds checkers3ds]''
Line 235: Line 231:  
| A tiny adaptation of the popular [https://en.wikipedia.org/wiki/Cookie_Clicker Cookie Clicker] game for the 3DS.
 
| A tiny adaptation of the popular [https://en.wikipedia.org/wiki/Cookie_Clicker Cookie Clicker] game for the 3DS.
 
| [[User:Kaisogen|Kaisogen]]
 
| [[User:Kaisogen|Kaisogen]]
| [https://github.com/Kaisogen/CookieCollector-3DS-/tree/master Here] (alt. [http://www.mediafire.com/download/qpojx6avkm6oo18/CookieCollector.zip here])
+
| [https://github.com/Kaisogen/CookieCollector-3DS-/releases Here]
 
| Yes
 
| Yes
| 2016-03-30
+
| 2017-06-04
 
|-
 
|-
 
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS Cookie Clicker 3DS]
 
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS Cookie Clicker 3DS]
Line 487: Line 483:  
| Yes
 
| Yes
 
| 2015-09-21
 
| 2015-09-21
|-
  −
| [https://easy-rpg.org/blog/2016/05/player-for-nintendo-3ds/ EasyRPG Player]
  −
| RPG Maker 2000/2003 interpreter
  −
| [[User:Rinnegatamante|Rinnegatamante]] & EasyRPG Team
  −
| [https://easyrpg.org/player/downloads/ Here]
  −
| [https://github.com/EasyRPG/Player Yes]
  −
| 2016-10-14
   
|-
 
|-
 
| [https://github.com/Steveice10/GameYob GameYob]
 
| [https://github.com/Steveice10/GameYob GameYob]
Line 529: Line 518:  
| Yes
 
| Yes
 
| 2017-02-11
 
| 2017-02-11
 +
|-
 +
| [https://github.com/bubble2k16/emus3ds_3ds VirtuaNES for 3DS]
 +
| A NES emulator for the old 3DS / 2DS. Optimised from VirtuaNES 0.9.7 and runs many games at full speed.
 +
| bubble2k16
 +
| [https://github.com/bubble2k16/emus3ds/releases Here]
 +
| Yes
 +
| 2017-03-23
 +
|-
 +
| [https://github.com/bubble2k16/emus3ds_3ds TemperPCE for 3DS]
 +
| A PC-Engine/Turbografx-16 emulator for the old 3DS / 2DS. Optimised from Temper runs all games, including CD-ROM and SGX games at full speed.
 +
| bubble2k16
 +
| [https://github.com/bubble2k16/temperpce_3ds/releases Here]
 +
| Yes
 +
| 2017-06-19
 
|-
 
|-
 +
|}
 +
 +
===Theme managers===
 +
{| class="wikitable" border="1"
 +
!  width="20%" | Name
 +
!  width="50%" | Description
 +
!  width="10%" | Author
 +
!  width="10%" | Download
 +
!  width="5%"  | Open-Source
 +
!  width="15%" | Last Updated
 +
|-
 +
| [https://github.com/yellows8/3ds_homemenu_extdatatool 3DS HomeMenu extdata Tool]
 +
| Tool for accessing the SD extdata which Home Menu uses. This essentially allows writing custom themes to extdata which get loaded at Home Menu startup.
 +
| [[User:yellows8|yellows8]]
 +
| [https://github.com/yellows8/3ds_homemenu_extdatatool/releases Here]
 +
| Yes
 +
| 2015-08-17
 +
|-
 +
| [https://github.com/Rinnegatamante/CHMM2 Custom Home Menu Manager 2]
 +
| Theme manager for Nintendo 3DS. Discontinued.
 +
| [[User:Rinnegatamante|Rinnegatamante]]
 +
| [http://rinnegatamante.it/CHMM2.rar Here]
 +
| Yes
 +
| 2016-07-04
 +
|-
 +
| [https://github.com/ErmanSayin/Themely/tree/88e93816e3b43a40bcee25b1a7a8c71ef6a37db8 Themely]
 +
| Theme manager for Nintendo 3DS with 3dsthem.es integration.
 +
| ErmanSayin
 +
| [https://github.com/ErmanSayin/Themely/releases/tag/v1.3.1 Here]
 +
| Not anymore, 1.3.1 last FOSS version
 +
| 2017-6-28
 +
|-
 +
| [https://gbatemp.net/threads/release-anemone3ds-a-complete-theme-and-splash-manager-for-your-3ds.482804/ Anemone3DS]
 +
| New theme and Luma splash screen manager, created to fill the gap left by its predecessors.
 +
| [[User:astronautlevel2]]
 +
| [https://github.com/astronautlevel2/Anemone3DS/releases/tag/v1.2.0 Here]
 +
| Yes
 +
| 2017-9-9
 
|}
 
|}
   Line 553: Line 594:  
| [https://github.com/Steveice10/FBI/releases Here]
 
| [https://github.com/Steveice10/FBI/releases Here]
 
| Yes
 
| Yes
| 2016-12-31
+
| 2017-9-8
 +
|-
 +
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-3.409806/ FreeShop]
 +
| GUI CDN title installer
 +
| TheCruel/arc13/Paul
 +
| [https://notabug.org/Paul_GameDev/freeShop/releases Here]
 +
| Yes
 +
| 2017-9-3
 
|-
 
|-
 
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-3.409806/ NASA]
 
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-3.409806/ NASA]
Line 589: Line 637:  
| Save/Extdata Manager
 
| Save/Extdata Manager
 
| JK_
 
| JK_
| [https://github.com/J-D-K/JKSM/releases Here]
+
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ Here]
 +
| [https://github.com/J-D-K/JKSM/ Yes]
 +
| 2016-09-29
 +
|-
 +
| JK's Save Manager for Rosalina
 +
| Modded version of JKSM for use as .3dsx on Luma 8+
 +
| Phalk, JK_
 +
| [https://github.com/Phalk/JKSM/releases Here]
 
| Yes
 
| Yes
| 2016-09-29
+
| 2017-7-12
 
|-
 
|-
 
| [https://github.com/BernardoGiordano/PKSM PKSM]
 
| [https://github.com/BernardoGiordano/PKSM PKSM]
Line 598: Line 653:  
| [https://github.com/BernardoGiordano/PKSM/releases Here]
 
| [https://github.com/BernardoGiordano/PKSM/releases Here]
 
| Yes
 
| Yes
| 2016-12-31
+
| 2017-8-3
 +
|-
 +
| [https://github.com/phijor/SpecializeMii/ SpecializeMii]
 +
| Editor for Mii database (specialness)
 +
| phijor
 +
| [https://github.com/phijor/SpecializeMii/releases Here]
 +
| Yes
 +
| 2017-1-22
 +
|-
 +
| [https://github.com/rboninsegna/SpecializeMii/ SpecializeMii]
 +
| Editor for Mii database (specialness and ownership)
 +
| phijor, [[User:Ryccardo|Ryccardo]]
 +
| [https://github.com/rboninsegna/SpecializeMii/releases Here]
 +
| Yes
 +
| 2017-8-13
 
|}
 
|}
  

Navigation menu