Garden Paws

Garden Paws

Not enough ratings
Modding Resources
By VexedOwl
This will be a collection of links to resources for modding Garden Paws.
   
Award
Favorite
Favorited
Unfavorite
General
- Official Modding Page[www.gardenpawsgame.com]
- Fandom Modding Page[gardenpaws.fandom.com]
Tools
- Modding Console[www.gardenpawsgame.com]: For Testing Mods In Game
- Modding Sandbox[www.gardenpawsgame.com]: For Testing Mods In Game
- Mod Manager[www.gardenpawsgame.com]: Needed To Upload Mods to Steam Workshop
- Visual Studio Code[code.visualstudio.com]: Used to Edit Code
- Visual Studio Code, Auto Complete[www.gardenpawsgame.com]: Visual Studio Code Extension
- Gimp[www.gimp.org]: Image Editor for 2D Art

Skin's & Outfits
- Skin & Outfit Tester: Can be found in your Garden Paws Folder: Steam => steamapps => common => Garden Paws => GPSkinTesting => GPSkinTesting.exe
- Clothing Tutorial: Youtube Video On how to use the Skin & Outfit Tester
- Create a Skin Mod: A Guide by Pinelot

Models (3D)
- Official Model Maker[www.gardenpawsgame.com]: !!! Seems to not be exporting correctly. !!!
- Blender[www.blender.org]: A program for making and editing 3D models.
Mod Examples & Guides
- First Mod[www.gardenpawsgame.com] Official Guide, Make a Simple Mod
- Custom Trigger[www.gardenpawsgame.com] Official Guide, Advanced LUA Guide
- Remote Call[www.gardenpawsgame.com] Official Guide, Advanced LUA Guide
- UI Window[www.gardenpawsgame.com] Official Guide, Advanced LUA Guide
- Hotbar Usable[www.gardenpawsgame.com] Official Guide, Advanced LUA Guide
- Multiplayer Duel[www.gardenpawsgame.com] Official Guide, Advanced Mod Creation Guide
- Minesweeper[www.gardenpawsgame.com] Official Guide, Advanced Mod Creation Guide
- Sign Entity[www.gardenpawsgame.com] Official Guide, Advanced Mod Creation Guide

Vexed Guides
- Let's Make A Mod: Cooking Edition Walk-through to making a cooking mod.
- Let's Make A Mod: Mod Manager Looking at the Garden Paws mod manager and steam workshop.
References
You will likely use these frequently when putting together your mods.

JSONs
These are the basic building blocks of mods.
- Mod Folder Structure[www.gardenpawsgame.com]
- Crafting Recipe JSON[www.gardenpawsgame.com]
- Item JSON[www.gardenpawsgame.com]
- Mail JSON[www.gardenpawsgame.com]
- Quest JSON[www.gardenpawsgame.com]

Game IDs
- Official Item IDs[www.gardenpawsgame.com]: Listed on the left by category.
- Official Event IDs[www.gardenpawsgame.com]: Listed on the left by category.
- Item ID Spreadsheet[docs.google.com]: A fanmade spreadsheet, sorted by category tabs on the bottom, has more ID’s than the official pages.
- Modding Console ID Dump: Have Item Selected on Hot Bar => Open the Modding Console =>
`Game.DumpHotbarSelectedTexture()`

Item Textures (3D)
- Modding Console Texture Dump:
Have Item Selected on Hot Bar => Open the Modding Console => Game.DumpHotbarSelectedTexture() => Find the Output in in your Garden Paws Folder: Steam => steamapps => common => Garden Paws => TextureDump
Texture pull only works on equipment/hand items.