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
8

Tiny Factory

Squizz

Script

No attributes :-(

Market too far to go buy stuff? Industry line too obnoxious to setup for a few knock off items? Then this is the solution for you! The Tiny Factory will handle the industry lines for you. Just tell it what you want, turn it on, make sure it has ores and schematics, and it'll handle the rest! This Tiny Factory in a box, composed of only 20 industry units, can make any Basic, Uncommon, or Advanced item that can be produced by the XS, S, M, or L Assembly Line. Everything you need to know can be found here: https://github.com/squizzlabs/du-tiny-factory Discord: Still have questions? Ask here! https://discord.com/channels/760240626942869546/1078009204792631437/ If you can't join that you might have to join this Discord server first: https://discord.gg/CM2zWVPFFa Dispenser Location, Haven: ::pos{0,27,-14.3128,30.9315,9.6166} DRM FREE! Play with the code, break it, improve it, have fun!

Individual: 1 Mħ
8

Waypointer

Fox Syndicate Scripts

Script

No attributes :-(

Essentially, this script provides an AR overlay to your world to view waypoints you have set with Archaegeo's script, in addition to the planets around you. Like all AR scripts made with the AR projection library, there are specific conditions under which this script functions correctly. If you are on a planet, assuming you aren't in a cockpit in another ship, the script should function flawlessly. It will only work in a seat on the construct the programming board was deployed in, and only if you correctly calibrate said seat, assuming you have "freelook" enabled. What freelook enables is a way to track where your camera is looking purely based on your mouse movement. Of course, this comes with one major downside: it won't work in the third person. Nor will it work if you don't calibrate your pitch and heading. Calibration takes place in the form of looking either up or down, pushing your mouse past the limit you can look and then looking either left or right. The accuracy is around 1 degree when looking straight on if the calibration was done properly. (Inaccuracy is purely a result of the mouse capture not being absolutely perfect) In space, as long as you are on the ship the programming board was activated on, it should function for both in a seat, walking around and jetpacking. Note that for walking around, you need to calibrate your pitch. There are a couple more settings to change around if you want to. However, that is about all you need to know. To use the script, copy the JSON file contents found in the link below and select something like "paste Lua script" using a programming board. Connect the programming board to the core, and activate! If you have some saved waypoints using Archaegeo's script, connect the databank to it, and it should load his script's waypoints as well. Link: https://github.com/EasternGamer/AR-Library/blob/experimental/NewWaypointer.json Disclaimer: I coded this, however, Archaegeo provided the idea, hence when starting the script he is credited and used to host the script.

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

7

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

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

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

DU Jukebox

Prestige Worldwide

Script

No attributes :-(

Prestige Worldwide proudly presents DU-Jukebox, An in game music player you can customize to play your own music in game. Anyone that activates the board will hear any music that is selected by another player (as long as they also have the same files). A lot fun for streamers and groups with many friends. https://gyazo.com/ae0754b39a29d53308cd9bdfc5046a75 You can also create extra categories if you need more Individual price includes installation of up to 3 units on the same construct/ship so you can change music from one of the 3 music stations. Check out the optional script here: https://du-creators.org/makers/Prestige%20Worldwide/ship/DU%20Random%20Jukebox Contact Lee Fall#2362 for more info/purchasing.

Individual: 5 Mħ
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

4

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

Factory Monitor Expanded

Bartas

Script

No attributes :-(

An expanded version of my Factory Monitoring Screen for people with crazy big factories. Basic version resulted in text overlaps and eventually script crash due to 50k characters limit per screen. This version displays Metalworks, Electronics and Glass industry on screen 1, 3D Printers, Chemical Industry, Refinersm Honeycomb and Smelters on screen 2 and, finally, Assemblers on screen 3. I figured out it should be a proper setup for most big factories tho I know some of you are crazy :P Simply connect core and 3 (or 9) screens (in any order) to Programing Board and run the script. I humbly suggest setting refresh rate (In Lua settings) to 5 to avoid possible laggy situations with a lot of industry running. Script comes with industry locator. Type help in Lua Tab to see available commands. grab it here: https://github.com/BartasRS/Factory-Monitoring-Expanded As always, tips are appreciated but not required. Enjoy

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

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]

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

Search
Filter
  • Sold As

  • Usage
Clear