

Automatically translated from Japanese by AI
A music MOD creation support tool for Paradox games. It batch converts Japanese music file names to alphanumeric characters and automatically generates localization files to display the original Japanese titles in-game.
131
# Paradox Interactive Music MOD Support Tool (OGG File Renamer)
A GUI tool that supports music MOD creation for Paradox Interactive games (HoI4, EU4, CK3, etc.).
It batch renames Japanese music files into a format that the game can handle (alphanumeric characters), and automatically generates localization files (.yml) to display the original Japanese titles in-game.
_l_japanese.yml that links file names before and after conversion..yml files in the output folder.music folder, etc..txt files), you can easily complete the MOD by setting the files generated by this tool to Music Mod Creation Tool.PySide6 (Qt GUI)pykakasi (for romanization conversion)PyYAML (for YAML generation)Settings are saved in the settings/ folder at the same level as the executable or script.
config.json: Application settings such as character count limits and prefixes.forbidden_chars.json: List of prohibited characters that are replaced with "_" during romanization conversion.You can use PyInstaller to create an executable file that works even in environments where Python is not installed.
pip install pyinstaller
pyinstaller --onefile --noconsole --icon icon.ico --name "OGG File Renamer" --collect-data pykakasi gui_app.pyOnce the build is complete, the executable file is generated in the dist/ folder.
Developed by Ikumyon
Reactions & commentsFeedback
Share your thoughts, bug reports, or suggestions directly with the developer
Log in to share your feedback
Log in to leave feedback