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

HoneyComb Information

Credence

Script

No attributes :-(

Screen showing the stats and values of every Honeycomb in game. Great for display or shipbuilders. - Now DRM FREE! Copy to your own screens. - Option for screen flipping. --- Discord --- https://discord.gg/KcafbTSwMp --Free Download Link--- https://www.nexusmods.com/dualuniverse/mods/5 --- In Game 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ħ
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]

4

Shield Control

Ravenis

Script

No attributes :-(

This script offers all shield functions on any size screen or screens. It uses touch buttons and is well tested. If you are interested, join my scripting discord at https://discord.gg/ttajxhZYXY

Individual: 10 Mħ
Resale: 25 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ħ
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

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

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

Diven's Industry Hub

DivenDerp

Script

No attributes :-(

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

3

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

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 ħ

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

  • Usage
Clear