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

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]

8

Tiny Factory

Squizz

Script

No attributes :-(

Market too far to go buy stuff? Industry line too obnoxious to setup for a few knock off items? Then this is the solution for you! The Tiny Factory will handle the industry lines for you. Just tell it what you want, turn it on, make sure it has ores and schematics, and it'll handle the rest! This Tiny Factory in a box, composed of only 20 industry units, can make any Basic, Uncommon, or Advanced item that can be produced by the XS, S, M, or L Assembly Line. Everything you need to know can be found here: https://github.com/squizzlabs/du-tiny-factory Discord: Still have questions? Ask here! https://discord.com/channels/760240626942869546/1078009204792631437/ If you can't join that you might have to join this Discord server first: https://discord.gg/CM2zWVPFFa Dispenser Location, Haven: ::pos{0,27,-14.3128,30.9315,9.6166} DRM FREE! Play with the code, break it, improve it, have fun!

Individual: 1 Mħ
8

Poor man's refiner

Cozzmo

Script

No attributes :-(

Simple script making your refiners to automatically cycle through t1 recipes when they are out of resources. Helps if you're just starting and have only one refiner or if you want to make your refiner more efficient. Just copy this into your onStatusChanged(3) filter on your refiner (assuming you named that slot "refiner") ``` --- status 3 -> jammed, no materials -- 198782496, -- hematite -> iron -- 2240749601, -- bauxite -> aluminum -- 159858782, -- coal -> carbon -- 2589986891, -- qurtz -> silicon local currentItem = refiner.getOutputs() -- linked list to cycle possible recipes local refinedOres = {} refinedOres[198782496] = 2240749601; refinedOres[2240749601] = 159858782; refinedOres[159858782] = 2589986891; refinedOres[2589986891] = 198782496; refiner.stop(true) refiner.setOutput(refinedOres[currentItem[1].id]) refiner.startRun() ```

8

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

HIC Honeycomb Controller

Head InThe Clouds

Script

No attributes :-(

ever wanted a simple screen to control your honeycomb factory? got 1 or 2 or maybe 288 or more! we got you covered! With this script it comes with one DRM Controller on XS core that can be placed anywhere! then with just a few more parts on your own construct and our open source scripts you can control it all! each receiver programming board and control up to 9 honeycomb refineries! you can stack them with our relay controller (simple open source) and run even more! the possibilities are practically endless!!

Individual: 7.5 Mħ
1

Diven's Font Hub

DivenDerp

Script

No attributes :-(

A screen script for playing with fonts. No board required.

2

Locura Hub Screens

Credence

Script

No attributes :-(

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

9

NoxCorp Ship Stat Screen V2

NoxCorp

Script

No attributes :-(

UPDATE - Tested and working in latest version of DU - Existing customers can upgrade for just 500k Showroom and BP dispenser on Alioth (near Market 17) ::pos{0,2,36.4289,57.9012,22.7369} Surrogate VR: NoxCorp Showroom The NoxCorp Ship Stat Screen V2 is an improved full RenderScript rewrite of the original HTML version. Screens that use RenderScript instead of HTML look sharper, render at greater distances and are significantly better for game performance. Version 2 brings much more customisation including: - Custom text and logo - Choice of text layouts - Choice of fonts - Change all colours, backgrounds and borders - Customise or switch off the star animation - Use custom backgrounds All customisation is done at the very top of the script, all settings have clear explanation and example values. The render cost is around 1 300 000 / 4 000 000 depending on content. The blueprint is provided DRM free which allows you to reuse infinitely. This is reflected in the cost. You can also transfer the money to me via your wallet in-game and I will paste the code to you on discord (no need to travel).

Individual: 2 Mħ
Resale: 500 Kħ
3

Transfer Units Monitor

Bartas

Script

No attributes :-(

An addition to my Factory Monitor scripts. This one Monitors all Transfer Units on a core (up to 408/6 screens) . Simply connet core and screen(s) in any order. The script will tell you how many screens you may need even if it crashes due to lack of screens :) grab it here: https://github.com/BartasRS/Transfer-Units-Monitor As always, tips are greately appreciated but not required ;)

Individual: 1 ħ
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/

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

IndyHUD for AR Industry

CodeInfused

Script

No attributes :-(

The IndyHUD is a forever free augmented reality display for industry, and includes translations for FR/DE. It's incredibly simple to use, requiring only a link to the Core unit. The AR display will show you a quick view of every machine's current state with a color indicator, including all containers. You can hover your mouse on one for a detail view, showing what the machine's name is, what it is producing, the tier, and status amounts for batch/maintain/infinite. You can also choose to show full container names at all times. Check out the github instructions here: https://tinyurl.com/indyhud

Resale: 1 ħ
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 ħ
Search
Filter
  • Sold As

  • Usage
Clear