EliotVU / Unreal-Library

UnrealScript decompiler library for Unreal package files (.upk, .u, .uasset; etc), with support for Unreal Engine 1, 2, and 3
MIT License
367 stars 86 forks source link

Batman Arkham Origins #83

Closed HexPa5 closed 2 months ago

HexPa5 commented 5 months ago

Hello, we actually working at upscaling textures for arkham origins with other tools and converters, and we are able to path that in TFC texture packages but I need to open Engine.u and Bmgame.u without any issues to find out the texture specular pixel size and game characters textures pixel size too, because we had issues running the game and launching on that upscaled textures and I need to bypass typically the pixel size by finding in these classes, objects definition of texture pixels to increase that value in Hex using UE Explorer. So it's possible to do that?