Skip to content
Venomalia edited this page Oct 19, 2021 · 12 revisions

This is a tutorial to show you how to create a Dynamic Input Texture package for Dolphin Emulator based on Universal Dynamic Input, it is intended for users who want to create their own packages and contribute them to the project.

The following steps will probably be complicated at first. But once you get used to it, it will only take a few minutes.

Create

  1. Dump the textures with Dolphin.

  2. Increase the size of the textures. This is optional but too small textures look very blurry.

    • normally 400% for GC games and by 200% for Wii games.
    • nearest neighbor should be used as filter.
  3. create the package with the DolphinDynamicInputTextureCreator.

  4. now you can test the pack and if necessary adjust it further.

  5. when your pack is ready you can contribute it to this project.