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

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

Safe Travel Infos

Ater Omen

Script

No attributes :-(

A visual representation of your ship distance from the warp tunnel between two planets. Fly safe during your missions! It also shows the safe zone, and simulate your ship trajectorys to let you know where you're heading. Script and presentation here : https://github.com/rhoffsch42/DualUniverse-public/tree/master/safe_travel_infos

Individual: 1 ħ
2

DU Ore Manager

ShadowMage

Script

No attributes :-(

This project leverages the recently released screen LUA APIs to provide an interface with the programming board. With this system, you can set up a public drop off point for ore with requirements for each available ore, and set the system to show all tiers, or single tier at a time. https://github.com/jdelgado-dtlabs/DU-Ore-Manager

5

Factory Monitor Screen

Bartas

Script

No attributes :-(

Facotry monitoring script I made for an Org mate and thought it might be useful for someone. Gives basic info about the state of every industry machine on the Core (except Transfer Units). Fully adaptive and scalable from XS to Super Expanded screen. As added bonus it has built in locator to easily locate any machine. Simply type "help" in Lua Tab to see available commands. Refresh rate can be changed in Lua Settings. Link to Core and Screen in proper order. Multiscreen version is also available. grab it here https://github.com/BartasRS/Factory_monitoring_screen If you like my work or find it useful you can send a tip in game it will be much appreciated. Enjoy

Individual: 1 ħ
Resale: 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() ```

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.

7

DuMap.de

Tiramon

Script

No attributes :-(

The site can be used to manage scans. https://www.dumap.de/ Currently providing following Features: * Add scans * Subtract mined ore from scan * overview map * overview list incl. sorting by ore amount or distance * Sharing of scans to other people/groups (with or without content) * copy capability of Discord usable scan data * possibility to add Scans per OCR * precise latitude/longitude coordinates for tiles * and the best automatically adding scans with a little companion tool * automatic update information in companion if new version is released Companion app can be found here -> https://github.com/tiramon/du-map-companion/releases/latest Discord: https://discord.gg/PQeJMUeXb2

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

LUA Touchscreen Examples

Hadron

Script

No attributes :-(

Give your favorite ships a touch of class with our DRM free touch screens (as seen on the Eclipse). Backgrounds are PNG since LUA drawings have no graphical editor. I am no LUA expert but the original code was provided by NQ-Deckard who (in my opinion) is! (DU-Forums) Simple LUA editing knowledge is required. Tinker with the values and you will quickly understand what is going on. It should be noted that "--" uncomments a line. Thanks to Suppe and his instructions in the screen code. Simple to deploy as you can omit the forcefields (the only T3 elements in the blueprint). All code is updated for LUA revamp. 09.2022 Have fun and LUA-fy your ships! VR: Hadron HQ Alioth

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

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

Diven's Industry Hub

DivenDerp

Script

No attributes :-(

Screen Interface for Industry that allows you to monitor and issues commands to your industry.

1

du-map.com

Zer0Krypt

Script

No attributes :-(

This site provides a interactive 3D representation of the Dual Universe Solar System: du-map.com ** Please bear with us as this site is under constant development. We appreciate reports of bugs as well as ideas/feature suggestions. These can be submitted via our community discord (link below) ** This is useful for 3d spacial representation of planets, moons, asteroids and any other ::pos waypoint. This can be done by panning, zooming and rotating around the solar system. This is very helpful in planning safe travel routes outside of the safe zone. You can also save and map out waypoints (::pos). These can be labeled as Constructs, POIs, Space Stations and Asteroids. Waypoints can be organized into sharing groups. These groups can either be privately shared with invited/accepted friends, or listed publicly for anyone to join. The owner of a share can modify and give specific permissions to other members within the share group. We do our best to maintain asteroid locations throughout the week. These locations are available to anyone via our public "Weekly Asteroids" share. If you would like to help maintain asteroid positions, please reach out to Zer0Krypt#0001 or join our discord community (link below). Discord Community: discord.gg/UTEcgP9Avj Site Developers: Deadrank#9867 and Zer0Krypt#0001

Search
Filter
  • Sold As

  • Usage
Clear