You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**UniversalDynamicInput** is a custom button package for [Dolphin emulator](https://dolphin-emu.org/).
5
7
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**.
6
8
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/
- 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
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
- The path should now look like this `.\Load\DynamicInputTextures`
25
41
1. Open Dolphin, enter `Graphics` > `Advanced` tab > Check **`Load Custom Textures`**.
26
42
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.
28
44
29
45
#### Clone
30
46
It is also possible to **Clone** this repository to Dolphin's **Load** directory.
Yes, but there can be problems with wii games because only player 1 can use Wii Remote 1.
46
55
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
-
53
56
### 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).
55
58
56
59
### The buttons that are displayed do not fit my controller!
57
60
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-
67
70
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 [](https://creativecommons.org/licenses/by-sa/4.0/deed.de).
68
71
69
72
### 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.
0 commit comments