Skip to content

Mistralys/cyberpunk-mod-db

Repository files navigation

Cyberpunk 2077 Clothing Mods Database

This is a curated database of detailed Cyberpunk 2077 clothing mod descriptions stored in individual JSON files, and with custom screenshots.

Live examples

Data included in the database

Some statistics

  • 190 clothing mod details collected
  • 569 item categories
  • 5434 individual items
  • 261 individually crafted screenshots
  • 56 known virtual atelier mods
  • 102 tags to categorize mods and items
  • 72 known mod authors

Accessing the Database

At its simplest level, you can browse the files manually or include the project as a submodule in your own project, and load the JSON files manually.

The database was initially created to be used in a PHP project, so if you have access to PHP, you can use the separate project Cyberpunk 2077 Clothing Mods Database PHP for object-oriented access to the data. This includes a full text search, which is not available out of the box here.

NOTE: GitHub shows the project as a PHP project, but those PHP files are only what I use as helpers to author the database. The main database parts are the JSON files and the screenshots.

Contributing

Please see the contribution guide. I am always happy to receive error reports, new mods, tag suggestions, and any other kind of feedback.

Documentation