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

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

Atmo Engine L Information

Credence

Script

No attributes :-(

Screen showing the stats and values of every atmospheric large engine in game. Great for display or shipbuilders. We now have another screen at https://du-creators.org/makers/Credence/ship/Locura%20Atmo%20Engine%20Information A massive upgrade over this screen. Shows every atmo engine in game with interactive screen. - 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} ) 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ħ

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

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

1

Diven's Font Hub

DivenDerp

Script

No attributes :-(

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

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.

3

DeadGunner Suite

Deadrank

Script

No attributes :-(

Free fully featured PvP/PvE combat HUD that is open source and free to the public. Can be found here: https://github.com/Deadrank/DeadRank-DU

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

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

  • Usage
Clear