• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

3D & Animation Conversion of .texture2D to .dds or similar

UnModel

UnModel

http://www.gildor.org/en/projects/umodel
Use this. Read the .txt for command keys and instructions.
Though this just extracts from packages, into (if I remember correctly) a Targa or PNG.
You'll have to convert it using other software if you want a different file format that is. Though if it's purely for RO2 and not another game, there is no reason to convert it in the first place. Unless the program you are using requires it.
 
Last edited:
Upvote 0
You'd just need to reimport the texture, remember it has to be in dimensions of powers of 2. (512, 1024, etc) I actually haven't bothered to look into the uniforms, and the character/controller/pawn setup for RO2, not really my area. If you need help you'd be best be talking to Lemonater or RandomPerson. Both of whom I know have experience in the texture/material/model division of pawns in this game.
 
Upvote 0
Not all character textures are squares. RS has some 1k by 2k textures and some 2k by 4k textures. RO2 is all 2k by 2k. If you replace anything it has to be the same aspect ratio.

Probably should have clarified, I did kind of sort of allude to that, but I guess I wasn't clear enough. Can be 2048x1024 512x2048, etc as long as each dimension is a power of two.
 
Upvote 0