Dual Universe Creators

Welcome Pilots! Click here for info on the site and how to submit your ships.


We're now on Twitter!
Follow the latest designs and DU news at @CreatorsDu


Help us build Utopia II! Join the station discord

Join Discord
Ships
Statics
Voxel Sets
16

DamageReport

Credence

Script

No attributes :-(

Officially taking over DamageReport A multi-screen capable, touch enabled, easy to install ship damage reporting script for Dual Universe. Includes a HUD mode to be mobile while repairing. Highlights damaged/broken elements in 3D space for easier finding. --- Discord --- https://discord.gg/KcafbTSwMp --Link--- https://www.nexusmods.com/dualuniverse/mods/3 https://github.com/LocuraDU/DU-DamageReport --- Buy Locations --- Locura Shipyard @ ( ::pos{0,2,29.8110,107.2521,5.2659} ) Exchange @ Yellow Hall Booth 6 ( ::pos{0,0,-19010.3356,113355.2043,-74225.1859} ) --- VR Locations -- View Units: Locura Shipyard -- Other VR Locations -- Locura Exchange Store

21

Equinox OS: Fuel/Mass/Hub Monitor

PsychoSlaughter

Script

No attributes :-(

** 31/01/22 Support for Space Fuel XS ** The first in a series labeled 'Equinox OS,' PsychoSlaughter of Equinox Consortium brings to you a fuel, hub, and ship mass monitor utilizing the latest in Lua screen tech. This adaptable monitoring solution will adjust to any fuel tank configuration from 1 to 12 tanks, adjusting the display to utilize screen space. In addition to keeping tabs on fuel, this screen will watch your cargo levels ensuring you don't overfill that hauler*. For further stats on your ship, a mass display separates the ship, fuel, and cargo weights for you to review. Bundle this all with easy installation, configurable colors, and custom limits per ship and you have the last monitoring solution you'll ever need! DRM free for you to use on all your ships. Shipbuilders: please leave DRM on when selling your constructs for this OS. ::pos{0,2,34.6366,78.3544,247.2298} EASY INSTALL: 1. Deploy the monitor construct from blueprint 2. Right-click the programming board and select 'Copy Lua configuration to clipboard' 3. Place a new programming board on the target construct you want to add Equinox OS to 4. Right-click the programming board and select 'Paste Lua configuration from clipboard' 5. Right-click the programming board and edit the parameters to your specifications 6. Connect the core, hub, and minimum of one screen to the programming board *Cargo monitor supports one Container Hub only. Additional containers not connected to the single hub, or additional hubs, may throw off the calculations.

Individual: 10 Mħ
Resale: 10 Mħ
2

Locura Hub Screens

Credence

Script

No attributes :-(

All my HUB screen are finally in ONE PLACE! https://www.nexusmods.com/dualuniverse/mods/6/

3

Pipe Distance Widget

Tiramon

Script

No attributes :-(

A simple script that creates a widget with nearest pipe and nearest alioth pipe and distance to those pipes. https://github.com/tiramon/du_pipe_distance_widget

2

Diven's System Map

DivenDerp

Script

No attributes :-(

YouTube Demo: https://youtu.be/SsrcFBkUe-g An interactive map of the solar system. Display distance, Ore, Gravity, updating ships position, warp pipes, safe zone, trajectory, and a warp animation. More locations can be added to the map by request. For a working demonstration on a static core visit "Divens Lua Bazzar" at your nearest surrogate station Contact Me in game [Player Name: DivenDerp] or via Discord [Diven Desu#5809]

7

Restricted Access Door

Davemane42

Script

No attributes :-(

for the GitHub, go to https://github.com/Davemane42/DU-Scripts#restricted-access-door-script Restric access to certain zones via "locked door" Elements needed: 1x Programming board 1x Detection zone 1x Screen (minimum) Supports multiple screens Instalation: 1. Copy the content of the link below and paste on a programming board lua config https://raw.githubusercontent.com/Davemane42/DU-Scripts/master/RestrictedAccessDoor/RestrictedAccessDoor1.0.json 2. Connect Detection zone -> Programming Board Then (in no particular order) Programming Board -> Door and Screen(s) 3. Finnaly, edit the lua parameters (Right click -> Advanced -> Edit Lua Parameters) Add your username between the quotes "" "Davemane42" For multiple user. add comma , between names and no spaces "Davemane42,User2,User3"

7

Orbital HUD

Dimencia

Script

No attributes :-(

The original DU Orbital HUD/ButtonsHUD/DimHUD - A full autopilot and HUD suite. It is on stable version 5.453 at current, and no further updates are planned. For a more fully-featured Autopilot/HUD (but potentially less stable), check out ArchHUD https://github.com/Dimencia/DU-Orbital-Hud Support is provided at the Open Source Initiative Discord, dual.sh/osin, in the #tech-support channel

Individual: 1 ħ
1

MachineControl

Anauine

Script

No attributes :-(

--Still in development Free Industry script to manage and update products. https://github.com/Anauine/DU-MachineControl

Individual: 1 ħ
Resale: 1 ħ
1

Ship Shield Resistance Manager and Monitor

Rifters Utilities

Script

No attributes :-(

The script comes with a functional interface to display your ship core health, shields, and all 4 resistances. The shield manager handles auto venting your shields once they either break completely, or fall below the configured amount There is also a display to display your core health and shields as well. It displays how much you have in each resistance It auto configures your shields based off the incoming attack damage.

Individual: 10 Mħ
2

IOE Clock

Institute of Errors

Script

No attributes :-(

The Institute of Errors presents a simple, dynamic clock that displays the ingame time depending on your location. One day is 10 hours real time. The sunrise and sunset are at 6 AM and 6 PM. Sold at the Alioth Marina (::pos{0,2,38.3245,62.6634,4.6699})

Resale: 1 Mħ
2

DU Lua CLI - Toolkit for Lua development

Wolfe Labs

Script

No attributes :-(

A small Node.js CLI built to ease the development of Lua scripts, from small to large ones. https://github.com/wolfe-labs/DU-LuaC ⭐ Features: • Project files and management, with configurable link types • Multiple source file support, compiled to Lua, JSON, YAML and CONF • Code on your favorite IDE or editor, be it VS Code, IntelliJ IDEA, Atom or even Notepad! • Automatic code completion support when used with EmmyLua on VS Code and IntelliJ IDEA • Multiple build targets, such as development and production, allowing control over minification, etc. • Multiple entry-point support, allowing you to use a single codebase to code multiple components of a build, such as different Programming Boards, seats, etc. • Support for code libraries, both built using the compiler and outside it • Integration with GitHub Actions available • Built-in helpers for linked element detection and event handling, no need to worry about multiple filters anymore! • Copy output JSON/YAML code directly to your clipboard, speed up your workflow! 📋 Requirements: • Node.js 18 or LTS • Tested on both Windows and Linux 🚗 Getting Started: 1. Install our CLI tool via `npm i -g @wolfe-labs/du-luac` 2. Run `du-lua create hello-world` to create a new project folder or just go into an existing one and run `du-lua init` then follow the prompts 3. When ready, run `du-lua script-add main` to create your main Lua file 4. Run `du-lua target-add` to create a new build target 5. Run `du-lua build` to compile your project You should now be ready to build your next big thing! ℹ️ Source and Documentation URL: https://github.com/wolfe-labs/DU-LuaC/

4

Shield Control

Ravenis

Script

No attributes :-(

This script offers all shield functions on any size screen or screens. It uses touch buttons and is well tested. If you are interested, join my scripting discord at https://discord.gg/ttajxhZYXY

Individual: 10 Mħ
Resale: 25 Mħ
2

Locura Arch HUD Information

Credence

Script

No attributes :-(

ArchHUD no longer has an on screen display showing key shortcuts or commands. Place a screen in your cockpit and have this handy way of seeing ArchHUD keys and commands. Easy way to view while flying is enter first person and look at the item you need then click back to 3rd person. - Multi Page! Just click screen to flip pages. - Now DRM FREE! Copy to your own screens. - Option for screen flipping. --- Discord --- https://discord.gg/KcafbTSwMp --Github Link--- https://github.com/LocuraDU/DU-Locura-Information-Screens --- Buy Locations --- Locura Shipyard @ ( ::pos{0,2,29.8110,107.2521,5.2659} ) --- VR Locations -- View Units: Locura Shipyard -- Other VR Locations -- Locura Exchange Store

Individual: 500 Kħ
1

Simple AGG screen UI

Banned

Script

No attributes :-(

Simple AGG touch screen control UI. Far left slider controls the altitude, the "Alt Lock" button prevents it from being moved accidentally. Min is 1km and max is 10km. There are also 2 lock buttons to prevent the Agg power button from accidentally being toggled. The 2nd slider moves to display current current agg base altitude and the center box shows it also. The right box shows your ships current altitude. The script can be customized if needed (may be an additional fee depending on complexity) Future proof, uses new lua UI changes. Setup includes: Control board, any size screen, Databank (optional, but sometimes displays inconsistencies)

Individual: 1 Mħ
Resale: 5 Mħ
1

Locura DU Factory Info

Credence

Script

No attributes :-(

A HUD Less factory monitoring script! A single board script for diplaying all your factory information. This script is helpful for those that dont like using HUDs and can be used on 1 to 9 screens depending on factory size. https://www.nexusmods.com/dualuniverse/mods/7/

Individual: 1 ħ
Resale: 1 ħ
Search
Filter
  • Sold As

  • Usage
Clear