Does anyone know which file(s) control the battle-map's ground textures? I thought it was descr_geography but changes I made there doesn't seem to change anything.
Thanks!
Printable View
Does anyone know which file(s) control the battle-map's ground textures? I thought it was descr_geography but changes I made there doesn't seem to change anything.
Thanks!
Wles,
Keep the texture file names the same and pack them otherwise they will not be read (unless you overwrite into the vanilla folder).
DATA\terrain\battlefield\ClimateFolder\SeasonFolder - packed to mod_0.pak
For a straight swap of files using same name the mod_0.pak idea should definitely work. If you want to change anything more than that you can apparently change the descr_geography.db with a hex editor (that is the one that is used by game not the .txt file)
See Muizers guide here if you feel like playing with it in hex editor (not something I've got round to trying yet)
Awesome! Thanks guys!