Dev Mode

You can enable/disable dev mode. It will generate some print info within console. Never should have this enabled in a live server

DevMode = false, -- Enable/Disable DevMode

Locale

You can change the language of the notifications and other plain text elements of this resource.

Note: English is provided and it can be translated to anything that you wish.

Locale = 'en', -- Locale to use

Framework

Change export names of required resources and event names. If you do not know what you're doing or you haven't modified anything.. ignore this!

FrameworkExportName = 'vorp_core', -- Export name for the framework
FrameworkSelectedCharacter = 'vorp:SelectedCharacter', -- Server side event triggered when character is selected

InventoryLatestVersion = true, -- Enable/Disable Inventory Latest version (4.0)
InventoryExportName = 'vorp_inventory', -- Export name for the inventory
InventoryOpenEvent = 'vorp_inventory:OpenInv', -- Event to open the inventory

MenuExportName = 'vorp_menu', -- Export name for the menu

Distance Settings

Adjust the distance in which equipment spawns/despawns client side as well as smoke. You can also adjust the distance for the interact UI prompts. You shouldn't need to adjust these but can if needed.

Time Settings

You can modify/adjust the times in which interactions are required and times which equipment "expires" This will determine the time displayed via the UIPrompt

Delete Settings

You can adjust when database records are purged to remove any idle equipment placed around the map. This will keep your table footprint small.

Shops

You can customize the shop locations. By default they're located in the moonshine shacks from RDO. You can change the ped model that spawns, interaction distance, and the scenario that the ped performs upon spawn. Note: You can also disable the shops entirely

Shop Menu

Change the image path used for item images. This should match the inventory resource and location the images are stored so that they can be displayed within the purchase menu. You can also change the currency required for supplies and/or mash. 0 = Cash 1 = Gold 2 = Rol

Supplies

Change the item name, price, durability that is removed upon dismantling, and prop names when spawned in world. I wouldn't recommend changing the props as it will mess up animation positions

Mash

This is where you can configure the different mash items

You can adjust the price, enable/disable shop purchase, required items for fermenting, and the brew reward when still process is completed. Note: I have 11 different mash items and moonshine's pre-configured. Modify to fit your servers needs

Shacks

You can enable or disable this feature. Leaving enabled will make sure that the RDO shacks are loaded and add enter/exit prompts so that a player can enter/leave the locations where the shops are located.

If you have another resource that handles this you can disable this.

Keybinds

You can change the key hashes for each UIPrompt (If you dont know what you're doing here.. I suggest leaving it alone)

Last updated