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.

About pyro file format

Featured Replies

  • Author
  • Localization

JackDev, posted Wed Jun 17, 2020 1:54 am (57227)


Hi,Guys, How can I identify pyro files plz. :shock: ,I think it's a picture.
  • Author
  • Localization

aluigi, posted Wed Jun 17, 2020 5:47 pm (57239)


Please specify the name of the game and upload one of these pyro files (is pyro an extension or a game?).
  • Author
  • Localization

JackDev, posted Fri Jun 19, 2020 1:34 am (57258)


aluigi wrote:
Please specify the name of the game and upload one of these pyro files (is pyro an extension or a game?).

Yes,an extension.
I forgot the name of the game. I found a Pyro file a long time ago, which could not be opened at that time. Now I want to try if it can be opened!
Upload the test file.
  • Author
  • Localization

lisomn, posted Sat Jun 20, 2020 12:18 pm (57293)


Code:
# script for QuickBMS http://quickbms.aluigi.org
# by lisomn
idstring "PYRO\x00"
Endian big
goto 0x15
get count long
for i = 0 < count
   Endian big
   get name_size long
   getdstring tex_name name_size
   string tex_name ".png"
   get unkonw long
   get unkonw long
   get unkonw long
   Endian little
   get tex_size long
   savepos tex_offset
   log tex_name tex_offset tex_size
   math tex_size tex_offset
   math tex_size 16
   goto tex_size
next i
  • Author
  • Localization

JackDev, posted Sat Jun 20, 2020 1:04 pm (57294)


lisomn wrote:
Code:
# script for QuickBMS http://quickbms.aluigi.org
# by lisomn
idstring "PYRO\x00"
Endian big
goto 0x15
get count long
for i = 0 < count
   Endian big
   get name_size long
   getdstring tex_name name_size
   string tex_name ".png"
   get unkonw long
   get unkonw long
   get unkonw long
   Endian little
   get tex_size long
   savepos tex_offset
   log tex_name tex_offset tex_size
   math tex_size tex_offset
   math tex_size 16
   goto tex_size
next i



Thanks,Guys!
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.