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.

Sea Dogs .tx texture format

Featured Replies

Hi, can you guys help with converting this old texture format from storm engine? like bms script or noesis plugin?

Here's examples: https://drive.google.com/uc?export=download&id=1jOtyLmlcfyhNMnVl-OVrgqd3TlK1pYvd

Here's a part of storm engine source related to textures: https://github.com/storm-devs/storm-engine/blob/2d3fd8dcf59e29787b2bce3c90e5ebf23b5687b1/src/libs/renderer/src/texture.h#L75

Solved by ikskoks

  • Author

oh, noesis can't handle it.. interesting. I'm looking for a way to batch converting these textures.
maybe you also familiar with bms script?

  • Author

There's a custom tool for it. But unfortunately, for many years it won't allow converting files in batch. You always have to specify directory etc etc

is it really hard to make anything to convert these in files in batch?

  • Author

thank you. and for noesis to support the rest of the image types it need to be updated to latest version of python, or it's in its API?

  • Author
9 hours ago, ikskoks said:

Noesis has it's own Python build in. I'm not sure if I understand your question, but to support new images types in Noesis, you need to edit existing script or create a new script.

you said noesis doesn't support DXT1 with BC swizzle above. So, again, you just didn't support this type in the script you made or noesis do not support this whatever you do?

  • Supporter

@ikskoks The problem was actually the image data size. Since DXTs are compressed the data size could be lesser than width*height.
The solution is actually simple, just add this check statement:

if pixel_size >= len(image_file_data):
    pixel_size = len(image_file_data) - 24

OR

if pixel_size >= len(image_file_data):
    pixel_size = len(image_file_data) - image_data_offset

image.png.43c4061fdb697fa6e5ea5e75ed767af6.png

Edited by BloodRaynare

  • 2 weeks later...
  • Author

Can't find words to thank you both. It's been awhile since this engine got any tool, and this is just fire!

Just great work 🤍

Create an account or sign in to comment

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.