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.

Total War: Rome Remastered - Modding

From TWC Wiki
Revision as of 10:21, 29 April 2021 by Makanyane (talk | contribs) (Created page with "Good News! A), it's here! B), it's moddable! There will be some quirks and because it looks sooo much better, there will also be more work involved in getting mod assets to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Good News! A), it's here! B), it's moddable!

There will be some quirks and because it looks sooo much better, there will also be more work involved in getting mod assets to match up.

Textures

RR still uses .tga.dds files (e.g. dds files but with the .tga name appended so that text files actually just ask for .tga)

Some textures are compressed using the LZ4 system, these also have an additional header section which can be ignored. There will be a version of IWTE along shortly which will de-compress a directory of these textures back to their starting .dds state.

Some textures are DX10 type, these you can probably open but not see the correct information, if you have a recent version of Photoshop you can use this plugin to open them. Otherwise, you need to convert them to .tga using the Texconv tool or similar. The easiest way to use this tool is by writing a .bat file (so you don't have to remember the commands each time!), and example .bat would be:

@echo off
texconv.exe -r my_folder\*.dds -ft tga -o my_folder
cmd /k
YOU can help us improve this Wiki! ~ Look for ways to help and editing advice. ~ If you need further advice, please post here.