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

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

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

ATMO_PVP

Baxton Aeronautics

Script

No attributes :-(

HI everybody, I'm glad to present to you my old script pvp made in BETA, I take me some times to update it for the release. the fight works only under 1000 m distance between every opponents Installation : ------------- you have 2 reciever, 2 emetter and 1 transponder you have to define the channel for each one ! PUBLIC FIGHT CODE --------------------------- >>>name your ship !<<< receiver_1 = public2 receiver_2 = public1 emetter_1 = public2 emetter_2 = public1 transponder = publicAll -- in lua parameter -- canalemitter_1 = public1 canalemitter_2 = public2 video : https://www.youtube.com/watch?v=Xuu7uFORS6A dispencer at this position : ::pos{0,27,13.7056,23.2530,59.6596} vr = baxton aeronotics its 500000 h per ship enjoy !

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

Diven's Font Hub

DivenDerp

Script

No attributes :-(

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

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

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.

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

Ship Sale Dispenser screen

Bartas

Script

No attributes :-(

Simple screen to add to your dispenser. Lists all basic ship stats and creator info. it is meant for screen size M. grab it here: https://github.com/BartasRS/Dispenser-screen---ship-sale If you like my work tips are welcomed but not required. Enjoy!

Individual: 1 ħ
Resale: 1 Mħ
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ħ
6

Saga's Autopilot

Sagacious

Script

No attributes :-(

Full autopilot suite to take you anywhere you want hands-free. many safety features when manually flying like burn protection and planetary / atmo border collision detection and information displayed to keep you safe. Info / sales through the Saga AP discord https://discord.gg/jTu8W8tXph

Individual: 3 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 ħ
Search
Filter
  • Sold As

  • Usage
Clear