This repository provides updates for custom cards in Project Ignis: EDOPro, maintained by Project Underground.
Pull requests are not accepted here. If you want to contribute, please refer to our guidelines from CardScripts and VaultCDB. For any questions or support, join our Discord community.
To enable updates from this repository, follow these steps:
- Locate your config folder (see below).
- Create a file named
user_configs.jsoninside theconfigfolder. - Copy and paste the following JSON content into
user_configs.json:
{
"repos": [
{
"url": "https://github.com/YGOProjectUnderground/Nexus.git",
"repo_name": "Nexus updates",
"repo_path": "./repositories/nexus",
"data_path": "",
"script_path": "script",
"core_path": "bin",
"has_core": true,
"should_update": true,
"should_read": true
}
]
}- Open
configs.jsonin the sameconfigfolder. - Find the
"has_core"setting and change its value tofalse. This ensures EDOPro uses our core instead of the default Project Ignis core.
- Windows:
This PC > (C:) > ProjectIgnis > config - Mac:
Applications > ProjectIgnis > config - Android:
EDOPro > config(in the uppermost directory of your device's internal storage)