Main.dat: Difference between revisions
Totengeist (talk | contribs) m (Update based on the current structure) |
Totengeist (talk | contribs) m (Add 'more information' link for translations) |
||
Line 23: | Line 23: | ||
The folder's name will be the label in the game's language selection menu and may contain spaces and some special characters. | The folder's name will be the label in the game's language selection menu and may contain spaces and some special characters. | ||
More information on translating the game can be found [[Modding#Translations|here]]. | |||
|- | |- | ||
| ships || Ship files defining hostiles, NPC ships, and ships available for purchase. This is split into <code> official</code> Introversion ships and those built by the <code>community</code>. | | ships || Ship files defining hostiles, NPC ships, and ships available for purchase. This is split into <code> official</code> Introversion ships and those built by the <code>community</code>. |
Latest revision as of 13:34, 27 July 2024
main.dat is a ZIP file in the root installation directory. It contains a variety of resources loaded into the game as described below:
Directory | Content description |
---|---|
<root> | containers.txt contains information about resource containers, the color of the contents, and whether they are salvage or reagent.
|
dialogs | Text files that define the on-screen location of buttons, input fields, and text used in various menus and dialogs. |
fonts | Font files. |
gfx | Images including backgrounds, effects, floors, and icons. |
language | Localization files for text in the game. Each language is in its own folder, containing a language.txt file. This file contains all the text strings for the game in that language.
The folder's name will be the label in the game's language selection menu and may contain spaces and some special characters. More information on translating the game can be found here. |
ships | Ship files defining hostiles, NPC ships, and ships available for purchase. This is split into official Introversion ships and those built by the community .
|
sprites | Sprite sheets containing the textures of characters, objects, walls, and vents. spritebank.txt links textures in sprite sheets to objects listed in definitions\definitions.txt .
|