PDA

View Full Version : Campaign map Textures please help!



Gods999
08-25-2009, 23:46
I am trying to change the textures on RTW vanilla from another mod with different campaign map textures. I really would like help any link, suggestions, guild lines or answers would be very appreciated!

Makanyane
08-26-2009, 06:50
the text file that controls them is
descr_aerial_map_ground_types.txt
in the data folder.
the texture files are in tga format and will probably be in
Data\terrain\aerial_map\ground_types

if they need to be pathed to a specific mod folder or a different folder then the path will be written like:
cultivated_low ../../../../bi/EOD2/data/terrain/aerial_map/ground_types/EOD_grassland_low.tga

the ../ bits make it go up a folder level before coming back down again

have a look at that file and the ground_types folder in the mod you want to copy and see if it makes sense - if you can't see their tga's at all they might have packed them instead of using the ../../ thing - I can explain that if necessary.


(If you're doing this for your own use only there is no problem, but if you want to release mod you'd need the other mod teams permission)