x-Code-x / DU-Lua-Scripts

A collection of useful scripts and learning tools for Lua programming in Dual Universe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DU-Lua-Scripts

A collection of potentially useful scripts and tools for Lua programming in Dual Universe.
Nothing super complicated here, but perhaps you find some of these scripts useful to learn from.

Functional Scripts

Scripts with a purpose, or that serve a function.

  • Door Control
    • Touch-control screen with 4-digit passcode, for "securely" regulating access to doors or other elements.
  • TYR Mining Unit Control Uplink
    • Displays stats for up to 7 Mining Units. Updates in real-time.
  • TYR Ship Sales Kiosk
    • Displays flight-stats and images of constructs, fully configurable. Screen ONLY, no order placement.
  • Voxelmancy Space Gyro Tool
    • Very simple script that maps 3 Gyroscope elements to 3 toggle keys, for doing voxelmancy in space.

Visual Scripts

Renderscripts with no real functionality, only a strong visual component for use purely on screen elements.

  • Conway's Game Of Life
    • GOL done in lua. Runs on an in-game screen.
  • Drawing Board 1.1
    • Draw images by hand on a screen using custom colors and a minimalistic UI.
  • DU Image To Lua-string Converter
    • Convert images to string which can be loaded and displayed by a single Screen element.
  • DU OpenMarket Advertisement
    • An advertisement billboard for DU OpenMarket, my Market API for DU. Cycles between 3 states.
  • Matrix Code Rain
    • Creates a "Matrix"-like scrolling backdrop, using a non-Cyrillic character set.
  • Terminal Stream
    • Emulates an active terminal, scrolling text with editable technical jargon and color.
  • Test Screen
    • Renders every character above its ascii code, including "unavailable" chars. General screen debug.

About

A collection of useful scripts and learning tools for Lua programming in Dual Universe.

License:GNU General Public License v2.0


Languages

Language:Visual Basic .NET 100.0%