feat: add initial People Playground mod development kit
This commit is contained in:
22
README.md
22
README.md
@@ -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.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user