Code Monkey home page Code Monkey logo

Comments (3)

pixeltris avatar pixeltris commented on June 21, 2024
  • Edit Data/ClientData/ClientSettings.json and change ShowConsole from false to true.
  • Open YgoMasterClient.exe. You should also see a console window which belongs to the game window. In that console type carddata. This should say done.
  • Navigate to Data/ClientDataDump/Card/Data/v120 which should have been created by the above step. Copy the v120 folder to Data/ and rename it to CardData. So it should be Data/CardData/.
  • Open cmd and use cd to change the path to the YgoMaster folder (if you're not sure what cmd or cd are just google it). Then type ygomaster.exe --missing-cards.

You should now see missing-cards.txt in your folder. You can then use these card ids and just add them to the end of CardList.json. You will also need images for these cards if they aren't already in the game. To do this create an image in the following location where XXXXX is the card id:

Data/ClientData/Card/Images/Illust/tcg/XXXXX.png

Here is an example of missing-cards.txt after the most recent update on 2022-10-11. I hope this helps.

from ygomaster.

pixeltris avatar pixeltris commented on June 21, 2024

It should be noted that I don't take the above process for updating CardList.json. Cards which are already in the live game are obtained from logging packets from the official servers. I haven't committed the code for this yet but I will probably do so at some point in the future. It's essentially this but most of these files are mostly auto generated from the tool with some minor manual work https://github.com/pixeltris/YgoMaster/blob/master/Docs/Updating.md

from ygomaster.

Grisha9999 avatar Grisha9999 commented on June 21, 2024

Thank you very much for your patience and your response! It helped me enormously and I was able to pass without any problem! Thank !

from ygomaster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.