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-PrisonSim

Installation

DEPENDENCIES

REQUIRED DEPENDENCIES

Type
Resource
Alternatives
Download

Framework

  • NA

(INCLUDED IN BRIDGE)

Bridge

DHS-Bridge

  • NA

(INCLUDED IN KEYMASTER)

MLO

  • Prompt Prison

  • Gabz Prison

  • Molo Alcatraz

Any Prison MLO

Interaction System

  • NA

(INCLUDED IN BRIDGE)

Menu System

  • ox_lib

  • (More Coming Soon)

Input System

  • ox_lib

  • ox_lib

Radial Menu System

qb-radialmenu

  • ox_lib

Notify System

  • NA

(INCLUDED IN BRIDGE)

Dispatch System

qb-policejob

  • ps-dispatch

  • cd-dispatch

Workout Minigame

  • ox_lib

Phone System

  • LB Phone

Any Phone System

MDT System

  • Redutzu MDT

  • LB-Tablet

Any MDT System

RESOURCE INSTALLATION GUIDE

1) RESOURCE DOWNLOAD

Download your resource from FiveM's Keymaster.


2) ADD THE ITEMS

["metalbar"] = {
        label = "Metal Bar",
        weight = 100,
        stack = true,
        close = true,
        description = "A Metal Bar",
        client = {
            image = "metalbar.png"
        }
    },
    ["metalplate"] = {
        label = "Metal Plate",
        weight = 100,
        stack = true,
        close = true,
        description = "A Metal Plate",
        client = {
            image = "metalplate.png"
        }
    },
    ["licenseplate"] = {
        label = "License Plate",
        weight = 100,
        stack = true,
        close = true,
        description = "A License Plate",
        client = {
            image = "licenseplate.png"
        }
    },
    ["woodlog"] = {
        label = "Wood Log",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wood Log",
        client = {
            image = "woodlog.png"
        }
    },
    ["woodplank"] = {
        label = "Wood Plank",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wood Plank",
        client = {
            image = "woodplank.png"
        }
    },
    ["wooden_chair"] = {
        label = "Wooden Chair",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wooden Chair",
        client = {
            image = "wooden_chair.png"
        }
    },
    ["wooden_table"] = {
        label = "Wooden Table",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wooden Table",
        client = {
            image = "wooden_table.png"
        }
    },
    ["wooden_storage_box"] = {
        label = "Wooden Storage Box",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wooden Storage Box",
        client = {
            image = "wooden_storage_box.png"
        }
    },
    ["prison_jump_suit_clean_folded"] = {
        label = "Clean Folded Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Folded Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_clean_folded.png"
        }
    },
    ["prison_jump_suit_clean"] = {
        label = "Clean Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_clean.png"
        }
    },
    ["prison_jump_suit_wet"] = {
        label = "Wet Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wet Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_wet.png"
        }
    },
    ["prison_jump_suit_dirty"] = {
        label = "Dirty Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Dirty Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_dirty.png"
        }
    },
    ["guard_uniform_clean_folded"] = {
        label = "Clean Folded Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Folded Guard Uniform",
        client = {
            image = "guard_uniform_clean_folded.png"
        }
    },
    ["guard_uniform_clean"] = {
        label = "Clean Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Guard Uniform",
        client = {
            image = "guard_uniform_clean.png"
        }
    },
    ["guard_uniform_wet"] = {
        label = "Wet Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wet Guard Uniform",
        client = {
            image = "guard_uniform_wet.png"
        }
    },
    ["guard_uniform_dirty"] = {
        label = "Dirty Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Dirty Guard Uniform",
        client = {
            image = "guard_uniform_dirty.png"
        }
    },
    ["laundry_detergent"] = {
        label = "Laundry Detergent",
        weight = 100,
        stack = true,
        close = true,
        description = "Laundry Detergent",
        client = {
            image = "laundry_detergent.png"
        }
    },
    ["pickaxe"] = {
        label = "Pickaxe",
        weight = 100,
        stack = true,
        close = true,
        description = "A Pickaxe",
        client = {
            image = "pickaxe.png"
        }
    },
    ["rock"] = {
        label = "Rock",
        weight = 100,
        stack = true,
        close = true,
        description = "A Rock",
        client = {
            image = "rock.png"
        }
    },
    ["recyclable_material"] = {
        label = "Recyclable Material",
        weight = 100,
        stack = true,
        close = true,
        description = "Recyclable Material",
        client = {
            image = "recyclable_material.png"
        }
    },
    ["recyclable_material_block"] = {
        label = "Recyclable Material Block",
        weight = 100,   
        stack = true,
        close = true,
        description = "Recyclable Material Block",
        client = {
            image = "recyclable_material_block.png"
        }
    },

    ["bagged_lunch"] = {
        label = "Bagged Lunch",
        weight = 1,
        stack = true,
        close = true,
        description = "A Simple Bagged Lunch",
        client = {
            image = "bagged_lunch.png"
        }
    },

3) ADD THE IMAGES TO YOUR INVENTORY

  • Open DHS-PrisonSim > 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-PrisonSimNextConfiguration

Last updated 2 months ago

📜
👮
Compatibility
https://fivem.prompt-mods.com/package/5771366
https://fivem.gabzv.com/package/4724793
https://www.molo-modding.com/package/5415822
Compatibility
https://github.com/overextended/ox_lib
https://github.com/overextended/ox_lib
https://github.com/qbcore-framework/qb-radialmenu
Compatibility
https://github.com/qbcore-framework/qb-policejob
Integration
https://github.com/overextended/ox_lib
https://lbscripts.com
https://store.redutzu.com/package/5107489
https://lbscripts.com/phone