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

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]

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

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

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

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

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

Default++ Advanced flight script

Jeronimo

Script

No attributes :-(

Dual Univers Advanced flight script Default++ developed since 2017, is the most advanced and innovative flight script with a unique navigation operating system. DU flight parameters are brought to you to an other level with dozens and dozens of customizable settings. source files and explainations all on github: https://github.com/JeronimoDU/Default-PLUS-PLUS

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

2

Locura Arch HUD Information

Credence

Script

No attributes :-(

ArchHUD no longer has an on screen display showing key shortcuts or commands. Place a screen in your cockpit and have this handy way of seeing ArchHUD keys and commands. Easy way to view while flying is enter first person and look at the item you need then click back to 3rd person. - Multi Page! Just click screen to flip pages. - 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ħ
Search
Filter
  • Sold As

  • Usage
Clear