Users browsing this thread: 8 Guest(s)
Azure Striker Gunvolt 1, 2 and Luminous Avenger IX Sprite Rips
#67
(12-19-2023, 04:30 AM)jonps Wrote: Is there a way of gettin the level backgrounds/tiles from Gunvolt Chronicles Luminous Avenger iX

Ive been reading the entire post, but it only mentions the characters sprites.
Iam using the steam version, not sure were the backgrounds might be ? There's a folder in win\data\gva\map, it contains a bin and an fnt ?

Does anyone have all the images files unpacked i might be able to put the level backgrounds together ?

I tried. The problem is .FNT have multiple texture, but .BIN doesn't have the texture id in the map data, so I couldn't assemble them back.

Here is my attempt, it only works for
Code:
php  psxtools/__pc_gunvolt_fnt-bin.php  st0801.fnt

Some notes about LAIX maps
1. the textures from .FNT are in tiles of 8x8 pixels.
2. 4 tiles is then combined into a supertile of 16x16 pixels.
3. Map data[0][0] with use this 16x16 pixels supertiles to recreate the original tileset texture with fixed 256 width. This is where things falls apart.
4. Map data[0][2] is a layer for a room, made from 27x15 supertiles or 432x240 pixels. The data refers to 16x16 pixels supertiles on original tileset texture above.
5. Map data[1][0] is a layer for the map. The data refers to rooms by id.

The script works for Mighty Gunvolt because the .FNT has only one texture.

I can complete the whole thing if someone can help me to locate the texture ID within the .BIN file. But I think it is on another file.

- Rufas
Reply
Thanked by:


Messages In This Thread
RE: Azure Striker Gunvolt 1, 2 and Luminous Avenger IX Sprite Rips - by rufaswan - 12-24-2023, 08:25 AM

Forum Jump: