📦Installation

🔧 1. Requirements

Before installing, ensure you have the following dependencies:


📥 2. Download & Extract

  1. Download the latest release from your keymaster.

  2. Place the folder:

gunchi-humane

into your server’s resources directory.


🗄️ 3. Core Items

Add the following items to your core > shared.gta5.lua:

    ["humaneusb"] = {
        ["label"] = "Injection USB",
        ["weight"] = 5,
        ["type"] = "item",
        ["image"] = "placeholder.webp",
        ["unique"] = true,
        ["stackable"] = false,
        ["useable"] = false,
        ["shouldClose"] = false
    },
    ["humanehackcard"] = {
        ["label"] = "Intrusion Keycard",
        ["weight"] = 5,
        ["type"] = "item",
        ["image"] = "placeholder.webp",
        ["unique"] = true,
        ["stackable"] = false,
        ["useable"] = false,
        ["shouldClose"] = false
    },
    ["humanekeycard"] = {
        ["label"] = "Humane Labs Keycard",
        ["weight"] = 5,
        ["type"] = "item",
        ["image"] = "placeholder.webp",
        ["unique"] = true,
        ["stackable"] = false,
        ["useable"] = false,
        ["shouldClose"] = false
    },
    ["humanefuses"] = {
        ["label"] = "4 Electrical Fuses",
        ["weight"] = 5,
        ["type"] = "item",
        ["image"] = "placeholder.webp",
        ["unique"] = true,
        ["stackable"] = false,
        ["useable"] = false,
        ["shouldClose"] = false
    },
    ["nvg"] = {
        ["label"] = "NVG",
        ["weight"] = 250,
        ["type"] = "item",
        ["image"] = "placeholder.webp",
        ["unique"] = true,
        ["stackable"] = true,
        ["useable"] = true,
        ["shouldClose"] = true,
        ["description"] = "Better than eating carrots..",
        ["quality"] = 100
    },

🚪 4. Door Lock Config

Add the following auth group to your doorlocks resource Config.AuthGroups:

Add the following door lock config to your doorlocks resource Config.Doors:


⚙️ 4. Configuration

config.lua

All configuration options are documented inside the file.


▶️ 5. Add to Server / Resources Config

Ensure the resource is started by adding the following to your server.cfg or resources.cfg:


🔐 6. Escrow & Customization

This script uses escrow protection, however the following files remain editable:

  • config.lua

  • minigames.lua

These files allow you to customize gameplay without breaking escrow protection.


🎮 7. Usage

Once installed:

  • Follow the guidance provided in the included README.MD file to learn how the heist functions, it's not detailed here to protect against metagaming.


🆘 8. Support

If you need help:

  • Join my Discord server for support and updates

Last updated