Vliss
Browse AddonsDownload RLIB
v1.x
v1.x
  • Introduction
  • Showcase
  • FAQ
    • ◾Addon Won't Show
    • ◾Gamemode Not Detected
    • ◾Incompatible Addons
    • ◼️Configuring Script
    • ◾Modified Script
    • ◾Refunds
    • ◾Script Errors
    • ◾When Are Updates?
  • ❱ Setup
    • ◾Install
    • ◾Workshop
    • ◾Gamemodes
  • ❱ Configuration
  • ◾Env
  • ◾Fonts
  • ◾Languages
  • ◾Settings
  • ❱ First Use
    • ◾Binds
  • ❱ Developers
  • ❱ Internal
    • ◾Web Demo
Powered by GitBook
On this page
  • ▸ Overview
  • ▸ Config Location
  • ▸ Developer Mode
  1. FAQ

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.

PreviousIncompatible AddonsNextModified Script

Last updated 2 years ago

◼️