Dragon Heart Studios
  • Dragon Heart Studios Documentation
  • 🌉DHS-Bridge
  • ⚙️Compatibility
  • 📜Scripts
    • 🎣DHS-Fishing
      • Installation
      • Configuration
      • Integration
    • 🕑DHS-ZWatch
      • Installation
      • Configuration
    • 💰DHS-PettyCrime
      • Installation
      • Configuration
      • Integration
    • 🪓DHS-LumberJack
      • Installation
      • Configuration
      • Integration
    • 🏵️DHS-Peyote
      • Installation
    • 🚗DHS-Boosting
      • Installation
      • Configuration
      • Integration
    • 🦌DHS-Hunting
      • Installation
      • Configuration
      • Integration
    • 👮DHS-PrisonSim
      • Installation
      • Configuration
        • Clothing Config
        • Convoy Config
        • Door Lock Config
        • Entity Sets Config
        • Items Config
        • Jobs Config
        • Locations Config
        • Mugshot Config
        • Object Placer Config
        • Pathfinding Config
        • Peds Config
        • Prison Schedules Config
        • Props Config
        • Solitary Config
      • Integration
      • Exports and Commands
  • 🐝DHS-BrewsAndWines
    • Installation
    • Configuration
      • Beehive Config
      • Clothing Config
      • Delivery Config
      • Mead Config
      • Object Placer Config
      • Peds Config
      • Security Config
      • Wine Config
    • Integration
    • Mead and Wine Brewing
Powered by GitBook
On this page
  • DEPENDENCIES
  • RESOURCE INSTALLATION GUIDE
  1. Scripts
  2. DHS-LumberJack

Installation

DEPENDENCIES

REQUIRED DEPENDENCIES

Type
Resource
Alternatives
Download

Framework

  • NA

  • Included in Bridge

Bridge

  • DHS-Bridge

  • NA

  • Included in Keymaster

Interaction System

  • Handled By The Bridge

  • NA

  • Included in the Bridge

Menu System

  • ox_lib

  • qb-menu

Progressbar System

  • Handled By The Bridge

  • NA

  • Included in the Bridge

Notify System

  • ox_lib

RESOURCE INSTALLATION GUIDE

1) RESOURCE DOWNLOAD

Download your resource from FiveM's Keymaster.


2) ADD THE ITEMS

--Lumberjack Items
['cedarwood']             = {['name'] = 'cedarwood', 	            ['label'] = 'Cedar Wood', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wood.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Cedar Wood'},
['cypresswood']             = {['name'] = 'cypresswood', 	            ['label'] = 'Cypress Wood', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wood.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Cypress Wood'},
['sprucewood']             = {['name'] = 'sprucewood', 	            ['label'] = 'Spruce Wood', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wood.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Spruce Wood'},
['sequoiawood']             = {['name'] = 'sequoiawood', 	            ['label'] = 'Sequoia Wood', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wood.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Sequoia Wood'},
['redwood']             = {['name'] = 'redwood', 	            ['label'] = 'Red Wood', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wood.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Red Wood'},
['cedarwoodplanks']             = {['name'] = 'cedarwoodplanks', 	            ['label'] = 'Cedar Wood Planks', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'woodplanks.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Cedar Wood Planks'},
['cypresswoodplanks']             = {['name'] = 'cypresswoodplanks', 	            ['label'] = 'Cypress Wood Planks', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'woodplanks.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Cypress Wood Planks'},
['sprucewoodplanks']             = {['name'] = 'sprucewoodplanks', 	            ['label'] = 'Spruce Wood Planks', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'woodplanks.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Spruce Wood Planks'},
['sequoiawoodplanks']             = {['name'] = 'sequoiawoodplanks', 	            ['label'] = 'Sequoia Wood Planks', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'woodplanks.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Sequoia Wood Planks'},
['redwoodplanks']             = {['name'] = 'redwoodplanks', 	            ['label'] = 'Red Wood Planks', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'woodplanks.png', 	['unique'] = false, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Red Wood Planks
-- Lumberjack Items
['cedarwood'] = {
    label = 'Cedar Wood',
    weight = 100,
    stack = true,
    close = true,
    description = 'Cedar Wood',
    client = {
        image = 'wood.png'
    }
},
['cypresswood'] = {
    label = 'Cypress Wood',
    weight = 100,
    stack = true,
    close = true,
    description = 'Cypress Wood',
    client = {
        image = 'wood.png'
    }
},
['sprucewood'] = {
    label = 'Spruce Wood',
    weight = 100,
    stack = true,
    close = true,
    description = 'Spruce Wood',
    client = {
        image = 'wood.png'
    }
},
['sequoiawood'] = {
    label = 'Sequoia Wood',
    weight = 100,
    stack = true,
    close = true,
    description = 'Sequoia Wood',
    client = {
        image = 'wood.png'
    }
},
['redwood'] = {
    label = 'Red Wood',
    weight = 100,
    stack = true,
    close = true,
    description = 'Red Wood',
    client = {
        image = 'wood.png'
    }
},
['cedarwoodplanks'] = {
    label = 'Cedar Wood Planks',
    weight = 100,
    stack = true,
    close = true,
    description = 'Cedar Wood Planks',
    client = {
        image = 'woodplanks.png'
    }
},
['cypresswoodplanks'] = {
    label = 'Cypress Wood Planks',
    weight = 100,
    stack = true,
    close = true,
    description = 'Cypress Wood Planks',
    client = {
        image = 'woodplanks.png'
    }
},
['sprucewoodplanks'] = {
    label = 'Spruce Wood Planks',
    weight = 100,
    stack = true,
    close = true,
    description = 'Spruce Wood Planks',
    client = {
        image = 'woodplanks.png'
    }
},
['sequoiawoodplanks'] = {
    label = 'Sequoia Wood Planks',
    weight = 100,
    stack = true,
    close = true,
    description = 'Sequoia Wood Planks',
    client = {
        image = 'woodplanks.png'
    }
},
['redwoodplanks'] = {
    label = 'Red Wood Planks',
    weight = 100,
    stack = true,
    close = true,
    description = 'Red Wood Planks',
    client = {
        image = 'woodplanks.png'
    }
},

3) ADD THE IMAGES TO YOUR INVENTORY

  • Open DHS-LumberJack > images

  • Copy files from the folder and add them into your inventory image folder



4) INSTALL COMPLETE

The Install is now complete, you may move onto looking at the config.

PreviousDHS-LumberJackNextConfiguration

Last updated 8 months ago

📜
🪓
Compatibility
https://github.com/overextended/ox_lib
Integration
https://github.com/overextended/ox_lib