install
Last updated
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#
lvs_lib, lvs_interact, lvs_npcdialog are only included when purchasing the full pack of 4 jobs. Individual job purchases do not include this resources.
For better organization, we recommend creating a folder:
[lvs]Place all LVS scripts inside this folder.
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_pack1Make sure the folder is started in your server.
Add the following lines to your server.cfg:
# LVS Framework
start lvs_lib # Only if included in your package
start lvs_bridge
# JOBS
ensure [lvs] # Or start individual jobs manuallyIf you placed all resources inside the [lvs] folder, simply include:
ensure [lvs]Last updated