Skip to content

PAC3 Item Generator

Create wearable PAC3 outfit items that attach PAC parts to the player when equipped. PAC3 outfits are useful for small visual accessories, faction markers, event props, and cosmetic progression that should live inside Lilia's inventory rules.

PAC3 must be installed on the server for these items to work. Generated items target base_pacoutfit, which applies the PAC part on equip and removes it on unequip.

Output Location:

garrysmod/gamemodes/[schema folder]/schema/definitions/sh_items.lua
Unique identifier for this item (no spaces, lowercase)
3D model shown in the inventory
Items in the same category cannot be equipped together
Unique ID used inside the PAC3 part data
Bone the PAC model should attach to
The model that PAC3 attaches to the player
Scale multiplier for the attached PAC model
Optional boosts added while the item is equipped, such as strength = 2 or agility = 1.

Generated Code