Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TBoarding:

This files contains the parameters used for marines and boarding for ships.

Similar to other TFiles, this is a semi-colon delimited list.  The first line is the file version "1" and the entry count

You can set the values to individual shiptypes, or whole classes/races

 

Code Block
themeMidnight
SHIPTYPE;SS_SH_OTAS_HCF;5;180;40;60;30;4;50;50;20;50;100;1;12;

 

  1. SHIPTYPE
  2. shiptype id
  3. Number of Decks
  4. Hull Strength (for entering check)
  5. Base Defence (fighting stage)
  6. Hack Value
  7. Hack Random
  8. Shield Threshold (percentage)
  9. Total Marines
  10. Equipment (percentage chance of defensive equipment when spawned)
  11. Minimum Marines to spawn with
  12. Maximum Marines to spawn with
  13. Marine skill when spawned (percentage)
  14. Can board via spacewalk (0 or 1)
  15. Kill Rate per Deck (Percentage of total marines killed per deck, attackers + defenders)

CLASS:

Code Block
themeMidnight
CLASS;BIG;6;3;10;20;30;10;10;10;20;0;10;20;0;12;
  1. CLASS
  2. Class name
  3. Race ID
  4. Number of Decks
  5. Hull Strength (for entering check)
  6. Base Defence (fighting stage)
  7. Hack Value
  8. Hack Random
  9. Shield Threshold (percentage)
  10. Total Marines
  11. Equipment (percentage chance of defensive equipment when spawned)
  12. Minimum Marines to spawn with
  13. Maximum Marines to spawn with
  14. Marine skill when spawned (percentage)
  15. Can board via spacewalk (0 or 1)
  16. Kill Rate per Deck (Percentage of total marines killed per deck, attackers + defenders)

If the shiptype doesn't exist, it will find the closest class of the maker race.  If that doesn't exist, it will check for the global race, (raceid = 0)

 

Any ship can be set to be able to board, but they will need at least some marines as well.

setting the decks to 0 prevents the ship from being boarded. Only ships of sub class BIG can be boarded.  M6/TM up

TFacSizes

This file contains the dimensions of each station, used for Complex Construction

...