feat: add zombie cure syringe mod & add audio effects for template mod

This commit is contained in:
2026-01-10 22:09:39 +03:00
parent 10dbfd434c
commit aee067d611
19 changed files with 264 additions and 30 deletions

View File

@@ -7,16 +7,30 @@ Clone `ppg-snippets` repo:
git clone https://github.com/mestiez/ppg-snippets.git
```
## Important files
- `ppg-snippets/` folder with code snippets from `https://github.com/mestiez/ppg-snippets`
## Files
- `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`)
- `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
```
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.
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`
```