GG Studio Docs
  • GG Studio
  • GG Studio Scripts
    • Advanced Garbage Job
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • Global Setup
    • Go Postal Job
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • Global Setup
    • Advanced Taxi Job
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • Global Setup
    • Advanced Hunting System
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • QBCore
          • Temp Setup qs-inventory
          • codem-inventory
          • ox_inventory
        • QBOX
        • ESX
          • Temp Setup qs-inventory
    • Survival Hud
      • Dependencies
      • Exports
Powered by GitBook
On this page
  1. GG Studio Scripts
  2. Advanced Hunting System
  3. Installation

ESX

ESX Framework Express Installation

PreviousQBOXNextTemp Setup qs-inventory

Last updated 5 months ago

  • qs-inventory:

  1. ox_inventory/data/items.lua - (End of Script) (End of Items Table)

    ["gg_hunting_cookedmeat"] = {
        label = "Cooked Game Meat",
        weight = 50,
        stack = true,
        close = true,
        description = "Deliciously cooked meat, perfect for a meal during your hunting adventure.",
        client = {
            image = "gg_hunting_cookedmeat.png",
        }
    },

    ["gg_boar_tusk_02"] = {
        label = "Sturdy Boar Tusk",
        weight = 1000,
        stack = false,
        close = true,
        description = "A sturdy boar tusk with a moderate value, suitable for crafting or trade.",
        client = {
            image = "gg_boar_tusk_02.png",
        }
    },

    ["gg_boar_tusk_01"] = {
        label = "Rough Boar Tusk",
        weight = 1000,
        stack = false,
        close = true,
        description = "A basic, crude boar tusk with minimal value.",
        client = {
            image = "gg_boar_tusk_01.png",
        }
    },

    ["gg_cougar_claw_03"] = {
        label = "Pristine Cougar Claw",
        weight = 1000,
        stack = false,
        close = true,
        description = "A high-quality cougar claw, highly valued by traders and craftsmen.",
        client = {
            image = "gg_cougar_claw_03.png",
        }
    },

    ["gg_captured_hen"] = {
        label = "Captured Hen",
        weight = 5000,
        stack = false,
        close = true,
        description = "A captured hen, a tempting bait for larger predators seeking prey.",
        client = {
            image = "gg_captured_hen.png",
        }
    },

    ["gg_hunting_campfire"] = {
        label = "Portable Campfire",
        weight = 1000,
        stack = true,
        close = true,
        description = "A compact campfire setup for warming up, cooking, and providing light during long hunting expeditions.",
        client = {
            image = "gg_hunting_campfire.png",
        }
    },

    ["gg_captured_rabbit"] = {
        label = "Captured Rabbit",
        weight = 5000,
        stack = false,
        close = true,
        description = "A captured rabbit, perfect for luring carnivores as high-quality bait.",
        client = {
            image = "gg_captured_rabbit.png",
        }
    },

    ["gg_deer_hide_03"] = {
        label = "Pristine Deer Hide",
        weight = 1000,
        stack = false,
        close = true,
        description = "A high-quality, flawless deer hide highly valued by traders.",
        client = {
            image = "gg_deer_hide_03.png",
        }
    },

    ["gg_hunting_knife_02"] = {
        label = "Intermediate Hunting Knife",
        weight = 1000,
        stack = false,
        close = true,
        description = "A well-crafted hunting knife offering improved precision for more efficient butchering.",
        client = {
            image = "gg_hunting_knife_02.png",
        }
    },

    ["gg_cougar_claw_02"] = {
        label = "Sturdy Cougar Claw",
        weight = 1000,
        stack = false,
        close = true,
        description = "A sturdy cougar claw, suitable for crafting or trade.",
        client = {
            image = "gg_cougar_claw_02.png",
        }
    },

    ["gg_rabbit_pelt_03"] = {
        label = "Pristine Rabbit Pelt",
        weight = 1000,
        stack = false,
        close = true,
        description = "A high-quality rabbit pelt, highly valued by traders and craftsmen.",
        client = {
            image = "gg_rabbit_pelt_03.png",
        }
    },

    ["gg_rabbit_pelt_02"] = {
        label = "Sturdy Rabbit Pelt",
        weight = 1000,
        stack = false,
        close = true,
        description = "A decent-quality rabbit pelt, suitable for crafting or trade.",
        client = {
            image = "gg_rabbit_pelt_02.png",
        }
    },

    ["gg_deer_hide_02"] = {
        label = "Sturdy Deer Hide",
        weight = 1000,
        stack = false,
        close = true,
        description = "A good-quality deer hide, suitable for crafting or trade.",
        client = {
            image = "gg_deer_hide_02.png",
        }
    },

    ["gg_deer_hide_01"] = {
        label = "Rough Deer Hide",
        weight = 1000,
        stack = false,
        close = true,
        description = "A basic, coarse deer hide with minimal value.",
        client = {
            image = "gg_deer_hide_01.png",
        }
    },

    ["gg_salt_block_01"] = {
        label = "Basic Salt Block",
        weight = 100,
        stack = true,
        close = true,
        description = "A simple salt block used to attract animals.",
        client = {
            image = "gg_salt_block_01.png",
        }
    },

    ["gg_hunting_animaltrap"] = {
        label = "Heavy-Duty Animal Trap",
        weight = 1000,
        stack = true,
        close = true,
        description = "A durable trap designed to capture animals alive for easier transportation or use as bait.",
        client = {
            image = "gg_hunting_animaltrap.png",
        }
    },

    ["gg_hunting_animaltracker"] = {
        label = "Advanced Animal Tracker",
        weight = 1000,
        stack = false,
        close = true,
        description = "A sophisticated device used to track animal movements across the terrain, aiding hunters in locating their prey.",
        client = {
            image = "gg_hunting_animaltracker.png",
        }
    },

    ["gg_hunting_knife_03"] = {
        label = "Premium Hunting Knife",
        weight = 1000,
        stack = false,
        close = true,
        description = "A top-tier hunting knife, designed for expert hunters, providing unmatched sharpness and durability for butchering.",
        client = {
            image = "gg_hunting_knife_03.png",
        }
    },

    ["gg_pug_bait_01"] = {
        label = "Basic Pug Bait",
        weight = 100,
        stack = true,
        close = true,
        description = "A simple and crude bait for attracting pugs.",
        client = {
            image = "gg_pug_bait_01.png",
        }
    },

    ["gg_salt_block_03"] = {
        label = "Premium Salt Block",
        weight = 100,
        stack = true,
        close = true,
        description = "A high-quality salt block, highly effective at attracting animals.",
        client = {
            image = "gg_salt_block_03.png",
        }
    },

    ["gg_hunting_meat"] = {
        label = "Fresh Animal Meat",
        weight = 100,
        stack = true,
        close = true,
        description = "Freshly harvested meat from a hunt, ideal for cooking or trade.",
        client = {
            image = "gg_hunting_meat.png",
        }
    },

    ["gg_pug_bait_02"] = {
        label = "Advanced Pug Bait",
        weight = 100,
        stack = true,
        close = true,
        description = "A more effective bait to lure in pugs, with a stronger scent.",
        client = {
            image = "gg_pug_bait_02.png",
        }
    },

    ["gg_pug_bait_03"] = {
        label = "Specialized Pug Bait",
        weight = 100,
        stack = true,
        close = true,
        description = "A premium bait crafted to attract the rarest of pugs.",
        client = {
            image = "gg_pug_bait_03.png",
        }
    },

    ["gg_coyote_fangs_01"] = {
        label = "Rough Coyote Fang",
        weight = 1000,
        stack = false,
        close = true,
        description = "A basic coyote fang with minimal value.",
        client = {
            image = "gg_coyote_fangs_01.png",
        }
    },

    ["gg_hunting_knife_01"] = {
        label = "Basic Hunting Knife",
        weight = 1000,
        stack = false,
        close = true,
        description = "A reliable, entry-level hunting knife ideal for basic butchering tasks.",
        client = {
            image = "gg_hunting_knife_01.png",
        }
    },

    ["gg_cougar_claw_01"] = {
        label = "Rough Cougar Claw",
        weight = 1000,
        stack = false,
        close = true,
        description = "A basic cougar claw with minimal value.",
        client = {
            image = "gg_cougar_claw_01.png",
        }
    },

    ["gg_boar_tusk_03"] = {
        label = "Pristine Boar Tusk",
        weight = 1000,
        stack = false,
        close = true,
        description = "A high-quality boar tusk, highly valued by craftsmen and traders.",
        client = {
            image = "gg_boar_tusk_03.png",
        }
    },

    ["gg_salt_block_02"] = {
        label = "Enhanced Salt Block",
        weight = 100,
        stack = true,
        close = true,
        description = "A refined salt block that draws in more animals.",
        client = {
            image = "gg_salt_block_02.png",
        }
    },

    ["gg_captured_chickenhawk"] = {
        label = "Captured Chickenhawk",
        weight = 5000,
        stack = false,
        close = true,
        description = "A captured chickenhawk, a rare and enticing bait that attracts powerful predators.",
        client = {
            image = "gg_captured_chickenhawk.png",
        }
    },

    ["gg_rabbit_pelt_01"] = {
        label = "Rough Rabbit Pelt",
        weight = 1000,
        stack = false,
        close = true,
        description = "A basic rabbit pelt with minimal value.",
        client = {
            image = "gg_rabbit_pelt_01.png",
        }
    },

    ["gg_coyote_fangs_03"] = {
        label = "Pristine Coyote Fang",
        weight = 1000,
        stack = false,
        close = true,
        description = "A high-quality coyote fang, highly valued by traders and craftsmen.",
        client = {
            image = "gg_coyote_fangs_03.png",
        }
    },

    ["gg_coyote_fangs_02"] = {
        label = "Sturdy Coyote Fang",
        weight = 1000,
        stack = false,
        close = true,
        description = "A sturdy coyote fang, suitable for crafting or trade.",
        client = {
            image = "gg_coyote_fangs_02.png",
        }
    },
  1. ox_inventory/data/weapons.lua - (Around Line 720) (End of Weapons Table)

	['WEAPON_HUNTINGRIFLE'] = {
		label = 'Hunting Rifle',
		weight = 5000,
		durability = 0.5,
		ammoname = 'gg_hunting_rifleammo'
	},
	
	['WEAPON_CROSSBOW'] = {
		label = 'Hunting Crossbow',
		weight = 5000,
		durability = 0.5,
		ammoname = 'gg_hunting_arrowammo'
	},
  1. ox_inventory/data/weapons.lua - (Around Line 1893) (End of Ammo Table)

	['gg_hunting_arrowammo'] = {
		label = 'Arrow Ammo',
		weight = 20,
	},
	
	['gg_hunting_rifleammo'] = {
		label = 'Hunting Rifle Ammo',
		weight = 20,
	},
  1. Drag all images from gg_hunting/!SETUP/IMAGES to ox_inventory/web/images

Link To Setup