-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify ace_wood include and related pages
I felt that it might make more sense to refer to the Ace3DS+ build on the flashcard archive by the file name rather than splitting it into separate Ace3DS+ / R4iLS wood versions. I've also moved the message about game compatibility into the include since each page has a copy of it.
- Loading branch information
Showing
5 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
{% if include.r4ils %} | ||
{% assign cart = "R4iLS" %} | ||
{% assign wood = "Ace3DS+/R4iLS" %} | ||
{% assign aos = "R4iLS" %} | ||
{% elsif include.gateway %} | ||
{% assign cart = "Gateway Blue" %} | ||
{% assign wood = "Gateway Blue" %} | ||
{% assign aos = "Gateway" %} | ||
{% else %} | ||
{% assign cart = "Ace3DS+"%} | ||
{% assign wood = "Ace3DS+/R4iLS" %} | ||
{% assign aos = "Ace3DSPlus" %} | ||
{% endif %} | ||
|
||
### Setup Instructions ({{ cart }} Wood 1.62) | ||
1. Download {{ cart }} Wood 1.62 | ||
1. Extract the {{ cart }} Wood 1.62 .zip to your SD card root. | ||
This flashcart will use ACE Wood 1.62, not to be confused with R4 Wood 1.62. ACE Wood 1.62 is based on an old version of R4 Wood from when it was open source, and adds some patches on top of it to support more modern games. However, it is missing some anti-piracy patches for newer games (notably Pokemon Black/White 2) and some titles (like Warioware D.I.Y) may refuse to launch. | ||
|
||
### Setup Instructions ({{ wood }} Wood 1.62) | ||
1. Download {{ wood }} Wood 1.62 | ||
1. Extract the {{ wood }} Wood 1.62 .zip to your SD card root. | ||
1. Place any `.nds` game ROMs you'd like to play into a folder of your choice which isn't the `__rpg` folder. | ||
- (Optional) You may want to create a `Games` folder to store your ROMs in to keep the root of your SD card organised. | ||
|
||
#### Setup Instructions (AOS) | ||
AOS is a multi-loader for Ace3DS+ and related carts. You can find a link to an updated repack here: <https://github.com/flashcarts/AOS> | ||
|
||
1. Download AOS for {{ cart }} | ||
1. Extract the AOS for {{ cart }} .zip to your SD card root. | ||
1. Download AOS for {{ aos }} | ||
1. Extract the AOS for {{ aos }} .zip file to your SD card root. | ||
1. Place any game ROMs you'd like to play into a folder of your choice which isn't the `__rpg` folder. | ||
- (Optional) You may wish to use the `/roms/` folder structure which comes with AOS for easy organisation. For instance, `.gba` ROMs will go into the `/roms/gba/` folder, `.nds` ROMs will go into the `/roms/nds/` folder, etc. |