install

1

Download Package

Download the job package you purchased from your LV Soft portal.

Each job resource is practically drag & drop. Simply place the job folders into your server’s resources directory.

Every job comes with:

  • lvs_bridge

  • lvs_jobs_assets_pack#

For better organization, we recommend creating a folder:

[lvs]

Place all LVS scripts inside this folder.

2

Install Dependencies

Make sure the following dependencies are installed and started.

Required

  • lvs_bridge

  • lvs_jobs_assets_pack#

Optional (visual enhancements)

Included only when buying the full 4-job package.

  • lvs_lib

  • lvs_interact

  • lvs_npcdialog

3

Install Required Maps

The jobs use small map additions to support certain work areas. These maps are NOT included and must be downloaded separately:

Download here: https://www.mediafire.com/file/u6vwmhs0v37gdcc/Add_mlo_to_lvs_jobs_assets_pack1.rar/file

After downloading, place the files inside:

lvs_jobs_assets_pack1

Make sure the folder is started in your server.

4

Configuration

Each job comes preconfigured and works out-of-the-box, but you can customize everything.

You must review:

  • The config folder inside each job resource

  • The file:

lvs_bridge/config.lua

Adjust values according to your server economy, framework, or gameplay style.

5

Start the Scripts (server.cfg)

Add the following lines to your server.cfg:

server.cfg

# LVS Framework
start lvs_lib # Only if included in your package
start lvs_bridge

# JOBS
ensure [lvs]   # Or start individual jobs manually

If you placed all resources inside the [lvs] folder, simply include:

ensure [lvs]

Last updated