ship_systems.csv
Basic page for ship_systems.csv
| Column name | Description |
|---|---|
| name | The human-readable name of the shipsystem that is displayed in-game. The internal game engine name for the hullmod is the id. |
| id | This is the internal name that is recognized by the code in the background. When modding, this ship system will be referenced everywhere by this ship system ID. It will be used in the ship_data.csv, .system file and scripts. Remember, if you want to reference this somewhere else, it is this designation that you use, not the one above. This must be unique within the mod, vanilla files and also any other mods. For this reason it is highly recommended to add some form of unique prefix such as myuniquemod_shipsystemid |