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

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() ```

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

AR Mining Unit Manager

DivenDerp

Script

No attributes :-(

AR board script for managing and monitoring your mining units Github: https://github.com/DapperDucky/AR-Mining-Unit-Manager Demo Video: https://www.youtube.com/watch?v=T6S5lU59Y_E

3

Atmo Engine L Information

Credence

Script

No attributes :-(

Screen showing the stats and values of every atmospheric large engine in game. Great for display or shipbuilders. We now have another screen at https://du-creators.org/makers/Credence/ship/Locura%20Atmo%20Engine%20Information A massive upgrade over this screen. Shows every atmo engine in game with interactive screen. - 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} ) 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

Individual: 100 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ħ
45

ShipInfo

Aerogics S & T Co

Script

No attributes :-(

A script that provides various info / functions for your ships, using LUA api with multi touch screens. Info & instruction on github: https://github.com/Krengus/DU_ASTco/tree/main/ShipInfo

2

DF BloodFire Displays

DSI Dark Forge

Script

No attributes :-(

- Officially Released - If you are looking to showcase your designs, sell your merch or something else along those lines then check out our custom line of screens. For one purchase you get the whole set of screen templates. You can edit and update the stats of any field as needed in game including uploading your own images for the display box. Our standard design comes in red but we can make custom variants complete with your logo, color scheme or altered background for an additional fee depending on services. We are taking requests now for custom orders Screen Types - Dispenser Screen - Stats, Showcase, Price, & Description - Stat Display Screen - Larger stat box with larger showcase box construct image - Showcase Display Screen - larger description box with larger showcase box for construct image. Created by: Firestorm & IanBloodraven

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

Diven's Hub Hub

DivenDerp

Script

No attributes :-(

Allows you a screen interface to view the contents of a container. Comes as both a screen and board script.

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

Shield Screens

Fox Racing

Script

No attributes :-(

MANY THANKS TO RyanPryde FOR UPDATING THE SCRIPTS TO WORK IN 1.4!! (new link under "To install" below) v1.2 - Fixed support for Athena shield rarity, variable shield pools and more precise resistance setting. v1.1 - Added customization via lua parameters - change the look to match your setup. See a video of the interface in action (descriptions are in the subtitles/CC of the video): https://youtu.be/_1-vTFibuoo This is a direct replication of the shield unit's control interface, placed on screens so it can be used from seats, at engineering stations etc. Future Proof (uses the new screen RenderScript technology). Each screen manages it's own energy pool, allowing for multiuser or as pool presets. To install: https://github.com/RyanPryde/DU-ShieldScreens Feedback and requests are welcome.

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]

Search
Filter
  • Sold As

  • Usage
Clear