Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.22 KB

File metadata and controls

29 lines (21 loc) · 1.22 KB

README for generating title ID list

Sourced Lists

  1. https://github.com/hax0kartik/3dsdb a. Apply my custom modification to generate new lists containing more data

    • list_US.json
    • list_GB.json
    • list_JP.json (has problems)
    • list_KR.json
    • list_TW.json (has problems)
  2. https://github.com/ghost-land/3dsdb a. Fallback data b. wget https://github.com/ghost-land/3dsdb/raw/refs/heads/main/data/initial_data/games.json -O ghost-land-3dsdb-initial_data-games.json c. wget https://github.com/ghost-land/3dsdb/raw/refs/heads/main/data/initial_data/virtual-console.json -O ghost-land-3dsdb-initial_data-virtual_console.json d. wget https://github.com/ghost-land/3dsdb/raw/refs/heads/main/data/initial_data/dsiware.json -O ghost-land-3dsdb-initial_data-dsiware.json

  3. Copy them to data/source

  4. Run uv run scripts/make_local_list.py

  5. Run uv run scripts/make_fallback_list.py

  6. List generated at data/generated/final_local_title_list.json and data/generated/final_fallback_title_list.json. Use in web app for local query and escalate to API.