April 8, 20242 yr Localization The character sprites in the Switch game Tengoku Struggle -strayside- are in a format called rtex that I haven't been able to find any information about. Would anyone be able to help with this format? I zipped up one directory for one sprite from the game. rin_ps1_unif_up.zip Edited April 8, 20242 yr by Riesz
April 8, 20242 yr Supporter I have the Noesis python plugin that I wrote for this format (A friend asked me to rip the images of some otome game on Switch too). tex_RTEX.py Put the py script to <Noesis folder>\plugins\python Note: Image width/height parsing might be incorrect so do report if the images are looking weird. Edited April 10, 20242 yr by BloodRaynare script V2
April 9, 20242 yr Author Localization On 4/8/2024 at 2:03 AM, BloodRaynare said: I have the Noesis python plugin that I wrote for this format (A friend asked me to rip the images of some otome game on Switch too). tex_RTEX.py Put the py script to <Noesis folder>\plugins\python Note: Image width/height parsing might be incorrect so do report if the images are looking weird. I got some time to test it a bit more but it seems like the colours are slightly off with this plugin. I was able to find an old BMS script for rtex that dumps the textures to raw then I opened the raw in Irfanview. However the image transparency doesn't seem to be preserved, either when the bms dumps to raw or when opening in Irfanview - I'm not sure which step is stripping the transparency. The transparency is preserved when using the Noesis plugin. BMS script for rtex: rtex bms script.zip Original game files: enm_ps1_norm_bon1_up.zip Here are the differences. Noesis: BMS script to raw: Edited April 9, 20242 yr by Riesz
April 10, 20242 yr Supporter Solution 10 hours ago, Riesz said: I got some time to test it a bit more but it seems like the colours are slightly off with this plugin. I was able to find an old BMS script for rtex that dumps the textures to raw then I opened the raw in Irfanview. However the image transparency doesn't seem to be preserved, either when the bms dumps to raw or when opening in Irfanview - I'm not sure which step is stripping the transparency. The transparency is preserved when using the Noesis plugin. BMS script for rtex: rtex bms script.zip Original game files: enm_ps1_norm_bon1_up.zip Here are the differences. Noesis: BMS script to raw: Check the newer version of the script on the previous post. There's a typo on color mapping apparently (RBGA or BRGA instead of RGBA). Edited April 10, 20242 yr by BloodRaynare
April 10, 20242 yr Author Localization 11 hours ago, BloodRaynare said: Check the newer version of the script on the previous post. There's a typo on color mapping apparently (RBGA or BRGA instead of RGBA). Thank you! It works perfectly now!
April 10, 20242 yr Author Localization I just want to post a little update that this script also works with rtex from Cupid Parasite and Jakou no Lyla so thank you again! 17 hours ago, BloodRaynare said: Check the newer version of the script on the previous post. There's a typo on color mapping apparently (RBGA or BRGA instead of RGBA).
April 16, 20242 yr Author Localization Here's a little modification to the script that hopefully fixes a few rendering errors I encountered with a few rtex images for ui elements, screen transitions, etc. Some of the images were fully alpha so they weren't displaying properly before. tex_RTEX_BABA.py Edited April 16, 20242 yr by Riesz
Create an account or sign in to comment