Jump to content

Crimson Skies: High Road to Revenge (.db/.sdb)


Recommended Posts

The CS:HRTR .db files are used to store position/rotation data of objects, as well as pointers to other .db files, etc.

 

This can be used, for example, to construct a zeppelin in the game, giving it all of its' attachments such as engines, guns etc. It is also used for plane configuration, and you can do some light modding by swapping out a pointer to a plane with a different one in the DB, so long as the bytes still align in the end. It is not unlike that of a Unity prefab.

 

 

The .sdb files are scene versions, which are used to load the game's levels, maps, etc. There are many early prototype and test .sdbs that can be found in the game's files.

I've attached a few samples, including a default.sdb. What I would like to find out is if it is possible, for starters, to extract the position and rotation data for sub objects (such as Zep_Engine1) from .dbs such as zep_pandora.db and have it properly displayed in some text form. Once that's accompolished I'd like to investigate the format more thoroughly.

zep_pandora.7z

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...