feat: add initial People Playground mod development kit

This commit is contained in:
2026-01-06 06:35:51 +03:00
parent b89c805060
commit 27da387c5a
1095 changed files with 40267 additions and 1 deletions

View File

@@ -1,2 +1,22 @@
# ppg-modkit
# People Playground Mod Development Kit
## Quick Setup
Clone `ppg-snippets` repo:
```bash
git clone https://github.com/mestiez/ppg-snippets.git
```
## Important files
- `ppg-snippets/` folder with code snippets from `https://github.com/mestiez/ppg-snippets`
- `extracted_wiki_content/` full docs for create mods from `https://wiki.studiominus.nl/`
- `How-To-Mod-In-People-Playground.md` - complete tutorial to creating a mode (from `https://steamcommunity.com/sharedfiles/filedetails/?id=3363454139`)
- `CUSTOM-SETTINGS.md` for personal asset style guidelines and custom configuration.
## Example prompt
```
READ `AGENTS.md`, `README.md` and other files that necessary for you to create new mode in new folder.
I provide all what you need. You can use grep or whatenver in `extracted_wiki_content/`, `ppg-snippets/` and `How-To-Mod-In-People-Playground.md`.
Do whatever you want.
```