Closed SherryChaos closed 6 months ago
Isnt that just the item id from itemid.json that it was originally using?
Isnt that just the item id from itemid.json that it was originally using?
Yes, I need the original IDs, as provided by ygomaster in itemID.json. I want to know how to get it, as the YGOMaster did.
Hi @SherryChaos, big fan of your work on MDPro3. Would be great to see a mirror of the repo on github.
Unfortunately I'm not familiar with raw IDS_ITEM.bytes
data as YgoMaster uses .NET reflection to get the IDs then gets the names using lookups of the IDs:
You'd have to use Ghidra to look into how they are doing their lookups
Hi @SherryChaos, big fan of your work on MDPro3. Would be great to see a mirror of the repo on github.
Unfortunately I'm not familiar with raw
IDS_ITEM.bytes
data as YgoMaster uses .NET reflection to get the IDs then gets the names using lookups of the IDs:You'd have to use Ghidra to look into how they are doing their lookups
Thank you for your interest in MDPro3 & your suggestion. I'm not good at assembly language, I'll stick with the old file for now.
I just exported the ids i need using YgoMaster, it's very useful! Thank you, thank this project!
LOL, I just find the list in MasterDuel:
I know I shouldn't ask here, but I don't know who else can know the answer to this question:
the new version of Master Duel come with the new IDS_ITEM.bytes,
which used to be like: ITEM.LNG.en-US.ID1000001.Rescue Rabbit.
but now it looks like this: ITEM.LNG.en-US.c87857d0.Rescue Rabbit.
How do I get the original ID from the current "c87857d0" ?
Thanks in advance!