Open .FTC Files Dream League Soccer

Textures, recreate headers, conversions, algorithms and parsing of image files
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Open .FTC Files Dream League Soccer

Post by Old Creator »

Hello everyone, Can anyone make a script for Noesis to open .FTC files from dream league soccer 18?
SamuraiOndo
Posts: 33
Joined: Fri May 14, 2021 11:33 pm

Re: Open .FTC Files Dream League Soccer

Post by SamuraiOndo »

Old Creator wrote:Hello everyone, Can anyone make a script for Noesis to open .FTC files from dream league soccer 18?

you can use this https://zenhax.com/viewtopic.php?t=11180
to convert from ftc to pvr, and open how the thread says to open
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Re: Open .FTC Files Dream League Soccer

Post by Old Creator »

SamuraiOndo wrote:
Old Creator wrote:Hello everyone, Can anyone make a script for Noesis to open .FTC files from dream league soccer 18?

you can use this https://zenhax.com/viewtopic.php?t=11180
to convert from ftc to pvr, and open how the thread says to open

I have used the bms script that you mentioned, however when I tried opening the resulting PVR with Xnview (and PVR Plugin), the Applications Crashed.

Please Help or Update the Script...
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Re: Open .FTC Files Dream League Soccer

Post by Old Creator »

Old Creator wrote:
SamuraiOndo wrote:
Old Creator wrote:Hello everyone, Can anyone make a script for Noesis to open .FTC files from dream league soccer 18?

you can use this https://zenhax.com/viewtopic.php?t=11180
to convert from ftc to pvr, and open how the thread says to open

I have used the bms script that you mentioned, however when I tried opening the resulting PVR with Xnview (and PVR Plugin), the Applications Crashed.

Please Help or Update the Script...

???
Allen
Posts: 156
Joined: Tue Sep 01, 2015 9:44 am

Re: Open .FTC Files Dream League Soccer

Post by Allen »

The sample you provided is in FTC3 format, Android version?
Just compressed the data with Zlib.

Here is a noesis script.
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Re: Open .FTC Files Dream League Soccer

Post by Old Creator »

Allen wrote:The sample you provided is in FTC3 format, Android version?
Just compressed the data with Zlib.

Here is a noesis script.

Thank you very much, the script is works fine :D
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Re: Open .FTC Files Dream League Soccer

Post by Old Creator »

Allen wrote:The sample you provided is in FTC3 format, Android version?
Just compressed the data with Zlib.

Here is a noesis script.

Can you update noesis script for this .ftc files?
Allen
Posts: 156
Joined: Tue Sep 01, 2015 9:44 am

Re: Open .FTC Files Dream League Soccer

Post by Allen »

OK.
Here is a update script.

The DLS16 FTC uses the ETC1 RGB format.
According to the information provided by Acewell, there is also ETC2 RGBA format, but no samples.

FTC Format Type:
1 = BGR565
2 = ABGR4444
3 = RGBA32
8 = A8 Gray
14 = ETC1 RGB
33 = ETC2 RGBA
Last edited by Allen on Tue Jun 21, 2022 8:10 am, edited 1 time in total.
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Re: Open .FTC Files Dream League Soccer

Post by Old Creator »

Thanks for it, I have tried and it worked. but what about this type FTC1? When I want to open it always says error.
Allen
Posts: 156
Joined: Tue Sep 01, 2015 9:44 am

Re: Open .FTC Files Dream League Soccer

Post by Allen »

Update.
viewtopic.php?f=7&t=15903&p=72203#p72203

FTC1 header less 4 bytes.
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Re: Open .FTC Files Dream League Soccer

Post by Old Creator »

Allen wrote:OK.
Here is a update script.

The DLS16 FTC uses the ETC1 RGB format.
According to the information provided by Acewell, there is also ETC2 RGBA format, but no samples.

FTC Format Type:
1 = BGR565
2 = ABGR4444
3 = RGBA32
8 = A8 Gray
14 = ETC1 RGB
33 = ETC2 RGBA

Finally Working! Thank You for this :)
CrispX
Posts: 30
Joined: Wed Aug 05, 2020 6:46 pm

Re: Open .FTC Files Dream League Soccer

Post by CrispX »

Not of all .ftc files works, but at least maybe i can get only the badges. :D