.Texture2D UE3
-
- Posts: 3
- Joined: Tue Jun 04, 2019 12:12 pm
.Texture2D UE3
Hi,
I'm working on this format after extracting my desired upk successfully. Could anyone help and give me a hint or instruction to read and parse this file to another, such as .dds or .png? Thanks so much
Sample: Edited...
I'm working on this format after extracting my desired upk successfully. Could anyone help and give me a hint or instruction to read and parse this file to another, such as .dds or .png? Thanks so much
Sample: Edited...
Last edited by andy97 on Tue Dec 10, 2019 1:37 am, edited 2 times in total.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
-
- Posts: 3
- Joined: Tue Jun 04, 2019 12:12 pm
Re: .Texture2D UE3
Ekey wrote:https://github.com/gildor2/UEViewer/tree/master/Unreal
Thanks for your advice. Obviously I had taken a look at it before I posted this thread. However, is there anything which is familiar or related to my sample? (I forgot to post it, updated!) . The UE Viewer's source code is excessive currently and supports too many platforms and types, I can't understand much.
Sample: edited...
Last edited by andy97 on Tue Dec 10, 2019 1:37 am, edited 1 time in total.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: .Texture2D UE3
Well, you can check this one > https://github.com/stricq/UPKManager/tr ... s/Textures
-
- Posts: 20
- Joined: Sat Dec 22, 2018 2:56 pm
Re: .Texture2D UE3
andy97 wrote:Ekey wrote:https://github.com/gildor2/UEViewer/tree/master/Unreal
Thanks for your advice. Obviously I had taken a look at it before I posted this thread. However, is there anything which is familiar or related to my sample? (I forgot to post it, updated!) . The UE Viewer's source code is excessive currently and supports too many platforms and types, I can't understand much.
Sample: Here
Upload complete upk
-
- Posts: 58
- Joined: Thu Jun 16, 2016 11:02 am
Re: .Texture2D UE3
by-freon wrote:exported dds
Any hint or tips to parse/convert those files to dds? I'm going to make my own tool but I have never worked on graphic files before. Thanks in advance.
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: .Texture2D UE3
what is the full game name and platform?
-
- Posts: 3
- Joined: Tue Jun 04, 2019 12:12 pm
Re: .Texture2D UE3
Acewell wrote:what is the full game name and platform?
Hi, I've figured it out eventually, btw thanks for your concern
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: .Texture2D UE3
andy97 wrote:Hi, I've figured it out eventually, btw thanks for your concern
figured what out? that doesn't answer my question.
share what you know and be a part of the community.