Lunera
Browse AddonsDownload RLIB
  • Introduction
  • Showcase
  • Changelog
    • ◾3.7.0.0
    • ◾3.6.1.0
  • FAQ
    • ◾Addon Won't Show
    • ◾Incompatible Addons
    • ◾Modified Script
    • ◾Refunds
    • ◾Script Errors
    • ◾When Are Updates?
  • ❱ Setup
    • ◾Install
    • ◾Verify
    • ◾Workshop
    • ◾Docs/Web
  • ❱ Configuration
    • ◾Env
    • ◾Fonts
    • ◾Languages
    • ◾Settings
      • ◾Language
      • ◾Initialize
      • ◾Backgrounds
  • ❱ First Use
    • ◾Binds
  • ❱ Developers
  • ❱ Internal
    • ◾Rules
    • ◾Slider
    • ◾Web Demo
  • ❱ Doc References
    • ◾Status
Powered by GitBook
On this page
  • ◾ static.enabled
  • ◾ static.list
  • ◾ live.enabled
  • ◾ live.list
  1. ❱ Configuration
  2. Settings

Backgrounds

Controls which type of backgrounds appear (if any) and various other settings for the overall appearance of the addon.

PreviousInitializeNextBinds

Last updated 5 years ago

◾ static.enabled

Enables / disables static backgrounds. These are regular images with no animation.

cfg.bg.static.enabled = true

◾ static.list

List of static images to use as backgrounds

Requires static.enabled = true

cfg.bg.static.list =
{
    'http://cdn.rlib.io/wp/s/1.jpg',
    'http://cdn.rlib.io/wp/s/2.jpg',
    'http://cdn.rlib.io/wp/s/3.jpg',
    'http://cdn.rlib.io/wp/s/4.jpg',
}

◾ live.enabled

Enables / disables live backgrounds which are .webm videos

live.enabled = false

◾ live.list

List of live backgrounds to use on main interface.

Requires live.enabled = true

cfg.bg.live.list =
{
    'http://cdn.rlib.io/wp/l/index.php?id=default_1',
    'http://cdn.rlib.io/wp/l/index.php?id=default_2',
    'http://cdn.rlib.io/wp/l/index.php?id=default_3',
    'http://cdn.rlib.io/wp/l/index.php?id=default_4',
    'http://cdn.rlib.io/wp/l/index.php?id=default_5',
}

◾
◾
boolean
table
boolean
table