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.

COMO ABRO ARCHIVOS FTC DEL DLS 19

Featured Replies

  • Author
  • Localization

Cesar, posted Sat Jun 11, 2022 1:19 am (71950)


HOLA TENGO ARCHIVOS DEL JUEGO DRREAM LEAGUE SOOCER 2019, ME PUEDEN AYUDAR ABRIR ESTOS ARCHIVOS
  • Author
  • Localization

rabatini, posted Sat Jun 11, 2022 2:51 am (71952)


Cesar wrote:
HOLA TENGO ARCHIVOS DEL JUEGO DRREAM LEAGUE SOOCER 2019, ME PUEDEN AYUDAR ABRIR ESTOS ARCHIVOS


Uses this script from ACEWELL

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
  • Author
  • Localization

Cesar, posted Sat Jun 11, 2022 5:05 pm (71967)


utilice el scribd pero solo funciona para algunos archivos ftc, y no funciona para los archivos que nesesito
  • Author
  • Localization

rabatini, posted Sat Jun 11, 2022 11:21 pm (71972)


Cesar wrote:
utilice el scribd pero solo funciona para algunos archivos ftc, y no funciona para los archivos que nesesito

Well dude!
You upload 2 files, and the script works for both.

Image
  • Author
  • Localization

MEH AI, posted Wed Jul 20, 2022 12:49 pm (72683)


Hello !!what aboat FTC4 this is the file generic.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.