PAC3 Item Generator
Create wearable PAC3 outfit items that attach PAC parts to the player when equipped.
Overview
Use this tool to generate the Lua structure for a custom PAC3 item. It targets base_pacoutfit, which equips a PAC part and removes it when unequipped.
Requirements: PAC3 must be installed and available on the server for these items to work correctly.
Recommended Placement:
garrysmod/gamemodes/[schema folder]/schema/items/pacoutfit/[item_id].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