mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
dol fixes
This commit is contained in:
parent
98e73acc89
commit
970a4c0e40
|
@ -122,13 +122,95 @@ This shows what folder corresponds to each folder in the standard PrimeHack stru
|
|||
|
||||
---
|
||||
|
||||
## Where do I change the language of Dolphin / Primehack?
|
||||
## How-to: Change the language of Dolphin / Primehack
|
||||
|
||||
1. In the `Configurator` open either `Dolphin` or `Primehack`.
|
||||
2. Navigate to `Options` -> `Configuration` -> `Interface` .
|
||||
3. Select preferred language in the drop-down menu.
|
||||
4. Close the Emulator, Configurator and return to RetroDECK.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## How-to: Enable GameCube Boot Main Menu
|
||||
|
||||
**Prerequisite:** Place the GameCube `IPL.bin` BIOS in the save folders (see above).
|
||||
|
||||
1. Open Dolphin in `RetroDECK Configurator` by selecting `Open Emulator` -> `Dolphin` / `Primehack`.
|
||||
2. Go to `Options` -> `Configuration` -> `GameCube` and uncheck `Skip Main Menu`.
|
||||
|
||||
---
|
||||
|
||||
## How-to: Enable Wii System Menu
|
||||
|
||||
1. Open Dolphin in `RetroDECK Configurator` by selecting `Open Emulator` -> `Dolphin` / `Primehack`.
|
||||
2. Go to `Tools` -> `Perform Online System Update` -> Select the Region you want for the System Menu and install it.
|
||||
3. You can open the System Menu by going to: `Tools` -> `Load Wii System Menu`.
|
||||
|
||||
---
|
||||
|
||||
## How-to: Add Mods
|
||||
|
||||
The `~/retrodeck/mods/dolphin/` / `~/retrodeck/mods/primehack/` that represents the `/load/GraphicMods` folder.
|
||||
|
||||
|
||||
**Note:**
|
||||
|
||||
Some texture packs could made for a specific version or region of a game.
|
||||
|
||||
Make sure you have the right game and textures for it.
|
||||
|
||||
`GAME_ID` is different for every game.
|
||||
|
||||
### Enable Mods
|
||||
|
||||
1. Open up Dolphin or Primehack inside `RetroDECK Configurator` by pressing `Open Emulator` - `Dolphin` / `Primehack`.
|
||||
2. Press `Options` -> `Graphic Settings`.
|
||||
3. `Enable Graphics Mods` and set it to `On`.
|
||||
|
||||
### Adding the mods
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
||||
2. Go into mods folders, they contain folders that are all named by `GAME_ID`.
|
||||
3. Move the mods into the right folder:
|
||||
|
||||
**Dolphin:** `~/retrodeck/mods/dolphin/<GAME_ID>`
|
||||
|
||||
**Primehack:** `~/retrodeck/mods/primehack/<GAME_ID>`
|
||||
|
||||
If all is correct the mods should be loaded on next game launch.
|
||||
|
||||
---
|
||||
|
||||
## How-to: Add Texture Packs?
|
||||
|
||||
The `~/retrodeck/texture_packs/dolphin/` & `~/retrodeck/texture_packs/primehack/` represents the `/load/Textures` folder.
|
||||
|
||||
Some texture packs could made for a specific version or region of a game. Make sure you have the right game and textures for it.
|
||||
|
||||
`GAME_ID` is different for every game.
|
||||
|
||||
### Enable Custom Textures
|
||||
|
||||
1. Open up Dolphin inside `RetroDECK Configurator` by pressing `Open Emulator` - `Dolphin` / `Primehack`.
|
||||
2. Press `Options` -> `Graphic Settings`
|
||||
3. `Load Custom Textures` & `Prefetch Custom Textures` and set them to `On`.
|
||||
|
||||
|
||||
### Adding the textures
|
||||
|
||||
1. Extract any texture pack files from compressed `.zip` or any other format into folders.
|
||||
2. Go into texture pack folders, they contain folders that are all named by `GAME_ID`.
|
||||
3. Move the textures into the right folder:
|
||||
|
||||
**Dolphin:** `~/retrodeck/texture_packs/dolphin/<GAME_ID>`
|
||||
|
||||
**Primehack:** `~/retrodeck/texture_packs/primehack/<GAME_ID>` <br>
|
||||
|
||||
If all is correct the textures should be loaded on next game launch.
|
||||
|
||||
---
|
||||
|
||||
## Gamecube Controls
|
||||
|
||||
The controls here are described as an Xbox Layout style controller.
|
||||
|
@ -148,6 +230,7 @@ The controls here are described as an Xbox Layout style controller.
|
|||
| D-Pad Left | `D-Pad Left` | |
|
||||
| D-Pad Right | `D-Pad Right`| |
|
||||
|
||||
---
|
||||
|
||||
## Wii Controls for Controllers
|
||||
|
||||
|
@ -193,8 +276,6 @@ Tilt emulation is made possible by holding the `L2` button and moving the `Right
|
|||
| Tilt Right | `L2 + Right Joystick Right`| |
|
||||
| Tilt Up | `L2 + Right Joystick Up` | |
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Guide: Using Real Wii Remotes
|
||||
|
@ -205,76 +286,4 @@ How-to use Real Wii Remotes and Nunchuck hardware?
|
|||
|
||||
---
|
||||
|
||||
## How-to: Add Mods
|
||||
|
||||
The `~/retrodeck/mods/dolphin/` / `~/retrodeck/mods/primehack/` that represents the `/load/GraphicMods` folder.
|
||||
|
||||
|
||||
**Note:**
|
||||
|
||||
Some texture packs could made for a specific version or region of a game.
|
||||
|
||||
Make sure you have the right game and textures for it.
|
||||
|
||||
`GAME_ID` is different for every game.
|
||||
|
||||
### Enable Mods
|
||||
|
||||
1. Open up Dolphin or Primehack inside `RetroDECK Configurator` by pressing `Open Emulator` - `Dolphin` / `Primehack`.
|
||||
2. Press `Options` -> `Graphic Settings`.
|
||||
3. `Enable Graphics Mods` and set it to `On`.
|
||||
|
||||
### Add the mods
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
||||
2. Go into mods folders, they contain folders that are all named by `GAME_ID`.
|
||||
3. Move the mods into the right folder:
|
||||
|
||||
**Dolphin:** `~/retrodeck/mods/dolphin/<GAME_ID>`
|
||||
|
||||
**Primehack:** `~/retrodeck/mods/primehack/<GAME_ID>`
|
||||
|
||||
If all is correct the mods should be loaded on next game launch.
|
||||
|
||||
---
|
||||
|
||||
## How-to: Add Texture Packs?
|
||||
|
||||
Primehack is based on Dolphin so the method is the same.
|
||||
|
||||
The `~/retrodeck/texture_packs/dolphin/` & `~/retrodeck/texture_packs/primehack/` represents the `/load/Textures` folder.
|
||||
|
||||
Some texture packs could made for a specific version or region of a game. Make sure you have the right game and textures for it.
|
||||
|
||||
`GAME_ID` is different for every game.
|
||||
|
||||
### Enable Custom Textures
|
||||
|
||||
1. Open up Dolphin or Primehack inside `RetroDECK Configurator` by pressing `Open Emulator` - `Dolphin` / `Primehack`.
|
||||
2. Press `Options` -> `Graphic Settings`
|
||||
3. `Load Custom Textures` & `Prefetch Custom Textures` and set them to `On`.
|
||||
|
||||
|
||||
### Add the textures
|
||||
|
||||
1. Extract any texture pack files from compressed `.zip` or any other format into folders.
|
||||
2. Go into texture pack folders, they contain folders that are all named by `GAME_ID`.
|
||||
3. Move the textures into the right folder:
|
||||
|
||||
**Dolphin:** `~/retrodeck/texture_packs/dolphin/<GAME_ID>`
|
||||
|
||||
**Primehack:** `~/retrodeck/texture_packs/primehack/<GAME_ID>` <br>
|
||||
|
||||
If all is correct the textures should be loaded on next game launch.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## How-to: Enable GameCube Boot Main Menu
|
||||
|
||||
**Prerequisite:** Place the GameCube `IPL.bin` BIOS in the save folders (see above).
|
||||
|
||||
1. Open Dolphin or Primehack in `RetroDECK Configurator` by selecting `Open Emulator` -> `Dolphin` / `Primehack`.
|
||||
2. Go to `Options` -> `Configuration` -> `GameCube` and uncheck `Skip Main Menu`.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue