Skip to content

TheRagingRyan/Dokkan-Sticker-Tool

Repository files navigation

Dokkan Sticker Tool

A tool that lets you modify/create stickers in the game Dokkan Battle.

Python Version

Download Python 3.13.0
Make sure to add to PATH as always.

Dependencies

  • numpy
  • pillow
  • pyglm
  • PyOpenGL
  • PySide6
  • PySide6_Addons
  • PySide6_Essentials

How to Run

  • Run "Install Dependencies.bat" first to install the previously mentioned dependencies.
  • Run.bat

Preview

  • Files used in the previews are available in "character\card"
  • Open File expects the same structure as the game. If it's a modded card, makes sure the files are named appropriately.
    1
  • You can load a singular color mask to preview the effect of said mask color (as shown below).
    2
  • Or even just load the mask, and it will display the effects of everything.
    3

Notable Mentions

  • Coordinate mode needs to be enabled in the specific effect's tab in order to move the effect.
  • Coordinate mode gets turned off by default when changing effect tabs; in order to prevent unintentionally moving an effect.
  • If you need to exceed the window with your coordinates, you can manually edit the json and reload it.
Screen Position X Offset Y Offset
Top Left 0.0 0.0
Top Right -1.0 0.0
Bottom Left 0.0 -1.0
Bottom Right -1.0 -1.0
If you have any questions feel free to message me on discord: "theragingryan"

About

A tool that lets to modify/create stickers in the game Dokkan Battle.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages