No description
  • HTML 79.3%
  • C# 13.1%
  • Python 7.6%
Find a file
2026-01-10 22:13:19 +03:00
extracted_wiki_content feat: add initial People Playground mod development kit 2026-01-06 10:00:48 +03:00
mods feat: add zombie cure syringe mod & add audio effects for template mod 2026-01-10 22:13:19 +03:00
parsing_docs feat: add initial People Playground mod development kit 2026-01-06 10:00:48 +03:00
SledgeHammer feat: add zombie cure syringe mod & add audio effects for template mod 2026-01-10 22:13:19 +03:00
.gitignore feat: add initial People Playground mod development kit 2026-01-06 10:00:48 +03:00
AGENTS.md feat: add initial People Playground mod development kit 2026-01-06 10:00:48 +03:00
CUSTOM-SETTINGS.md feat: add zombie cure syringe mod & add audio effects for template mod 2026-01-10 22:13:19 +03:00
How-To-Mod-In-People-Playground.md feat: add initial People Playground mod development kit 2026-01-06 10:00:48 +03:00
LICENSE Initial commit 2026-01-06 06:29:28 +03:00
README.md feat: add zombie cure syringe mod & add audio effects for template mod 2026-01-10 22:13:19 +03:00

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 from https://wiki.studiominus.nl/
  • mods/ folder with complete mods
  • parsing_docs/ for creating extracted_wiki_context/ folder
  • ppg-snippets/ folder with code snippets from https://github.com/mestiez/ppg-snippets
  • SledgeHammer/ example mod to understand the structure
  • AGENTS.md for AI
  • CUSTOM-SETTINGS.md for personal asset style guidelines and custom configuration.
  • How-To-Mod-In-People-Playground.md - complete tutorial to creating a mode (from https://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`