[Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
-
- Posts: 39
- Joined: Sat Feb 20, 2021 8:04 am
[Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
Can you help me to make a Script for Noesis to open this file (.xgt_etc).This is a Textures file from the F1 2016 Mobile Game.
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: [Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
XGT_ETC is an ETC1 compressed variant of a XGS Engine raw Texture. Try using PVRTexTool's Wrap Raw Data function with the ETC1 setting.
-
- Posts: 39
- Joined: Sat Feb 20, 2021 8:04 am
Re: [Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
LolHacksRule wrote:XGT_ETC is an ETC1 compressed variant of a XGS Engine raw Texture. Try using PVRTexTool's Wrap Raw Data function with the ETC1 setting.
Can use Noesis?
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: [Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
Possibly yes, but currently not as the script for XGS textures only support DXT samples. You may also use TextureFinder instead however.
-
- Posts: 39
- Joined: Sat Feb 20, 2021 8:04 am
Re: [Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
LolHacksRule wrote:Possibly yes, but currently not as the script for XGS textures only support DXT samples. You may also use TextureFinder instead however.
Okay, Thanks for Help me
-
- Posts: 42
- Joined: Mon Jun 07, 2021 8:20 pm
Re: [Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
Updated script, now with ECT support.
-
- Posts: 39
- Joined: Sat Feb 20, 2021 8:04 am
Re: [Help Needed] Open .xgt_etc Files from F1 2016 MOBILE.
grandshot wrote:Updated script, now with ECT support.
Wow!!! Thank you very much this is very very very Helpful!