Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Format [.FTC, .FTM] Dream soccer

Featured Replies

  • Author
  • Localization

HPAndroid, posted Tue Apr 09, 2019 6:27 am (46689)


Can someone help me to open these formats? :)
Image
------------------------------------------------------------------------------------------------------------------------------------------------------------
Image

Thank for all!
  • Author
  • Localization

Acewell, posted Wed Apr 10, 2019 1:52 am (46740)


what is the full game name and platform from which the sample came from?
is this the game?
https://play.google.com/store/apps/deta ... 3&hl=en_US

here is Quickbms script to convert your one ftc sample to pvr. :D
Code:
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get ZSIZE asize
get NAME basename
string NAME .pvr
idstring "FTC4"
get SIZE long
get FLAG byte
get FLAG2 byte
get FLAG3 byte
get FLAG4 byte
get WIDTH short
get HEIGHT short
get FORMAT short //??
get MIPS short //??
savepos OFFSET
math ZSIZE - OFFSET

log memory_file 0x0 0x34
//build pvr header
goto 0x0 -1
put 0x03525650 long -1
put 0x0 long -1
if FORMAT == 0xe
    put 0x6 long -1 //ETC1
elif FORMAT == 0x21
    put 0x17 long -1 //ETC2 RGBA
endif
put 0x0 long -1
put 0x0 long -1
put 0x0 long -1
put HEIGHT long -1
put WIDTH long -1
put 0x1 long -1
put 0x1 long -1
put 0x1 long -1
put MIPS long -1
put 0x0 long -1

append
log NAME 0x0 0x34 -1
clog NAME OFFSET ZSIZE SIZE
append


supports ETC1 and ETC2 RGBA
you can open the resulting pvr file in PVRTexTool or maybe XnView with the pvr plugin for converting to usable.

the ftm file is a model, you can clearly see the vertex and indices data.
maybe try "Hex2obj" or "Model Researcher" to convert the data to common exchange format. :)
  • Author
  • Localization

HPAndroid, posted Wed Apr 10, 2019 4:00 am (46745)


Acewell wrote:
what is the full game name and platform from which the sample came from?
is this the game?
https://play.google.com/store/apps/deta ... 3&hl=en_US

here is Quickbms script to convert your one ftc sample to pvr. :D
Code:
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get ZSIZE asize
get NAME basename
string NAME .pvr
idstring "FTC4"
get SIZE long
get FLAG byte
get FLAG2 byte
get FLAG3 byte
get FLAG4 byte
get WIDTH short
get HEIGHT short
get FORMAT short //??
get MIPS short //??
savepos OFFSET
math ZSIZE - OFFSET

log memory_file 0x0 0x34
//build pvr header
goto 0x0 -1
put 0x3525650 long -1
put 0x0 long -1
put 0x6 long -1 //ETC1
put 0x0 long -1
put 0x0 long -1
put 0x0 long -1
put HEIGHT long -1
put WIDTH long -1
put 0x1 long -1
put 0x1 long -1
put 0x1 long -1
put MIPS long -1
put 0x0 long -1

append
log NAME 0x0 0x34 -1
clog NAME OFFSET ZSIZE SIZE
append

supports ETC1
you can open the resulting pvr file in PVRTexTool or XnView with the pvr plugin for converting to usable.

the ftm file is a model, you can clearly see the vertex and indices data.
maybe try "Hex2obj" or "Model Researcher" to convert the data to common exchange format. :)



Thank you very much! It will be very helpful to me! :D
Can I ask you a question on the marginal :?: How do we understand and edit the .dat file :)
  • Author
  • Localization

Dananx Davids, posted Wed Jul 31, 2019 9:47 pm (50104)


How to convert .pvr to .ftc?
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.