Skip to content

Commit dc8bbe1

Browse files
committed
Update Readme.md
1 parent 1b5768b commit dc8bbe1

1 file changed

Lines changed: 34 additions & 28 deletions

File tree

Readme.md

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Universal Dynamic Input
22
[![Wiki](https://img.shields.io/badge/Wiki-grey)](https://github.com/Venomalia/UniversalDynamicInput/wiki) [![Changelog](https://img.shields.io/badge/Changelog-grey)](https://github.com/Venomalia/UniversalDynamicInput/blob/main/Changelog.md) [![Requests](https://img.shields.io/badge/Requests-3a3)](https://github.com/Venomalia/UniversalDynamicInput/issues/new/choose) [![Discord](https://img.shields.io/badge/Discord-blue?logo=Discord&logoColor=fff)](https://discord.gg/q9RtF4Tm9E) [![Dolphin](https://img.shields.io/badge/Dolphin-Forum-88e)](https://forums.dolphin-emu.org/Thread-universal-dynamic-input-texture-pack) [![DIT CreatorTool](https://img.shields.io/badge/Dolphin-DIT_Creator_Tool-999)](https://github.com/Venomalia/DolphinDynamicInputTextureCreator/releases) [![Downloads](https://img.shields.io/github/downloads/Venomalia/UniversalDynamicInput/total?color=907&label=Downloads)](https://github.com/Venomalia/UniversalDynamicInput/releases) [![Stars](https://img.shields.io/github/stars/Venomalia/UniversalDynamicInput?color=990&label=Stars)](https://github.com/Venomalia/UniversalDynamicInput/stargazers)
33

4+
![Image1](https://i.imgur.com/WIxE3IZ.jpg "Image1")
5+
46
**UniversalDynamicInput** is a custom button package for [Dolphin emulator](https://dolphin-emu.org/).
57
It uses [dynamic input textures](https://forums.dolphin-emu.org/Thread-introducing-dynamic-input-textures-a-new-feature-for-controller-icons) to create custom buttons in **real time**.
68
Unlike traditional button packs, you can change the control settings at **any time**,
@@ -11,47 +13,48 @@ Take a look at this [Dolphin progress report](https://dolphin-emu.org/blog/2020/
1113

1214
### [<img src="https://img.shields.io/github/v/release/Venomalia/UniversalDynamicInput?label=Download&style=for-the-badge" alt="Download" height="35"/>](https://github.com/Venomalia/UniversalDynamicInput/releases)
1315

14-
## [Installation](https://github.com/Venomalia/UniversalDynamicInput/wiki/Installation)
15-
16-
#### Requires
17-
- Dolphin 5.0-15214 or [newer](https://dolphin-emu.org/download/).
18-
- At least one Supported [Input Device](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-Input-Devices) and [Game](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-games).
19-
20-
#### Desktop
21-
1. Place the **DynamicInputTextures** folder into Dolphin's **Load** directory,
22-
- **Windows:** _`%UserName%\Documents\Dolphin Emulator\Load`_ in **Portable mode** _`\User\Load`_
23-
- **Linux:** _`~/.dolphin-emu/Load`_ or _`~/.local/share/dolphin-emu/Load`_ depending on your system
24-
- **macOS:** _`~/Library/Application Support/Dolphin/Load`_
16+
## Which Dolphin versions are supported?
17+
Dolphin 5.0-15214 or [newer](https://dolphin-emu.org/download/) and all branches based on one of these versions.
18+
- [Dolphin](https://dolphin-emu.org/) for desktop Windows, MacOS and Linux based systems.
19+
- [Dolphin UWP](https://github.com/UWP-Team/dolphinUWP) for Xbox Series X and S.
20+
- [RetroDECK](https://retrodeck.net/) for Linux and SteamOS.
21+
- [EmuDeck](https://www.emudeck.com/) for SteamOS.
22+
23+
## What games are supported?
24+
You can find all supported games on the [wiki](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-games), if a game is not supported you can [add it](https://github.com/Venomalia/UniversalDynamicInput/wiki/Create-a-Package) or open a [request](https://github.com/Venomalia/UniversalDynamicInput/issues/new/choose).
25+
26+
## Which input devices are supported?
27+
You can find all supported input devices on the [wiki](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-Input-Devices), if a devices is not supported you can [add it](https://github.com/Venomalia/UniversalDynamicInput/wiki/Add-a-Devices) or open a [request](https://github.com/Venomalia/UniversalDynamicInput/issues/new/choose).
28+
29+
## How to install the pack?
30+
You can also find a detailled intalation for your version on the [wiki](https://github.com/Venomalia/UniversalDynamicInput/wiki/Installation).
31+
32+
#### Installation
33+
1. Place the **DynamicInputTextures** folder into Dolphin's **Load** directory:
34+
- You can find the load folder if you navigate in dolphin to `File` > `Open User Folder` and navigate to the `Load` folder.
35+
- By default you can also find the load folder under
36+
- **Windows:** _`%UserName%\Documents\Dolphin Emulator\Load`_
37+
- **Linux:** _`~/.dolphin-emu/Load`_ or _`~/.local/share/dolphin-emu/Load`_ depending on your system
38+
- **MacOS:** _`~/Library/Application Support/Dolphin/Load`_
39+
- **Xbox:** Xbox Usb drive at _`Dolphin\Load`_
40+
- The path should now look like this `.\Load\DynamicInputTextures`
2541
1. Open Dolphin, enter `Graphics` > `Advanced` tab > Check **`Load Custom Textures`**.
2642
1. As soon as you start a [supported game](../wiki/Supported-Games), Dolphin will generate and load the new button textures.
27-
> If you have any problems take a look at our [troubleshooting](https://github.com/Venomalia/UniversalDynamicInput/wiki/Problem-solving#troubleshooting) guide.
43+
> If you have any problems take a look at our [troubleshooting](../wiki/Problem-solving#troubleshooting) guide.
2844
2945
#### Clone
3046
It is also possible to **Clone** this repository to Dolphin's **Load** directory.
3147

32-
## [Supported Games](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-games)
33-
34-
## [Supported Input Devices](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-Input-Devices)
35-
36-
## Screenshots:
37-
![Image1](https://i.imgur.com/WIxE3IZ.jpg "Image1")
38-
![Image2](https://i.imgur.com/3pcxh5P.jpg "Image2")
39-
4048
## FAQ:
49+
4150
### Does it work with texture packs?
4251
Yes, there are no known problems.
4352

4453
### Does it work with netplay?
4554
Yes, but there can be problems with wii games because only player 1 can use Wii Remote 1.
4655

47-
### Do we accept game suggestions?
48-
Yes, but we need the [texture dumps](https://github.com/Venomalia/UniversalDynamicInput/wiki/Dumping-Textures) to implement it. Dumps can be sent to us via [Github](https://github.com/Venomalia/UniversalDynamicInput/issues/new/choose) or [Discord](https://discord.gg/q9RtF4Tm9E).
49-
50-
### My controller is not supported?
51-
here you can make a [request](https://github.com/Venomalia/UniversalDynamicInput/issues/new/choose).
52-
5356
### How to create a package for this project?
54-
Try this [guide](https://github.com/Venomalia/UniversalDynamicInput/wiki/Create-a-Package). make a [contribution](https://github.com/Venomalia/UniversalDynamicInput/wiki/Contributing)
57+
Try this [guide](https://github.com/Venomalia/UniversalDynamicInput/wiki/Create-a-Package).
5558

5659
### The buttons that are displayed do not fit my controller!
5760
Try the [DevicesTextureChanger](https://github.com/Venomalia/UniversalDynamicInput/wiki/Windows-Supported-Input-Devices#devicestexturechanger) or create a [request](https://github.com/Venomalia/UniversalDynamicInput/issues/new/choose).
@@ -67,6 +70,9 @@ Super Mario Galaxy [1](https://forums.dolphin-emu.org/Thread-super-mario-galaxy-
6770
Phantasy Star Online 1 & 2 UI assets created by [LutheeMajestic](https://forums.dolphin-emu.org/Thread-phantasy-star-online-episode-i-ii-hd-ui-project) Licensed under [![license](https://img.shields.io/badge/CC%20BY--SA%204.0-lightgrey)](https://creativecommons.org/licenses/by-sa/4.0/deed.de).
6871

6972
### Special thanks:
70-
[iwubcode](https://github.com/iwubcode) for this great feature and to all helpers for beta-tests, feedback, texture-dumps and other improvements.
73+
[iwubcode](https://github.com/iwubcode) for the development of [dynamic input textures](https://forums.dolphin-emu.org/Thread-introducing-dynamic-input-textures-a-new-feature-for-controller-icons).
74+
75+
All helpers for beta-tests, feedback, texture-dumps and other improvements.
76+
7177
---
7278
[![license](https://img.shields.io/github/license/Venomalia/UniversalDynamicInput?label=License)](https://github.com/Venomalia/UniversalDynamicInput/blob/main/LICENSE)

0 commit comments

Comments
 (0)