MechanicalJiangshi
Newbie
- Jun 5, 2023
- 74
- 297
- 177
Sorry for abandoning this project guys. I lost all my motivation after seeing the official TL get released.
I used dnSpy to edit the DLL:
If you wanna change the card to something else, edit MDotCardGame.Scenes.ReminiscenceScene.BattleReminiscence. You'll have to edit the IL assembly because it's one of those classes with compiler optimizations.
Here I modded the DLL from the Kagura version downloaded from the game's main thread on here. This gives you Slash instead of SuperSlash in the gallery battles:Hello. Sorry for the necro, but I would like to know what tools you used to edit MDotCardGame.dll. I have tinkered around with editing the GoDot .pck file, but I want to add regular Slash in the reminiscence battles so the enemies aren't instantly defeated in 1 hit.
The reason I am asking for help editing it instead of using the download you provided is because I'm on a newer release of the game and the .dll you provided causes the game to bug out. :/
You must be registered to see the links
I used dnSpy to edit the DLL:
You must be registered to see the links
If you wanna change the card to something else, edit MDotCardGame.Scenes.ReminiscenceScene.BattleReminiscence. You'll have to edit the IL assembly because it's one of those classes with compiler optimizations.