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

PvP Suite

Ravenis

Script

No attributes :-(

PvP Suite includes 4 different scripts at the moment. **Converted to DU v0.30 and to support fully implemented LUA revamp in a future** 1st script: Gunnery seat which includes all weapon, shield, radar and targeting systems. 2nd script: Remote control to make solo PvP possible and includes all navigation ,engine and fuel systems. 3rd script: Utility script for Programming Board, and includes things like Damage report, Periscope, landing lights, automated landing gears and prolly much more useful and useless(but fancy) things in a future.. Also: Cockpit conversion of the whole suite for XS ships, which is only one script. Features: Weapons and targeting: -Weapon Hit Probabilities -Target info when selected (including unique construct id) -Detailed info when target is identified -Compact identified construct list with detailed info -Support for different amount of weapons (1-10) -Transparent non widget Periscope Shield, core and elements: -Shield resist changing is now more simplified, resists will be changed with 2 hotkey presses: For example alt+1 (antimatter) and alt+2 (electro-magnetic) will set resists to 40-40-10-10, alt+1 and alt+1 will set resists to 70-10-10-10. -Feature to put shield on when taking the seat -Feature to put shield offline when leaving the seat (disabled by default) -Automatic shield enabling when entering PvP space -Shield will be put on automatically after venting process -Resist stress values -Shield HP -Core stress -Resist and venting cooldown indicators -Shield offline safety, safety will prevent accidental shield disabling. Safety has LUA parameter and you can also toggle it with hotkeys -Element damage report(on utility script), will list any element on ship with damage Navigation and engines: -Engine control based on tags, ability to shut down and on engine groups, great for fuel saving -Hotkeys ALT + 1-8 will toggle engine groups on/off ALT + 9 will switch all engines on instantly -Brake toggle -V-Booster shutdown when landing -Brake distance indicator -Thrust indicator -Altitude to ground indicator -PvP Zone distance indicator, will show now distance to Safe Zone on any range too when in PvP zone -Fuel tank support up to 6 tanks -Warp Destination with required and remaining warp cell information -Acceleration indicator -Current speed/max speed indicator Other and Interface: -Databank is required to store many settings like engine group status and other settings. -Key G now switch ALT + 1 - 9 hotkeys functions. This means you either use them for Shield resists, Engine control or Other controls. -Indicator to show which side hotkeys are currently assigned for. -Automatic landing gears. Gears will react to altitude to landing pad or whatever, and will extend before the landing, and rectracts when you take off. -Landing lights support, fancy blinking lights if you want! Blink will be faster when you get closer to the ground and will turn lights off after landing is done. -You can hide the build menu -Feature to show ammo container remaining ammos -Feature to show nearest planet/moon atmo/no atmo collision range -General font size modifier LUA parameters -Rename option for engine groups -Rename option for fuel tanks -Parameter for Locked View(straight ahead), Left Alt is Freelook -Parameters for widgets to shown or hide -Parameters for many other features -Parameter to allow or disallow negative throttle value -Parameter to start remote controller with brake toggle on or off -Parameter to disable or enable almost every feature Console commands: /helper on - shows buildhelper /helper off - hides buildhelper Easy installing, just link elements Planned features: -Detailed damage report from enemy hits like what type of damage and how much is absorbed etc. -Friendlies list via transponders -Id converting to letters for easier target calling -Probably much more Selling is now on hold until NQ decides and makes official statement about wipe rumours and what happens on release. There will be individual and org packs and prices also will be decided after possible wipe. If you are interested, join my scripting discord at https://discord.gg/ttajxhZYXY or on my channel @du-creators discord

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/

Calibration Times

SirSteve

Script

No attributes :-(

Tool to keep track of mining unit calibration times. 5 locations can be displayed. After pressing the button the time is reset. The timer starts running and the next calibration time is updated. The indicator turns yellow when the warning level (time) is reached. The red indicator appears when the time is up. Settings via LUA Parameter Organization name Next calibration can be set in hours for each location Place name and ore deposits Tool um die Kalibrierungszeiten der Bergbaueinheiten im Überblick zu behalten. 5 Orte darstellbar. Nach dem Drücken des Tasters wird die Zeit zurückgesetzt.Der Timer beginnt zu laufen und der nächste Kalibrierungszeitpunkt ist gesetzt. Die Anzeige wird gelb wenn der Warnlevel (Zeit) erreicht wurde. Die Rote Anzeige erscheint wenn die Zeit abgelaufen ist. Einstellungen via LUA Parameter Organisationsname Nächste Kalibrierung in Stunden für jeden Ort einstellbar Warnlevel in Stunden Ortsname und Erzvorkommen Test it and buy it here: VR "STRUE SHOP and Deco Library" ::pos{0,2,2.9315,76.8597,24.0650}

Resale: 1.5 Mħ
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

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

DU-Storage-Monitoring

Jericho

Script

No attributes :-(

Open Source project, all sources available here : https://github.com/Jericho1060/du-storage-monitoring You can join me on Guilded for help or suggestions or requests by following that link : https://guilded.jericho1060.com It's displaying on screens the quantity and the percent fill of containers or hub. It can support up to 9 screens and chose what is display on each (group feature) To add a container to the system, you must rename it following that pattern: <prefix>_<itemName> For a Hub, you must use that pattern: <prefix>_<itemID>_<containserSize>_<amountOfContainers> <prefix>: the prefix that enable monitoring, by default s1_ for the 1st screen, s2_ for the second, and so on, see options to customize it <itemID>: the item id available on https://du-lua.dev <containerSize>: if a hub, the size of the containers linked (default to XS) <amountOfContainers>: if a hub, the amount of containers linked By default, the script is grouping all containers or hub that contains the same items on a single line and add the values. See option if you want to disable it. By default, the list is sorted by item tier and then by name Clicking on the columns permit to sort ascending or descending

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

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

1

Diven's Font Hub

DivenDerp

Script

No attributes :-(

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

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.

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

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

  • Usage
Clear