LG Mods Product Documentation
Tebex Store
  • Welcome
  • MLO / Interiors
    • UK Sinner Street
    • UK Traffic Base
    • UK JRU Base
  • Miscellaneous mods
    • British Server Sided Sirens
    • London Server Sided Sirens
    • Mega Server Sided Sirens
    • Police Prop Pack
    • British Ambience Pack
    • British Traffic Lights
    • British Speedbumps
Powered by GitBook
  1. MLO / Interiors

UK JRU Base

Product Information

Purchase - Tebex Store - Joint Response Unit Base (Tangerine Street) - COMING SOON!!

The police and ambulance Joint Response Unit is an exterior and interior overhaul to the Taxi building on Tangerine Street, within the GTA5 game world. It includes a number of rooms which includes computers with incoming/outgoing calls on a screen, a vehicle garage with parking spaces and equipment, command offices and others. This also includes functioning secure front gate and pedestrian gates which can be opened by interacting with a keypad.

Be aware that this product is encrypted and distributed via Tebex for the FiveM platform only. Editing of some content will be restricted.

You cannot install this product directly into GTA5 as a modification and must use the FiveM platform to use it as a streamed resource.

Contents

File/[Folder]
Information
Required to be configured?

[client]

Folder containing encrypted scripts for multiple functions within the police station

No - Do not edit

[html]

Folder containing files for the panel UI, audio etc.

No - Do not edit

[stream]

Folder containing the model and textures used to replace the original content

.fxap

A FiveM file required to be included within the resource folder for the modification to load

No - Do not edit

config.lua

Configuration for the modification. You can modify the way the gate works including any whitelisting for who can open the gate. Read the comments to see what can or cannot be edited

doortuning.ymt

Files to manage the gates. Do not edit

No - Do not edit

fxmanifest.lua

FiveM config file to determine what files need to be loaded/streamed. Do not edit

No - Do not edit

gta5.meta

File required to manage how certain parts of the addon works. Do not edit

No - Do not edit

interiorproxies.meta

File required to manage how certain parts of the addon works. Do not edit

No - Do not edit

server.lua

Encrypted script that has functions that link in with other elements of the addon

No - Do not edit

Unless specifically mentioned, do not edit the files unless you know what you are doing. LGMods will not provide assistance to you if you have edited files outside of what has been set out to be edited by the customer.

Installation

  1. Find the 'resources' folder within your FiveM server installation. It should be in the same location as your server.cfg.

  2. Extract the files from the ZIP archive you downloaded into the 'Resources' folder.

  3. The folder inside the 'Resources' folder should be 'LGMods_TangerineStreet_JRU' and within it you see the files listed above.

If you find another folder inside the LGMods_TangerineStreet_JRU folder, then you need to make sure the contents are moved so that the files above are within the first directory you open from the resources folder, otherwise the addon will not load

  1. Open your server.cfg and find where you see a number of lines that start with the word 'ensure'. The default resources are usually included and appear like below.

ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
  1. Below these lines is where you will add this resource with the following line

ensure LGMods_TangerineStreet_JRU
  1. Restart your server. Some resources can be loaded while the server is running using the start command, however MLO's usually don't work using this method as such you will need to restart your server for this product.

All players that join must 'stream' the asset to their computer for the first time they connect to the server and go near to where the product is located. FiveM and GTA then cache what is downloaded. Depending on the server and clients internet connection, it may take a short while for the assets to stream and therefore parts of the product may not load as quick as others. Please be patient while this loads.

Features

The gates at the Tangerine Street JRU base are able to be locked to a framework job and/or a keypad. That is, you can use either or both to secure the gates around this base. To do this, some configuration is required.

Configuration

Configuration of this product can be done within the file 'config.lua'. No other files should be edited.

ESX/QBCore Whitelisting Settings

The next and final part that can be configured is the ESX/ ESX-Legacy / QBCore job whitelisting settings, found further down 'config.lua'.

