Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

descr_geography.db

From TWC Wiki
Revision as of 14:10, 2 October 2007 by Makanyane (talk | contribs) (Re-pathing for mod-folder)
Jump to navigationJump to search

descr_geography.db is the file that determines which ground textures are used in the battlemap, which colours are used for groundtypes in distant views and various factors concerning the elevation and shape of the battlemap.

It appears to have been originally based (by CA) on the contents of descr_geography.txt however unlike the descr_vegetation.db it will not re-generate from the text file if deleted, the text file is not read by the game and is only useful for record keeping purposes.

The file is located originally in RTW/data only, it can be copied into BI or a mod-folder and any changes made to that version will effect BI / the mod solely.

Problem in M2TW

At the time of writing due to a timestamp issue if you unpack your M2TW files you have to delete completely the unpacked version of descr_geography.db and the descr_geography.txt file so the game refers back to the packed version. Failure to do this results in a CTD when attempting to start a battle.

Editing descr_geography.db for RTW

The file can be opened with a normal text editor but attempts to edit with a text editor will result in a non-functioning game. The file can be edited successfully with a hex editor. The main source of information on editing this file is the Guide to Battlemap Modification tutorial by Muizer.

Re-pathing for mod-folder

The texture file paths are listed in the db file as path:

terrain/battlefield/texture_name.tga

when using a mod-folder if you put revised battlefield texture files on that equivalent path in the mod-folder they are not read and the game goes directly to rtw/data/terrain.

However you can relatively easily edit the path so it looks for a name not present in rtw/data/terrain. Due to complications of attempting to use the hex editor the path length should remain the same. Putting files in my_mod/terrain/battlemynew/ folder so path length stays same and entry becomes:

terrain/battlemynew/texture_name.tga

seems to work and picks up from the mod-folder.

See Also

YOU can help us improve this Wiki! ~ Look for ways to help and editing advice. ~ If you need further advice, please post here.