◼️Configuring Script

Information related to modifying the script configurations

▸ Overview

This section gives a brief explanation on editing your purchased script.

▸ Config Location

lua\modules\vliss\cfg\*

▸ Developer Mode

When making changes to this script, we recommend first enabling Developer Mode so that any changes you make are immediately viewable. Many aspects of the script are cached so that you get better performance when playing on your server.

To enable Developer Mode, open vliss\vliss\sh\cfg\sh_cfg.lua

Change cfg.dev.bDevMode from false to true

vliss\vliss\sh\cfg\sh_cfg.lua

cfg.dev.bDevMode = true

When finished configuring your script, change back to false to maintain good performance.

Last updated