mistralys / cyberpunk-mod-db
JSON database of Cyberpunk 2077 Clothing Mods
Requires
- mistralys/application-localization: >=1.5.0
- mistralys/application-utils: >=3.0.5
- mistralys/application-utils-core: >=2.3.0
- mistralys/application-utils-image: >=1.2.0
README
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
- JSON-based mod descriptions with categorized items.
- Mods overview shows all mods included in the database.
- Virtual Atelier mods used by the clothing mods.
- Custom screenshots for each mod.
- Pose pack references as screenshotting help.
- Tags used to categorize mods and items.
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.