lnx00 / Lmaobox-Library

A utility library for Lmaobox Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub commit activity GitHub Release Date GitHub all releases

LNX's Lmaobox Library (lnxLib)

An Utility Library for the Lmaobox Lua API. It provides a set of useful functions and classes to make your life easier when writing scripts for Lmaobox.

Use the Lmaobox Annotations for full annotation support when developing with this library.

Installation

To install this library, download the latest release from the releases page and copy the lnxLib.lua file to your %localappdata% folder.

Optionally, you can also download the minified version of the library lnxLib.min.lua. Make sure to rename the file to lnxLib.lua before copying it to your %localappdata% folder!

Usage

Read the wiki for documentation and installation/usage instructions.

Features

  • IO Helpers (Create, Write and Mofify files)
  • Config Helper (Easily save and load options for your script)
  • Key Helper (Easily check key states)
  • Wrappers (Extends the existing TF2 Entity classes)
  • Custom Console Commands
  • Timer & Delayed Calls
  • UI Notifications
  • Helpers & Utilities
  • Texture Generator (Gradients, etc.)
  • New data structures
  • ... and more!

Building

To pack and deploy this library, you need to have NodeJS installed.

Install the required dependencies with npm install. Then, run Bundle.bat to build the library or BundleAndDeploy.bat to build and deploy the library to the %localappdata% folder.

Special thanks to LewdDeveloper for helping with optimization and giving good advice!

About

A utility library for Lmaobox Lua

License:The Unlicense


Languages

Language:Lua 99.8%Language:JavaScript 0.2%Language:Batchfile 0.1%