-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🛠 Feature 🛠] Deck/Extra Deck limit #17
Comments
Possibly, but there are many hard coded limits in the exe so you just have to play around and see. Looking at the duel structure in memory it seems like there's space for up to 120 cards in the deck. Lotd/Lotd/NativeScript/MemTools.Structures.cs Lines 208 to 217 in 36c8a54
For making custom decks which might be able to break limits see https://github.com/MoonlitDeath/Link-Evolution-Editing-Guide/wiki/Creating-Custom-Decks,-Characters-and-Duels:-The-Full-Guide |
Thanks a lot, i'll give a try :) |
Just a small question, how do you find your own deck in decks.zib ? maybe i'm missing sth but it seems i can only edit other characters deck ^-^ |
Sorry it's the first time i try to mod ygo |
I'd recommend reading that wiki, the Home page gives a good overview of modifying files https://github.com/MoonlitDeath/Link-Evolution-Editing-Guide/wiki |
Hi again , i'm sorry to disturb you but after reading the guide several times, espetially this part : "Creating Custom Decks, Characters and Duels: The Full Guide" i really could not find how to edit my own deck. i can edit story deck but i cannot find where are located ydc for my personal decks |
Personal decks are stored in the save file. The save file has strict limits on what it can load in terms of deck sizes: Lotd/Lotd/SaveData/DeckSaveData.cs Lines 45 to 47 in 36c8a54
So yea, if you wanted to break limits you definitely couldn't do it with user decks (at least not from the save file). But maybe story decks, which you can then play with by selecting a story deck in game. EDIT: Never-mind, the save file might be an option. I briefly looked at the code without re-reading it Lotd/Lotd/SaveData/DeckSaveData.cs Lines 76 to 78 in 36c8a54
You can import ydk decks files using the tool, so that might work to break the limits. Though there might still be in-memory limits which stop this. You'd just have to try it out. |
Hi, thanks for your awesome works.
I wonder if it is possible to change the deck size and extra deck size limit >60 and >15 ?
The text was updated successfully, but these errors were encountered: