Keep track of all your ships. Displays all your ships telemetry in one screen (oder mehr). Use the visual telemetry screen to have a Radar like visual location of your ships. Instantly identify ships with damage, core problems or ‚fehlen‘ by color!
What’s New?
vTC.1.2.0
- added ability to show GPS data as (Standard) rounded to 4 decimal digits or ‚lang‘ with several digit accuracy (nach 4 digits the difference is minimal and 4 digits show better on screens)
- added ability to have a seperate LCD screen for showing GPS data (using tag [TelemetryGPS])
- added feature where you can make ALIAS names for all the ships shown in any given collector. To use, hinzufügen [TelemetryPlusAliases] to the Custom Data of the PB (wie [Telemetry] Jetzt) and under that, set OLDSHIPNAME=NEWSHIPNAME on individual lines.
- Fixed bug in displays – now shows header on TELEMETRY, TELEMETRY GPS and TELEMETRY ALERTS LCDs
- Hinzugefügt ———— line between TELEMETRY data packets to make them easier to ready (and consistent with ALERTS data seperator)
vTC.1.1.0
- (default=5) Added ability to set the ‚ship_lostTimeSpanMinutes‘ (time before an entity is considered NOT REPORTING by a collector) so entities can ‚hide‘ for whatever time you like
- (default=5) Hinzugefügt ‚reportInTime‘ to allow variation (IN SECONDS) by ship/base to broadcast their location (like SPRT ‚Mayday‘ Schiffe) This allows the entity to ‚hide‘ from enemies and still report in at regular intervals
- (default=false) Hinzugefügt ‚hideReportIn‘ to allow reportInTime (über) to be sent at random intervals (aus 1/2 to full time set in reportInTime) NOTIZ: Setting this to true affects all non-laser antenna transmission distance!
- (default=50000) Hinzugefügt ‚maxAntennaRange‘ to allow ‚hiding‘ ships to limit broadcast range when identifying themselves (maximum transmission range in METERS)
- now allows for multiple PBs to be on the same grid (different collector{S}/receiver{S}) for larger applications (Thanks @Phoenix for reporting it)
- fixed bug where ships were reporting damage when docked (reported by @inuyashagodofall)
- Technical debt
vTC.1.0.0 – first release supported by TechCoder (with all due credit and respect to Magistrator!)
- Cargo percent full
- Damage percent
- Set Font size on visual display name
- ******* SHIP DAMAGE *******
- ******* CORE FAULT DETECTED *******
- ALERT LOG
- COLORS on visual display
- Scrolling Text
- PB screen identifier
More Details….
- Cargo percent full – This number includes all ‚Cargo Containers‘ anders als „Lockers“ Und „Waffen“
- Damage percent – This returns a percentage number for damage to blocks (ANY damage triggers SHIP DAMAGE – siehe unten)
- Set Font size on visual display name – allows you to set visual_text_size in Custom Data to change the size of the font for the display – 0.35f or 0.45f seems to be nice ‚klein‘ font setting {Telemetry original setting was 0.75f}
- ******* SHIP DAMAGE ******* – status shown on ships that have damage to blocks of any kind
- ******* CORE FAULT DETECTED ******* – status shown on ships that have damage to ‚Kern‘ Systeme (Batterien, Triebwerke, Panzer, usw.)
- ALERT LOG – add an LCD with the [TelemetryAlert] TAG to show only ships that have alert status (makes it much easier to spot them). This also included the GPS with the Alert which makes them easier to find too!
- COLORS on visual display – makes it MUCH easier to spot ships and status! Ships with DAMAGE status show as dark orange (A ‚Warnung‘ irgendwie), ships with CORE issues show as crimson, ‚Normal‘ ones are still Green and „NOT REPORTING“ Schiffe (those that haven’t updated status in 5 minutes or more) show as Yellow
- Scrolling text – Telemetry and Alert LCDs now show data as Scrolling – easier to see more ship data
- PB screen identifier – Script name and version are displayed on PB screen for easy identification
Wie zu verwenden?
- Subscribe to this script (über)
- Place a PB (Programming Block) in your ship and load this code (klicken ‚Bearbeiten‘, Dann ‚Browse Scripts‘ and select Telemetry Plus).
NOTIZ: YOUR SHIP MUST NOT BE CONNECTED TO A BASE WHEN INSTALLING THIS CODE FOR ‚DAMAGE‘ TO WORK PROPERLY! - Place a PB in your base and load this code (same process)
- Go to the Custom Data in the PB of your base and set flag ‚collector‘ under Telemetry to ‚WAHR‘.
- Add the TAG [Telemetry] to the Name of a text panel (usually an LCD) in your base (d.h., „LCD [Telemetry]“)
- Every ship telemetry with this PB will show up in the panel provided they are in antenna range.
- Add the TAG [VTelemetry] to the Name of a text panel or console block (projector table) in your base.
- Add the TAG [TelemetryAlert] to a text panel/LCD in your base to see only ships broadcasting ‚Alarm‘ Status
- To use SHIP ALIASES, hinzufügen [TelemetryPlusAliases] to the Custom Data of the PB (just like [Telemetry] is there now) and under that, set OLDSHIPNAME=NEWSHIPNAME on individual lines. Be sure to spell the name exactly as it is now shown and put NO SPACES around the equals sign!
- Be sure to mark Telemetry Plus as a ‚Favorit‘ and give a ‚thumbs up‘!
Colors from DAMAGE, NOT REPORTING and CORE issues will show up automatically – color automatically upgrades when you repair the issue!
Telemetry
- Ship name
- Ship status (wenn nicht ‚Normal‘) (NEW)
- Velocity
- Altitude
- Battery charge
- Damage level (if damaged) (NEW)
- Hydrogen level
- Oxygen level
- Cargo Level (NEW)
- Docked grid
- GPS location (if not using TelemetryGPS LCD)
- Last update
- Shield Percentage (Shield Defense MOD)
GPS LCD
- Shows all GPS data on one screen, seperate from other ship data
- Default GPS length is 4 decimal places – option to set it to ‚lang‘ wenn nötig
Warnungen
- Shows each ship, status and GPS location in one block (much easier to read)
- LCD allows you to set the font size you like for easier reading
- Automatically scrolls through all Alerts – no need for additional screens
- GPS data shortened to 4 places to better fit on smaller screens
Einstellungen
Put these in the Custom Data of the Programming Block under [Telemetry]:
ALIASES
Add a new section to the Custom Data of the Programming Block [TelemetryPlusAliases] and name all your ships as you like for your own collector base!
DETAILS
- In the Custom Data of the PB, add a new line at the bottom (or top) => [TelemetryPlusAliases]
- Under this ‚Kopfball‘, place each ship you want to ‚alias‘ => original ship name=alias name
BEISPIEL:
If you have a ship named „DAVE BEST“ and want to alias it as just „DAVE“, add the following to the Custom Data of the PB:
[TelemetryPlusAliases]
DAVE BEST=DAVEDas ist alles!Use the above format to add ALIASES for all your ships!
LCDs
See the Settings above and make sure you have an LCD with the [Etikett] in the Name of the LCD you want to see Telemetry, Warnungen, GPS or Visual Telemetry.
You can also have the Visual Telemetry on a Console block – wieder, Legen Sie die [Etikett] you have set for visual_tag above in the Name of the Console.
Befehle
Run these commands as arguments in the Programming Block:
1 select the PB (Programming Block)
2 scroll down to the ‚Argument‘ area and enter the word in the first column – Zum Beispiel, ‚Skala‘ (no quotes)
3 klicken ‚Laufen‘
Das ist alles, was wir heute dafür teilen Raumfahrtingenieure Führung. Dieser Leitfaden wurde ursprünglich erstellt und geschrieben von TechCoder. Für den Fall, dass wir diesen Leitfaden nicht aktualisieren können, Sie können das neueste Update finden, indem Sie diesem folgen Verknüpfung.