This shows you the differences between two versions of the page.
| — |
def_editing:new_suit_template [2006/08/17 22:43] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | * THING->HERO_SUIT_NEW_ITEM | ||
| + | * CHeroSuitDef (Just an array of objects needed for the complete suit) | ||
| + | * CInventoryDef | ||
| + | * //New Texture added here// (For the HUD Icon) | ||
| + | * //New Text entry added here// (For the Suit's Title) | ||
| + | * //New Text entry added here// (For the Suit's Description) | ||
| + | To add a SUIT to the menu:\\ | ||
| + | \\ | ||
| + | INVENTORY_TYPE_CLOTHING->F95A6F22 //(Suit Array)// add your HERO_SUIT here.\\ | ||
| + | INVENTORY_CATEGORY_CLOTHES_SUITS->953228EE //(Number of Max Suits)// make sure this is greater than or equal to the number of suits in the suit array\\ | ||