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.

13 Sentinels: Aegis Rim Switch graphics data

Featured Replies

  • Author
  • Localization

kenkenken0215, posted Fri Mar 04, 2022 3:41 am (70244)


This is my first time writing.

This is about the graphic data for Nintendo Switch Game "13 Sentinels: Aegis Rim" that will be released next month.
When I convert the demo version to ROBO.CPK and expand it
I found a texture data named *.ftx
(Looking at the binary, it looks like the data is called *.nvt)
It seems that the release version coming out next month will have a built-in document collection, so...
I would like to convert that to png.

Please reply if how to do this.
(I am attaching the data of the first page of the manual.)
  • Author
  • Localization

LinkOFF, posted Tue Mar 08, 2022 3:52 pm (70366)


FTX is a container, you can use my tool to extract it. Your file store .nvt texture format (BC7 Swizzled). Here of some info about it:
Code:
//? - mipmap count, texture count or something else
0x00 - magic
0x04 - ??
0x08 - ?
0x0C - width
0x10 - height
0x14 - ?
0x1B - ?
0x1B - data start (it seems always 0x100)
0x20 - data length


Probably i make the tool for it.

ftxTool.zip

  • Author
  • Localization

kenkenken0215, posted Wed Mar 09, 2022 4:13 am (70379)


thanks for reply!
I able to confirm that converted to nvt.
Thank you for reseach.

>>Probably i make the tool for it.
I'm expecting this as well.
  • Author
  • Localization

ken0215, posted Wed Apr 13, 2022 11:15 am (71101)


Different name, but I'm the topic creator.

The game has been released and some of the actual data has been extracted and will be placed additionally.
Please continue to provide assistance on how to convert the data.
  • Author
  • Localization

ken0215, posted Thu Apr 14, 2022 5:47 am (71116)


Excuse my consecutive posts.

I just got the DLC data and was extracting it.
The ftx data and mpd data seem to be a set(only the image?) ,
and there is a possibility that the necessary information is built in here, so I prepared a set of data.
I am attaching the data extracted from each of the two DLCs, although it may not be necessary.

Best regards.
  • Author
  • Localization

ken0215, posted Tue Apr 19, 2022 10:53 am (71199)


I have done a little research of my own and have made progress, so I will reply.
I have output and converted both PS4 game data and switch game data.
Luckily the PS4 data is called gnf and I was able to find a tool to convert it.
I was able to convert it to png.

tool noesisv4464

However, this tool does not support nvt and has yet to convert the target switch data.
Please continue to support us.

The output material is attached for your reference.
  • Author
  • Localization

spiritovod, posted Tue Apr 19, 2022 3:35 pm (71202)


@ken0215: You can at least use attached script to extract raw textures from ftx and then convert them with rawtex (BC7 switch swizzle proper sizes set).

13_sentinels_raw_textures.bms

  • Author
  • Localization

ken0215, posted Wed Apr 20, 2022 1:37 am (71210)


thanks for reply!
and Thank you very much. It worked.
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.