AtmosphereTypes.txt (SEV)
From SEWiki
Contents |
File Description
AtmosphereTypes.txt is the data file which contains information on all the types of planetary atmospheres which can be found in the game. More specifically, it dictates which atmospheres exist and which planet types may have them.
Data Fields
| Field Name | Allowed Values | Description\Allowed Values |
|---|---|---|
| Name | Any Text | Name of the atmosphere type. |
| Description | Any Text | A description for this atmosphere type. Not used in-game. |
| Picture Index | Integer | The portrait index from Pictures\UI\Bmp_AtmosphereTypes.bmp. |
| Allowed On Planet Physical Types | Text List | All, or a comma separated list of the physical planet types from Data\PlanetPhysicalTypes.txt that this atmosphere applies to. |
Example Atmosphere Type Code
Name := None Description := Picture Index := 1 Allowed On Planet Physical Types := Rock, Ice
File Usage
This file is considered a core file, since it determines the viability of the colonization of a planet. Additionally, this file is used to create galaxy and sector maps whenever a planet is present. By modifying this file, you can greatly increase or decrease the difficulty of the game.
Uses Files:
- Data\PlanetPhysicalTypes.txt
- Pictures\UI\Bmp_AtmosphereTypes.bmp
Used By Files:
(This list may be incomplete.)
