Some of you probably remember Noesis made by Rich Whitehouse - big tool for extracting data from many games. It turns out that it has hidden function for tiling UE4 games textures.
You need Unreal Engine 4.19!
Spoiler: Changes in code
Code:
Read more
Continue reading...
You need Unreal Engine 4.19!
Spoiler: Changes in code
Code:
Code:
#My modifications
-Modified plugins\python\fmt_ue4.py:
>>Added function '-ue4texungob' which swizzle texture. Based on '-ue4texgob', but with call extension 'tile_blocklineargob' instead of 'untile_blocklineargob'
tile_blocklineargob is broken for some dimensions...
Read more
Continue reading...