EmDotRand
Well-Known Member
- Sep 7, 2020
- 1,190
- 2,025
Start with simple tweaks. You can slowly incorporate new skills as you make more mods. For example, I wanted to swap the battle music with the Chipzel's version of Hot mess from Crypt of the Necrodancer. So let's walk through how I did it.My Lords... how does one achieve this power... i to want to mod

Step one is decompiling the game. I used
You must be registered to see the links
on the hard mode mod of the game so I don't need to crack the game. It's as simple as recovering the project by selecting the .pck file. Step two is importing the game to godot. I use version 4.4, but you may need to downgrade depending on the game.
Next import the file you want. In my case it's an ogg file I obtained with money, but you can use other means. Drag it in the Assets/BGMs folder and wait for it to import.
This game uses an audio manager script. Thus swapping the music just entails finding the right variable and renaming the file path.

Save and let's test it out.
View attachment fight0001-0530.mp4
Success! You can keep it for personal enjoyment, or you can find export instructions elsewhere if you wish to share your work.