description
Disclaimer: I am NOT the Author of this, Permission has been sought directly from the Author to upload to Mod.Io for use with the xbox community.
Link to Original published version on Steam Workshop
Created by Isy
This script searches for currently docked ships and prints their names on a LCD panel. Great for Hangars.
Current Version:Version: 1.5.1
Date: 2019-04-09
Main features:
- reads the ship names of currently docked ships
- reads the connector a ship is connected to
- displays statistics of a ship like battery, hydrogen, oxygen and cargo levels
- highly customizeable LCD content via custom data settings
- scrolling LCD text, if the list gets too long
Basic Setup:
- create a LCD panel and add '!docked' to its name
- set up a programmable block with the script, check code, remember & exit and you're done!
- NO TIMER required!
Script settings:
Just add the keyword below to all your LCD names, where you want to show docked ships on. The configuration, what to show, is entirely done via the LCD's custom data.
string keyword = "!docked"; |
Master options:
All settings, that can be changed via the LCD's custom data, can also be set as master options inside the script config. Every new LCD and every LCD that has master options enabled will get these settings.
LCD Options:
You can enable and disable many settings of the LCDs by setting the values in their custom data to true or false. These options are automatically generated on every newly added LCD. Right now, there are three categories of settings:
Master options:
disable this to enable custom settings per LCD
useMasterOptions=true |
Basic settings: hide or show certain items
showNumbers=true showConnectorName=true showBatteryCharge=true showHydrogenLevel=true showOxygenLevel=true showCargoLevel=true |
Visual settings: sorting and spacing
compactHeading=false compactShipStats=false s crollText=true showFreeConnectors=true sortByConnector=false emptyLineBetweenEntries=true |
Monitored connectors: this category is kind of special as you can monitor specific connectors or connector groups for more room based output (e.g.: hangar). This feature is also useful if you want to show connectors, that are not on your main grid but on a connected subgrid.
Put a single connector name or a groupname here. Leave blank to monitor all! monitoredConnectors= showGroupHeading=true |
Multi-panel inventory screens
You can display your docked ships over multiple screens by giving all screens the same group tag. The syntax is the following:
!docked:GROUP# |
- GROUP is a name of your choice
- # is the number of the LCD in the row
Tutorial Videos:
How to enable ingame scripts: https://youtu.be/NkhZ7BbYgvc
Script video guide: https://youtu.be/xXRCXk-uxb4
Note:
- Be sure to always check your ownership! All used blocks should be owned by you (Owner: Me)!
Known Bugs / Planned Features:
- nothing for now
Credits:
I have to give a big thanks to Mygira for the basic idea of the script and the testing he has done for me! Thanks, buddy!
Credits
-
05 Sep 21:12Version 1.5.1
0 Comments for Isy's Docked Ships Info