Skip to content

Commit 75fa3a9

Browse files
authored
Update Readme (#28)
1 parent 98669bb commit 75fa3a9

1 file changed

Lines changed: 33 additions & 24 deletions

File tree

Readme.md

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,42 @@
11
# Universal Dynamic Input
2-
[![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/vEQYMPxgSR) [![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) [![license](https://img.shields.io/github/license/Venomalia/UniversalDynamicInput?label=License)](https://github.com/Venomalia/UniversalDynamicInput/blob/main/LICENSE) [![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)
2+
[![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/vEQYMPxgSR) [![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)
3+
4+
**UniversalDynamicInput** is a custom button package for [Dolphin emulator](https://dolphin-emu.org/).
5+
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+
Unlike traditional button packs, you can change the control settings at **any time**,
7+
the in-game buttons are automatically updated to match the controller and setting you're using.
8+
Another advantage is that there are no problems with other texture packs.
9+
Take a look at this [Dolphin progress report](https://dolphin-emu.org/blog/2020/12/10/dolphin-progress-report-october-2020/#50-12801-dynamic-input-textures-by-iwubcode) for more info.
10+
11+
12+
### [<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)
13+
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`_
25+
1. Open Dolphin, enter `Graphics` > `Advanced` tab > Check **`Load Custom Textures`**.
26+
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](../wiki/Problem-solving#troubleshooting) guide.
28+
29+
#### Clone
30+
It is also possible to **Clone** this repository to Dolphin's **Load** directory.
331

4-
**UniversalDynamicInput** is a custom button package for [Dolphin emulator](https://dolphin-emu.org/). 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. Unlike traditional button packages, you can change the control settings at any time and the in-game textures will change. There are also no problems with texture packages. Take a look at this [Dolphin progress report](https://dolphin-emu.org/blog/2020/12/10/dolphin-progress-report-october-2020/#50-12801-dynamic-input-textures-by-iwubcode) for more info.
5-
6-
7-
### [![Download](https://img.shields.io/github/v/release/Venomalia/UniversalDynamicInput?label=Download&style=for-the-badge)](https://github.com/Venomalia/UniversalDynamicInput/releases)
8-
9-
## [Installation](https://github.com/Venomalia/UniversalDynamicInput/wiki/Installation):
10-
- Dolphin 5.0-13603 or [newer](https://de.dolphin-emu.org/download/).
11-
- The latest [release](https://github.com/Venomalia/UniversalDynamicInput/releases) of UniversalDynamicInput.
12-
- At least one [Supported Game](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-games).
13-
- At least one [Supported Device](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-Inputs-Devices).
14-
- Place the **DynamicInputTextures** folder into Dolphin's **Load** directory:
15-
- Standard directory: `%UserName%\Documents\Dolphin Emulator\Load`
16-
- Portable mode (portable.txt): `DolphinDirectory\User\Load`
17-
- Open Dolphin, enter Graphics > Advanced tab > Check `Load Custom Textures`.
18-
19-
As soon as you start a [supported game](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-games), Dolphin should generate and load the textures.
32+
## [Supported Games](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-games)
2033

21-
If it does not work, try this [guide](https://github.com/Venomalia/UniversalDynamicInput/wiki/Problem-solving).
34+
## [Supported Input Devices](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-Input-Devices)
2235

2336
## Screenshots:
2437
![Image1](https://i.imgur.com/WIxE3IZ.jpg "Image1")
2538
![Image2](https://i.imgur.com/3pcxh5P.jpg "Image2")
2639

27-
## [Supported Games](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-games)
28-
## [Supported Devices](https://github.com/Venomalia/UniversalDynamicInput/wiki/Supported-Input-Devices)
29-
3040
## FAQ:
3141
### Does it work with texture packs?
3242
Yes, there are no known problems.
@@ -58,6 +68,5 @@ Phantasy Star Online 1 & 2 UI assets created by [LutheeMajestic](https://forums.
5868

5969
### Special thanks:
6070
[iwubcode](https://github.com/iwubcode) for this great feature and to all helpers for beta-tests, feedback, texture-dumps and other improvements.
61-
62-
## License: CC0
63-
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/deed.de)
71+
---
72+
[![license](https://img.shields.io/github/license/Venomalia/UniversalDynamicInput?label=License)](https://github.com/Venomalia/UniversalDynamicInput/blob/main/LICENSE)

0 commit comments

Comments
 (0)