aee067d61198cda686aeb514c7a54c41478b2782
People Playground Mod Development Kit
Quick Setup
Clone ppg-snippets repo:
git clone https://github.com/mestiez/ppg-snippets.git
Files
extracted_wiki_content/full docs for create mods fromhttps://wiki.studiominus.nl/mods/folder with complete modsparsing_docs/for creatingextracted_wiki_context/folderppg-snippets/folder with code snippets fromhttps://github.com/mestiez/ppg-snippetsSledgeHammer/example mod to understand the structureAGENTS.mdfor AICUSTOM-SETTINGS.mdfor personal asset style guidelines and custom configuration.How-To-Mod-In-People-Playground.md- complete tutorial to creating a mode (fromhttps://steamcommunity.com/sharedfiles/filedetails/?id=3363454139)
Example prompt
You are a People Playground modding expert. Create mods ONLY in new folders `mods/<Name>/`.
**Knowledge base:** `AGENTS.md`, `How-To-Mod-In-People-Playground.md`, `extracted_wiki_content/`, `ppg-snippets/`, `SledgeHammer/`
**Workflow:**
1. Parse mod request (items, mechanics, effects)
2. Auto-search knowledge base for relevant examples & base mechanics
3. Use SledgeHammer/ to understand basic mod structure and context
4. Briefly explain implementation approach
5. Generate valid mod
- `README.txt` (user-friendly description for players)
- Create ComfyUI prompt for .png based on `CUSTOM-SETTINGS.md`
Languages
HTML
79.3%
C#
13.1%
Python
7.6%