Last active
August 19, 2019 19:15
-
-
Save untodesu/762c71582cdd0f7243861a2d12304598 to your computer and use it in GitHub Desktop.
Space engineers ship indexing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[] [] [][] [][] [][][] [][][] [][][] [] [] | |
[] [] [] [] [] [] [] [] [] [] [] | |
[] [] [] [] [] [] [] [][] [] [][][] | |
[] [] [] [] [] [] [] [] [] [] [] | |
[][] [] [] [][][] [] [][][] [][][] [] [] | |
--> The UNDTECH Vessel Index | |
Any vessel ever produced or constructed by UNDTECH has a unique vessel index. | |
--> Index Description | |
The UNDTECH Index is a digital and symbolic designation of the vessel, designed to determine the type of it, its features and characteristics. | |
Here is an example of a index: UNDTECH-BSV30K-LS07-CG | |
--> Index Structure | |
The index can be divided to three(four) parts: | |
1. Manufactorer ID/Name (UNDTECH?), Optional | |
2. Vessel Class and main digital designation | |
3. Vessel features (Main thrusters, Maneuver thrusters, Energy consumption while moving) | |
4. Vessel weapons | |
--> Vessel Features | |
* Vessel features part contains two letters about thrusters types: main and maneuver. | |
Can be L (large, > 1 block size), S (1 block size), H (hybrid) or X (Not installed). | |
* The second two numbers are energy consumption while moving in percents from 0 to 99. | |
Just press W and write energy consumption from HUD. | |
--> Vessel Weapons | |
The usual abbreviated letter designation for each type of weapon mounted on a ship. | |
C - Cannons | |
G - Gatling Machine Guns | |
T - Turrets | |
R - Rocket Launchers | |
Y - Rocket Turrets | |
--> Vessel Classes: | |
----> Ship Carrier (SCV) | |
This class of vessels can transport other smaller ships. | |
Main Designation is a count of smaller ships which carrier can transport. | |
----> Battleship (BSV) | |
A military vessel, standard mass of which exceeds 25000 Tons. | |
Main Designation is a mass of the vessel. | |
----> BattleCruiser (BCV) | |
A military vessel, standard mass of which exceeds 25000 Tons, or with with a gun above 200mm in calibre. | |
Main Designation is a mass of the vessel. | |
----> Cruiser (CCV) | |
A military vessel, standard mass of which is less than 25000 Tons and which exceeds 10000 Tons. | |
Main Designation is a calibre of main gun. | |
----> Destroyer (DDV) | |
A military vessel, standard mass of which exceends 1000 Tons and does not exceed 10000 Tons. | |
Main Designation is a mass of the vessel. | |
----> Frigate (FGV) | |
A military vessel, standard mass of which exceeds 1000 Tons and does not exceed 10000 Tons and with not above 200mm cal. and four more less-cal guns. | |
Main Designation is a mass of the vessel. | |
----> Corvette (CRV) | |
A small, cheap vessel that can be quickly manufactured and equipped for many purposes. | |
Main Designation is a count of guns on the vessel. | |
----> Utility Vessel (UTV) | |
A small, cheap vessel that can be quickly manufactured. | |
Used almost everywhere as vessel maintenance, tugboat, welder, grinder, miner, etc. | |
Main Designation is a count of tool blocks installed on the vessel. | |
----> Freighter (FTV) | |
A general-use vessel with light weapons and armor designed to carry goods from point A to point B. | |
Main Designation is a maximum transported volume (L) | |
----> Shuttle (STV) | |
General purpose small mass vessel, without armament, designed for the transport of goods and people. | |
Main Designation is a mass of the vessel. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment