Skip to content

🦌 Hunting wagon Storage ​

Documentation relating to the kd_huntingwagon.

1. Installation ​

kd_huntingwagon is a standalone script. So you don't need a specific framework to use it. It's also mean it works with all framework (VORP, RedEM:RP, QBCore, …).

  • Drag and drop the resource in your resources folder
    • kd_huntingwagon
  • Add this ensure in your server.cfg
    • ensure kd_huntingwagon
  • Congratulation, the Hunting Wagon storage script is ready to be use !

2. Usage ​

Carry carcass and go at the back of the Hunting Wagon to store it.
Go back at the back to get out it when you are arrived where you want.

3. Config.lua file ​

The configuration file is config.lua in the resource root. Do not edit this file directly as your changes may be lost during updates. Instead, use overwriteConfig.lua to store your customizations.

  • config.lua - Default configuration maintained by developers. Do not modify this file.
  • overwriteConfig.lua - This is where you place only the values you want to override.

How to customize the configuration ​

  1. Open /overwriteConfig.lua
  2. Find the value you want to change in config.lua (e.g., Config.language )
  3. Copy only that line into overwriteConfig.lua
  4. Edit the copied value to your liking

The script loads config.lua first, then overwriteConfig.lua overwrites only the values you redefine. This ensures your customizations are preserved when updating the script.

Loading configuration...

Last updated: