forked from unknown-horizons/unknown-horizons
-
Notifications
You must be signed in to change notification settings - Fork 0
Databases
Chris Oelmueller edited this page Feb 19, 2013
·
1 revision
Unknown Horizons saves some of its data (maps, save-games) in SQLite databases. SQLite files are best accessed with a database tool like the SQLite Manager Firefox Plugin or the sqlite3 interface.
Some data (listed below) is stored as SQL dump of a SQLite database. To view or edit these, any text editor works.
Unknown Horizons has the following database files:
-
content/game.sql
- Main database. Stores game data not found in object files -
content/balance.sql
- Stores data we may want to frequently edit in order to balance UH -
content/names.sql
- Possible names for ships, settlements, ground units -
content/savegame_template.sql
- Template for savegames -
content/map-template.sql
- Template for map files (e.g. for editor) -
content/atlas.sql
- Automatically generated bydevelopment/generate_atlases.py
Home > Developers >
Who is who?
Tests
FIFE: epydoc, doxygen
What to do: Segfaults
Usability
Translations