MechanicalJiangshi
Newbie
- Jun 5, 2023
- 74
- 297
- 177
Card names and descriptions are stored in data_MDotCardGame_windows_x86_64\MDotCardGame.dllI've looked through the png.ctex files and .jsons and haven't found any referring to card description text.
Could it be in these C# files?
View attachment 4268618
Or perhaps in the .res file the tres.remap file refers to?
View attachment 4268668
I noticed opening the .res file in Godot requires the following dependencies:
View attachment 4268670
*Changes depending on card (e.g. DoubleSlash will req DoubleSlash.mp3 & DoubleSlashSpriteFrames.tres
It's a bit of a challenge, since I cannot access the original .tres files and the C# files appear empty. For those who have also tried looking into translating the card descriptions, what have y'all found? Is this the right approach?
They're editable with
You must be registered to see the links