If you are using ESX, ESX-Legacy or QBCore and have whitelisted roles which you want to be able to open the gate then include them here. 'police' and 'ems' have already been placed as an example, but change these to match your ESX/ESX-Legacy/QBCore configuration.

Change value from false to true after enabled if you are wishing to use that frameworks whitelisting. If both are left false then anyone can run the command to open the gates.

ESX and QBCore are third party resources and are not included with this LGMods product, and we are unable to assist with their setup.

Only enable these options if you have the framework installed. Doing so without the framework being installed correctly is likely to cause errors with this script. Otherwise pick standalone.

Be careful to ensure each entry within the jobs array has apostrophes around the job role and a comma is placed after them, with exception to the last entry.

Config = {}

Config.Framework = 'standalone' -- Accepted values are standalone, oEssentials, PoliceEssentials, QBCore, ESX, ESX-Legacy. If you are using ESX please remove "--" from the start of Line 18 in fxmanifest.

Config.AllowedJobs = { -- This is only checked when Framework is set to QBCore or ESX.
    "Job1",
    "Job2"
}

Front Gate Settings

Additional to the whitelisting (if you chose to use it) you can also set a pin for opening the gates. Users can go up to a keypad and press E to open the 4 digit pinpad. They will need to enter the code below. This pin is the same for all pin pads. If you prefer to use whitelisting only and remove the keypad prompt all toghether, change CodeRequired to false.

GateCode is the code you can change - noting it must only be 4 numerical digits.

The two commands below these options are not required to be used and should not be changed.

Config.CodeRequired = true -- If set to true, despite the user being authorised above they will need a code.
Config.GateCode = 1234 -- MAXIMUM OF 4 CHARACTERS

Config.GateCommand = "tangerinegate"

The GateIncrement and PedGateIncrement are two variables that set the animation of the front and pedestrian gates. You should not need to edit these. However, if you do, be mindful this is the amount the gate moves 'per tick'. A tick occurs more often if your FPS (frame rate) is higher, so those with a higher FPS will see the gate move faster and if the FPS is lower, the gate will move slower. This is a limitation to smoothly moving this gate.

SoundRadius is how far the audio can be heard. The audio will naturally drop off as you reach this distance.

Config.GateIncrement = 0.004
Config.PedGateIncrement = 0.50
Config.SoundRadius = 20.0
Config.MaxVolume = 1.0

You can load any changes made to this config file by saving it, then typing in the console 'restart LGMods_TangerineStreet_JRU' (without the apostrophes).

Retexturing

This product has been made in a way to separate all of the branding and related textures into three texture dictionaries (YTD files). This allows you to retexture the station to your own requirements quickly and efficiently. Our product has been made this way to allow customising the station to be extremely straightforward.

Below are the YTD files that hold the textures you can replace;

Filename
Description

lgmods_tangtextures.ytd

This is the YTD where you will find all custom signage, props and objects and is fully customisable


Retexture Installation

This section is only relevant if you have purchased, or have been provided alternative texture files for the Tangerine JRU Base. If you only have UK JRU Base then you do not need to do anything with these instructions.

  1. Find the 'resources' folder within your FiveM server installation and your 'LGMods_TangerineStreet_JRU' folder.

  2. Within the 'LGMods_TangerineStreet_JRU' folder, open the folder called 'stream'

  3. Place the files you have been provided within this folder. When prompted if you wish to overwrite existing files, select 'Yes'.

  4. Restart your FiveM server

When connecting to your server after installation and visiting the location of this modification, please be aware that FiveM will need to download the changed files. Due to caching this may not happen instantly and therefore some textures may still be the previous textures. Please be patient while these load.

Last updated 1 year ago

Was this helpful?

Optional - see

Optional - see

These instructions assume you have a working FiveM server that you can already connect to without issue. Please see for more information on setting up a FiveM server.

Download the LG Mods product from your , if you haven't already.

These instructions assume you have UK JRU Base installed, having followed the . If not, complete this stage first.

here
FiveM Keymaster
configuration
configuration
above instructions
Page cover image