# 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 creat e 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. ```