Main.dat: Difference between revisions
Jump to navigation
Jump to search
Totengeist (talk | contribs) m (Add article link for save files) |
Totengeist (talk | contribs) (Update the file/directory information) |
||
Line 12: | Line 12: | ||
| gfx || Images including backgrounds, effects, floors, and icons. | | gfx || Images including backgrounds, effects, floors, and icons. | ||
|- | |- | ||
| language || Localization files for text in the game. <code>english.txt</code> is the only file in this directory. | | language || Localization files for text in the game. <code>english.txt</code> is the only file in this directory.<br>''Note: Adding other language files to this directory currently does nothing.'' | ||
|- | |- | ||
| saves|| [[Save file]]s used during testing. | | saves|| [[Save file]]s used during testing. | ||
Line 18: | Line 18: | ||
| sectors|| Predefined sectors. The prologue sector is currently the only one that is defined. | | sectors|| Predefined sectors. The prologue sector is currently the only one that is defined. | ||
|- | |- | ||
| ships || Ship files defining hostiles, NPC ships, and ships available for purchase. | | 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>. | ||
|- | |- | ||
| sprites || Sprite sheets containing the textures of characters, objects, walls, and vents. <code>spritebank.txt</code> links textures in sprite sheets to objects listed in <code>definitions\definitions.txt</code>. | | sprites || Sprite sheets containing the textures of characters, objects, walls, and vents. <code>spritebank.txt</code> links textures in sprite sheets to objects listed in <code>definitions\definitions.txt</code>. | ||
|- | |||
| stickers || An empty directory. It is unclear what this will be used for. | |||
|} | |} | ||
[[Category:Game files]] | [[Category:Game files]] |
Revision as of 12:08, 6 March 2023
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 |
---|---|
definitions | definitions.txt is the only file in this directory. It contains information about placeable items in the game. This includes the identifying name of the item, its height and width in in-game units, pipe or cable connection points, placement restrictions, and slot placements for input and output.
|
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. english.txt is the only file in this directory.Note: Adding other language files to this directory currently does nothing. |
saves | Save files used during testing. |
sectors | Predefined sectors. The prologue sector is currently the only one that is defined. |
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 .
|
stickers | An empty directory. It is unclear what this will be used for. |