# Installation

### DEPENDENCIES

> **REQUIRED DEPENDENCIES**

| Type               | Resource                                                                                            | Alternatives                                                                                                        | Download                                                                                                                              |
| ------------------ | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Framework          | [compatibility](https://dragon-heart-studios.gitbook.io/dragonheartstudios/compatibility "mention") | <ul><li>NA</li></ul>                                                                                                | <ul><li>Included in Bridge</li></ul>                                                                                                  |
| Bridge             | <ul><li>community\_bridge</li></ul>                                                                 | <ul><li>NA</li></ul>                                                                                                | <ul><li><a href="https://github.com/TheOrderFivem/community_bridge"><https://github.com/TheOrderFivem/community_bridge></a></li></ul> |
| Interaction System | <ul><li>Handled By The Bridge</li></ul>                                                             | <ul><li>NA</li></ul>                                                                                                | <ul><li>Included in the Bridge</li></ul>                                                                                              |
| Menu System        | <ul><li>ox\_lib</li></ul>                                                                           | <ul><li>qb-menu</li></ul>                                                                                           | <https://github.com/overextended/ox_lib>                                                                                              |
| Progressbar System | <ul><li>Handled By The Bridge</li></ul>                                                             | <ul><li>NA</li></ul>                                                                                                | <ul><li>Included in the Bridge</li></ul>                                                                                              |
| Notify System      | <ul><li>ox\_lib</li></ul>                                                                           | [integration](https://dragon-heart-studios.gitbook.io/dragonheartstudios/scripts/dhs-hunting/integration "mention") | <https://github.com/overextended/ox_lib>                                                                                              |

### RESOURCE INSTALLATION GUIDE

> **1) RESOURCE DOWNLOAD**

{% hint style="info" %}
Download your resource from [FiveM's Keymaster](https://keymaster.fivem.net/asset-grants).
{% endhint %}

***

> **2) ADD THE ITEMS**

{% tabs %}
{% tab title="QB Based Inventories" %}

```lua
--Hunting Items
['1starrabbitpelt']             = {['name'] = '1starrabbitpelt', 	            ['label'] = 'One Star Rabbit Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starrabbitpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Rabbit Pelt'},
['2starrabbitpelt']             = {['name'] = '2starrabbitpelt', 	            ['label'] = 'Two Star Rabbit Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starrabbitpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Rabbit Pelt'},
['3starrabbitpelt']             = {['name'] = '3starrabbitpelt', 	            ['label'] = 'Three Star Rabbit Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starrabbitpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Rabbit Pelt'},
['4starrabbitpelt']             = {['name'] = '4starrabbitpelt', 	            ['label'] = 'Four Star Rabbit Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starrabbitpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Rabbit Pelt'},
['perfectrabbitpelt']             = {['name'] = 'perfectrabbitpelt', 	            ['label'] = 'Perfect Rabbit Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectrabbitpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Rabbit Pelt'},

['1stardeerpelt']             = {['name'] = '1stardeerpelt', 	            ['label'] = 'One Star Deer Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1stardeerpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Deer Pelt'},
['2stardeerpelt']             = {['name'] = '2stardeerpelt', 	            ['label'] = 'Two Star Deer Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2stardeerpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Deer Pelt'},
['3stardeerpelt']             = {['name'] = '3stardeerpelt', 	            ['label'] = 'Three Star Deer Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3stardeerpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Deer Pelt'},
['4stardeerpelt']             = {['name'] = '4stardeerpelt', 	            ['label'] = 'Four Star Deer Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4stardeerpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Deer Pelt'},
['perfectdeerpelt']             = {['name'] = 'perfectdeerpelt', 	            ['label'] = 'Perfect Deer Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectdeerpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Deer Pelt'},

['1starcoyotepelt']             = {['name'] = '1starcoyotepelt', 	            ['label'] = 'One Star Coyote Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starcoyotepelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Coyote Pelt'},
['2starcoyotepelt']             = {['name'] = '2starcoyotepelt', 	            ['label'] = 'Two Star Coyote Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starcoyotepelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Coyote Pelt'},
['3starcoyotepelt']             = {['name'] = '3starcoyotepelt', 	            ['label'] = 'Three Star Coyote Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starcoyotepelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Coyote Pelt'},
['4starcoyotepelt']             = {['name'] = '4starcoyotepelt', 	            ['label'] = 'Four Star Coyote Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starcoyotepelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Coyote Pelt'},
['perfectcoyotepelt']             = {['name'] = 'perfectcoyotepelt', 	            ['label'] = 'Perfect Coyote Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectcoyotepelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Coyote Pelt'},

['1starmountainlionpelt']             = {['name'] = '1starmountainlionpelt', 	            ['label'] = 'One Star Mountain Lion Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starmountainlionpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Mountain Lion Pelt'},
['2starmountainlionpelt']             = {['name'] = '2starmountainlionpelt', 	            ['label'] = 'Two Star Mountain Lion Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starmountainlionpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Mountain Lion Pelt'},
['3starmountainlionpelt']             = {['name'] = '3starmountainlionpelt', 	            ['label'] = 'Three Star Mountain Lion Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starmountainlionpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Mountain Lion Pelt'},
['4starmountainlionpelt']             = {['name'] = '4starmountainlionpelt', 	            ['label'] = 'Four Star Mountain Lion Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starmountainlionpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Mountain Lion Pelt'},
['perfectmountainlionpelt']             = {['name'] = 'perfectmountainlionpelt', 	            ['label'] = 'Perfect Mountain Lion Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectmountainlionpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Mountain Lion Pelt'},

['1starrabbitmeat']             = {['name'] = '1starrabbitmeat', 	            ['label'] = 'One Star Rabbit Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starrabbitmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Rabbit Meat'},
['2starrabbitmeat']             = {['name'] = '2starrabbitmeat', 	            ['label'] = 'Two Star Rabbit Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starrabbitmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Rabbit Meat'},
['3starrabbitmeat']             = {['name'] = '3starrabbitmeat', 	            ['label'] = 'Three Star Rabbit Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starrabbitmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Rabbit Meat'},
['4starrabbitmeat']             = {['name'] = '4starrabbitmeat', 	            ['label'] = 'Four Star Rabbit Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starrabbitmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Rabbit Meat'},
['perfectrabbitmeat']             = {['name'] = 'perfectrabbitmeat', 	            ['label'] = 'Perfect Rabbit Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectrabbitmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Rabbit Meat'},

['1starvenison']             = {['name'] = '1starvenison', 	            ['label'] = 'One Star Deer Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starvenison.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Deer Meat'},
['2starvenison']             = {['name'] = '2starvenison', 	            ['label'] = 'Two Star Deer Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starvenison.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Deer Meat'},
['3starvenison']             = {['name'] = '3starvenison', 	            ['label'] = 'Three Star Deer Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starvenison.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Deer Meat'},
['4starvenison']             = {['name'] = '4starvenison', 	            ['label'] = 'Four Star Deer Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starvenison.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Deer Meat'},
['perfectvenison']             = {['name'] = 'perfectvenison', 	            ['label'] = 'Perfect Deer Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectvenison.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Deer Meat'},

['1starcoyotemeat']             = {['name'] = '1starcoyotemeat', 	            ['label'] = 'One Star Coyote Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starcoyotemeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Coyote Meat'},
['2starcoyotemeat']             = {['name'] = '2starcoyotemeat', 	            ['label'] = 'Two Star Coyote Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starcoyotemeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Coyote Meat'},
['3starcoyotemeat']             = {['name'] = '3starcoyotemeat', 	            ['label'] = 'Three Star Coyote Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starcoyotemeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Coyote Meat'},
['4starcoyotemeat']             = {['name'] = '4starcoyotemeat', 	            ['label'] = 'Four Star Coyote Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starcoyotemeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Coyote Meat'},
['perfectcoyotemeat']             = {['name'] = 'perfectcoyotemeat', 	            ['label'] = 'Perfect Coyote Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectcoyotemeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Coyote Meat'},

['1starpork']             = {['name'] = '1starpork', 	            ['label'] = 'One Star Pork', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starpork.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Pork'},
['2starpork']             = {['name'] = '2starpork', 	            ['label'] = 'Two Star Pork', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starpork.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Pork'},
['3starpork']             = {['name'] = '3starpork', 	            ['label'] = 'Three Star Pork', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starpork.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Pork'},
['4starpork']             = {['name'] = '4starpork', 	            ['label'] = 'Four Star Pork', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starpork.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Pork'},
['perfectpork']             = {['name'] = 'perfectpork', 	            ['label'] = 'Perfect Pork', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectpork.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Pork'},

['1starmountainlionmeat']             = {['name'] = '1starmountainlionmeat', 	            ['label'] = 'One Star Mountain Lion Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '1starmountainlionmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Terrible Quality Mountain Lion Meat'},
['2starmountainlionmeat']             = {['name'] = '2starmountainlionmeat', 	            ['label'] = 'Two Star Mountain Lion Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '2starmountainlionmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Low Quality Mountain Lion Meat'},
['3starmountainlionmeat']             = {['name'] = '3starmountainlionmeat', 	            ['label'] = 'Three Star Mountain Lion Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '3starmountainlionmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Normal Quality Mountain Lion Meat'},
['4starmountainlionmeat']             = {['name'] = '4starmountainlionmeat', 	            ['label'] = 'Four Star Mountain Lion Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = '4starmountainlionmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Higher Quality Mountain Lion Meat'},
['perfectmountainlionmeat']             = {['name'] = 'perfectmountainlionmeat', 	            ['label'] = 'Perfect Mountain Lion Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'perfectmountainlionmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Perfect Mountain Lion Meat'},

['legendarycrocodileskin']             = {['name'] = 'legendarycrocodileskin', 	            ['label'] = 'Legendary Crocodile Skin', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'legendarycrocodileskin.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Legendary Crocodile Skin'},
['legendarycrocodilemeat']             = {['name'] = 'legendarycrocodilemeat', 	            ['label'] = 'Legendary Crocodile Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'legendarycrocodilemeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Legendary Crocodile Meat'},

['legendaryhipposkin']             = {['name'] = 'legendaryhipposkin', 	            ['label'] = 'Legendary Hippo Skin', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'legendaryhipposkin.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Legendary Hippo Skin'},
['legendaryhippomeat']             = {['name'] = 'legendaryhippomeat', 	            ['label'] = 'Legendary Hippo Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'legendaryhippomeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Legendary Hippo Meat'},

['legendarybearpelt']             = {['name'] = 'legendarybearpelt', 	            ['label'] = 'Legendary Bear Pelt', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'legendarybearpelt.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Legendary Bear Pelt'},
['legendarybearmeat']             = {['name'] = 'legendarybearmeat', 	            ['label'] = 'Legendary Bear Meat', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'legendarybearmeat.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Legendary Bear Meat'}
```

{% endtab %}

{% tab title="Ox Inventory" %}

```lua
-- Hunting Items
["1starrabbitpelt"] = {
    label = "One Star Rabbit Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Rabbit Pelt",
    client = {
        image = "1starrabbitpelt.png",
    }
},

["2starrabbitpelt"] = {
    label = "Two Star Rabbit Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Rabbit Pelt",
    client = {
        image = "2starrabbitpelt.png",
    }
},

["3starrabbitpelt"] = {
    label = "Three Star Rabbit Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Rabbit Pelt",
    client = {
        image = "3starrabbitpelt.png",
    }
},

["4starrabbitpelt"] = {
    label = "Four Star Rabbit Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Rabbit Pelt",
    client = {
        image = "4starrabbitpelt.png",
    }
},

["perfectrabbitpelt"] = {
    label = "Perfect Rabbit Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Rabbit Pelt",
    client = {
        image = "perfectrabbitpelt.png",
    }
},

["1starrabbitmeat"] = {
    label = "One Star Rabbit Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Rabbit Meat",
    client = {
        image = "1starrabbitmeat.png",
    }
},

["2starrabbitmeat"] = {
    label = "Two Star Rabbit Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Rabbit Meat",
    client = {
        image = "2starrabbitmeat.png",
    }
},

["3starrabbitmeat"] = {
    label = "Three Star Rabbit Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Rabbit Meat",
    client = {
        image = "3starrabbitmeat.png",
    }
},

["4starrabbitmeat"] = {
    label = "Four Star Rabbit Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Rabbit Meat",
    client = {
        image = "4starrabbitmeat.png",
    }
},

["perfectrabbitmeat"] = {
    label = "Perfect Rabbit Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Rabbit Meat",
    client = {
        image = "perfectrabbitmeat.png",
    }
},

["1stardeerpelt"] = {
    label = "One Star Deer Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Deer Pelt",
    client = {
        image = "1stardeerpelt.png",
    }
},

["2stardeerpelt"] = {
    label = "Two Star Deer Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Deer Pelt",
    client = {
        image = "2stardeerpelt.png",
    }
},

["3stardeerpelt"] = {
    label = "Three Star Deer Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Deer Pelt",
    client = {
        image = "3stardeerpelt.png",
    }
},

["4stardeerpelt"] = {
    label = "Four Star Deer Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Deer Pelt",
    client = {
        image = "4stardeerpelt.png",
    }
},

["perfectdeerpelt"] = {
    label = "Perfect Deer Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Deer Pelt",
    client = {
        image = "perfectdeerpelt.png",
    }
},

["1stardeermeat"] = {
    label = "One Star Deer Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Deer Meat",
    client = {
        image = "1stardeermeat.png",
    }
},

["2stardeermeat"] = {
    label = "Two Star Deer Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Deer Meat",
    client = {
        image = "2stardeermeat.png",
    }
},

["3stardeermeat"] = {
    label = "Three Star Deer Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Deer Meat",
    client = {
        image = "3stardeermeat.png",
    }
},

["4stardeermeat"] = {
    label = "Four Star Deer Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Deer Meat",
    client = {
        image = "4stardeermeat.png",
    }
},

["perfectdeermeat"] = {
    label = "Perfect Deer Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Deer Meat",
    client = {
        image = "perfectdeermeat.png",
    }
},

["1starcoyotepelt"] = {
    label = "One Star Coyote Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Coyote Pelt",
    client = {
        image = "1starcoyotepelt.png",
    }
},

["2starcoyotepelt"] = {
    label = "Two Star Coyote Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Coyote Pelt",
    client = {
        image = "2starcoyotepelt.png",
    }
},

["3starcoyotepelt"] = {
    label = "Three Star Coyote Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Coyote Pelt",
    client = {
        image = "3starcoyotepelt.png",
    }
},

["4starcoyotepelt"] = {
    label = "Four Star Coyote Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Coyote Pelt",
    client = {
        image = "4starcoyotepelt.png",
    }
},

["perfectcoyotepelt"] = {
    label = "Perfect Coyote Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Coyote Pelt",
    client = {
        image = "perfectcoyotepelt.png",
    }
},

["1starcoyotemeat"] = {
    label = "One Star Coyote Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Coyote Meat",
    client = {
        image = "1starcoyotemeat.png",
    }
},

["2starcoyotemeat"] = {
    label = "Two Star Coyote Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Coyote Meat",
    client = {
        image = "2starcoyotemeat.png",
    }
},

["3starcoyotemeat"] = {
    label = "Three Star Coyote Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Coyote Meat",
    client = {
        image = "3starcoyotemeat.png",
    }
},

["4starcoyotemeat"] = {
    label = "Four Star Coyote Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Coyote Meat",
    client = {
        image = "4starcoyotemeat.png",
    }
},

["perfectcoyotemeat"] = {
    label = "Perfect Coyote Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Coyote Meat",
    client = {
        image = "perfectcoyotemeat.png",
    }
},

["1starmountainlionpelt"] = {
    label = "One Star Mountain Lion Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Mountain Lion Pelt",
    client = {
        image = "1starmountainlionpelt.png",
    }
},

["2starmountainlionpelt"] = {
    label = "Two Star Mountain Lion Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Mountain Lion Pelt",
    client = {
        image = "2starmountainlionpelt.png",
    }
},

["3starmountainlionpelt"] = {
    label = "Three Star Mountain Lion Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Mountain Lion Pelt",
    client = {
        image = "3starmountainlionpelt.png",
    }
},

["4starmountainlionpelt"] = {
    label = "Four Star Mountain Lion Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Mountain Lion Pelt",
    client = {
        image = "4starmountainlionpelt.png",
    }
},

["perfectmountainlionpelt"] = {
    label = "Perfect Mountain Lion Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Mountain Lion Pelt",
    client = {
        image = "perfectmountainlionpelt.png",
    }
},

["1starmountainlionmeat"] = {
    label = "One Star Mountain Lion Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "One Star Mountain Lion Meat",
    client = {
        image = "1starmountainlionmeat.png",
    }
},

["2starmountainlionmeat"] = {
    label = "Two Star Mountain Lion Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Two Star Mountain Lion Meat",
    client = {
        image = "2starmountainlionmeat.png",
    }
},

["3starmountainlionmeat"] = {
    label = "Three Star Mountain Lion Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Three Star Mountain Lion Meat",
    client = {
        image = "3starmountainlionmeat.png",
    }
},

["4starmountainlionmeat"] = {
    label = "Four Star Mountain Lion Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Four Star Mountain Lion Meat",
    client = {
        image = "4starmountainlionmeat.png",
    }
},

["perfectmountainlionmeat"] = {
    label = "Perfect Mountain Lion Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Perfect Mountain Lion Meat",
    client = {
        image = "perfectmountainlionmeat.png",
    }
},

["legendarycrocodileskin"] = {
    label = "Legendary Crocodile Skin",
    weight = 100,
    stack = true,
    close = true,
    description = "Legendary Crocodile Skin",
    client = {
        image = "legendarycrocodileskin.png",
    }
},

["legendarycrocodilemeat"] = {
    label = "Legendary Crocodile Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Legendary Crocodile Meat",
    client = {
        image = "legendarycrocodilemeat.png",
    }
},

["legendaryhipposkin"] = {
    label = "Legendary Hippo Skin",
    weight = 100,
    stack = true,
    close = true,
    description = "Legendary Hippo Skin",
    client = {
        image = "legendaryhipposkin.png",
    }
},

["legendaryhippomeat"] = {
    label = "Legendary Hippo Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Legendary Hippo Meat",
    client = {
        image = "legendaryhippomeat.png",
    }
},

["legendarybearpelt"] = {
    label = "Legendary Bear Pelt",
    weight = 100,
    stack = true,
    close = true,
    description = "Legendary Bear Pelt",
    client = {
        image = "legendarybearpelt.png",
    }
},

["legendarybearmeat"] = {
    label = "Legendary Bear Meat",
    weight = 100,
    stack = true,
    close = true,
    description = "Legendary Bear Meat",
    client = {
        image = "legendarybearmeat.png",
    }
},
```

{% endtab %}
{% endtabs %}

***

> **3) ADD THE IMAGES TO YOUR INVENTORY**

{% hint style="info" %}

* Open DHS-Hunting > images
* Copy files from the folder and add them into your inventory image folder
  {% endhint %}

***

> **4) INSTALL COMPLETE**

{% hint style="success" %}
The Install is now complete, you may move onto looking at the config.
{% endhint %}
