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
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ħ
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

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

Factory Monitor Expanded

Bartas

Script

No attributes :-(

An expanded version of my Factory Monitoring Screen for people with crazy big factories. Basic version resulted in text overlaps and eventually script crash due to 50k characters limit per screen. This version displays Metalworks, Electronics and Glass industry on screen 1, 3D Printers, Chemical Industry, Refinersm Honeycomb and Smelters on screen 2 and, finally, Assemblers on screen 3. I figured out it should be a proper setup for most big factories tho I know some of you are crazy :P Simply connect core and 3 (or 9) screens (in any order) to Programing Board and run the script. I humbly suggest setting refresh rate (In Lua settings) to 5 to avoid possible laggy situations with a lot of industry running. Script comes with industry locator. Type help in Lua Tab to see available commands. grab it here: https://github.com/BartasRS/Factory-Monitoring-Expanded As always, tips are appreciated but not required. Enjoy

Individual: 1 ħ
Resale: 10 Mħ
4

Reef Tank

RavenFTW

Script

No attributes :-(

Check out the new hottest thing to have in DU The Reef tank aquarium Designed by Corrupted Software and sold by Raven INC. The reef tank is a fully functional aquarium The reef tank comes standard with 4 individual backgrounds that you can change right on the screen UI You can feed your fish (yes, they grow) Watch your Reef tank go through weather cycles, with lightning and all! Watch your fish become territorial and defend its territory area from other fish! You can also view fish breed stats such as Length, Height, Minimum Depth, Maximum Depth, Speed, Power, Metabolism, and aggression levels! Reef Tanks come in 3 different standard sizes S - M - L S = 10 Mill M = 12.5 Mill L = 15 Mill Additional sizes available upon request The reef tank also comes with a DLC store to buy more fish Screens with instructions to buy DLC credits are available at the Raven INC base ::pos{0,2,39.6046,124.3985,19.0385} If you have any questions Please Contact RavenFTW#3493 Discloser: This product is DRM protected.

Resale: 10 Mħ
12

DU-Storage-Monitoring

Jericho

Script

No attributes :-(

Open Source project, all sources available here : https://github.com/Jericho1060/du-storage-monitoring You can join me on Guilded for help or suggestions or requests by following that link : https://guilded.jericho1060.com It's displaying on screens the quantity and the percent fill of containers or hub. It can support up to 9 screens and chose what is display on each (group feature) To add a container to the system, you must rename it following that pattern: <prefix>_<itemName> For a Hub, you must use that pattern: <prefix>_<itemID>_<containserSize>_<amountOfContainers> <prefix>: the prefix that enable monitoring, by default s1_ for the 1st screen, s2_ for the second, and so on, see options to customize it <itemID>: the item id available on https://du-lua.dev <containerSize>: if a hub, the size of the containers linked (default to XS) <amountOfContainers>: if a hub, the amount of containers linked By default, the script is grouping all containers or hub that contains the same items on a single line and add the values. See option if you want to disable it. By default, the list is sorted by item tier and then by name Clicking on the columns permit to sort ascending or descending

17

DU-Industry-HUD

Jericho

Script

No attributes :-(

A simple HUD for monitoring and managing industry in Dual Universe Open source project, all sources available here : https://github.com/Jericho1060/DU-Industry-HUD You can join me on Guilded for help or suggestions or requests by following that link : https://guilded.jericho1060.com Feature list: - display all your industry status from a single programming board with only one link to the core - Add other boards to remote control all your machines (start/stop/batch/maintain) - easy locate your machine with arrows displayed around when selected on the HUD - fully controlled with Keyboard and can type setted value directly with your keyboard

10

JSE++ Space Elevator script

Jeronimo

Script

No attributes :-(

JSE++ Space Elevator script Best adaptive space elevator script since 2019 JSE++ runs a compact version of the operating system Default++, allowing you to control with ease your construct every single parameters from anywhere on your construct, with its unique system of on player screen widgets. Default++ is an on player screen widget system, where you can interact with your mouse the widgets and buttons, drag and resize widgets at will. JSE++ is as of today uncontested the fastest, the safest, most accurate and easiest to use and configure elevator script for "your" elevator design. It will fit for any type of cargo and will give you enough parameters for you to play with to achieve ultimate performances. - Professional version: 5 to 6Mh * check on the uploaded pictures for features (lite version doesnt exist anymore) If you are a skilled designer and interested into participating into the space elevators Atlas project and resell your version of the Atlas with JSE++ script on it, contact me directly for more about the terms. Always available on discord for more info

Individual: 5 Mħ
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

Locura Atmo Engine Information

Credence

Script

No attributes :-(

Screen showing the stats and values of every atmospheric engine in game. A massive upgrade over my old screen showing only large engines. Great for display or shipbuilders. - Multi Page! Just click screen to flip pages. - Hover over the text to see that engines picture. - 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ħ

NoxCorp Ship Stat Screen V3

NoxCorp

Script

No attributes :-(

Showroom and BP dispenser on Alioth (near Market 17) ::pos{0,2,36.4289,57.9012,22.7369} Surrogate VR: NoxCorp Showroom NoxCorp Ship Stat Screen V3 is a new script for showing multiple ships on a single screen. A browsable library of products, or anything else really. All text is editable, as are colours, borders and fonts. Use your mouse to hover and click when interacting with the screen. Make sure you don't have any tools equiped. Youget two versions of the script, one with square 1:1 image dimensions and one with HD 16:9 image dimensions. Both have all the same features. Edit variables at the top of the script to customise the screen. All variables have comments with example values. The script runs entirely in LUA using RenderScript, no programming board is required, no HTML. You can get around 18 items on the menu before you hit the render limit of the screen. Script is provided with no DRM for unlimited use. This is reflected in the price. You can pay me via wallet and I will provide the script over discord to save you travelling if you prefer. In-game username is 'nekranox' Need customisations? Contact me.

Individual: 4 Mħ
3

DU Information Screen (EDITS)

Credence

Script

No attributes :-(

Here we have the default system information screen made by NQ. However.... It can be so much more! Ill be doing different variations of the screen to show examples of what all this screen can do. Ill start off with a simple edit and work my way to something way different. Showing off anything from in game items, Org information, and even exchange sales items. https://github.com/LocuraDU/DU-System-Information-Screen ----- I only offer help/support at https://github.com/LocuraDU https://discord.gg/TB2ecEd5rs I try to get around to helping on other channels but if you want help please use one of the above places.

Individual: 1 ħ
Resale: 1 ħ
13

Player Logger

Davemane42

Script

No attributes :-(

for the script go to https://github.com/Davemane42/DU-Scripts#player-logger-script Log player activity to a Databank(s) and render to a screen v3.2 tested with 1300 entries with 8 databanks will import older data when upgrading (save the data using the 'dump' command just in case) Elements needed: 1x Programming board 1x Manual Switch 1x Screen 1x Detection zone 1 to 8 Databank(s) 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/PlayerLogger/PlayerLogger.json 2. Connect Detection zone -> Manual Switch -> Programming Board For multiple detection zone: add an "OR operator" (only 1 needed) in between Detection zones and the Manual Switch 3. Programming Board -> Manual Switch (both way) 4. Then do the same for the databank(s) and screen . 5. Finnaly, hit ctrl+L while looking at the board add your username in line 7 of unit.start() rename the location to your liking Activate the board manualy and type "help" in the lua chat for the command list 'clear' [clear the databank(s)] 'dump' [dump the table as JSON in the screen HTML so you can copy it] 'exit' [exit debug mode] 'help' display a list of commands 'remove (indices)' [remove an entry from one of the table] 'update' [Update the screen code]

1

10 Lights strobe

Fordie Industries

Script

No attributes :-(

for 10 lights to go from 1 to 10 then 10 to 1 and repeat with a speed setting in lua perams VR: Fordie Industries Location : 11Km from Haven Market 3 DRM Free

Resale: 250 Kħ
9

du-atlas

rohimma

Script

No attributes :-(

free script, get it at: https://github.com/rohimma/du-atlas get all your bookmarks on one easy to manage screen. activate the programming board and click on the location where you want to go

Search
Filter
  • Sold As

  • Usage
Clear