Separate names with a comma.
Hopefully this is semi-on-topic. I've spent more time than I'd like to admit looking at the .nbl archive format used in Phantasy Star Portable....
Not exactly on topic, but an update for the model format. [ATTACH] [ATTACH] [ATTACH] [ATTACH] [ATTACH] I've managed to parse the textures and...
How do the upscaled textures work? I'm guessing that with PPSSPP you can increase the amount of vram and replace the textures?
I found the reason that the texture files weren't being exported from the nbl archives: [ATTACH] Looks like essen didn't finish the TMLL...
I should learn to read. So TMLL isn't it's own file, it's a section inside of the NMLL file? I guess that means I need to add a few more debug...
Out of curiosity, what's the planned method of release? I'm guessing some kind of patch program, or pre-patched .iso? The .unt files are pretty...
Looks like most of the models use a normal strip format. [ATTACH] Do you have the texture for the green drop, so I can try applying it? And...
I spent a day looking at the header to look for approaches for how to parse the model. Looks like the header has a pointer to the end of the file,...
I don't know if I would call this "proper", but in terms of simple pragmatic tools that work, I tried translating essen's fpb C program to nodejs,...
As a side note I can confirm the linux version works (at least for unpacking), so you might try setting up a VM. As for hanging, I had that issue,...
Poking out of interest. I was able to get gasetools to compile, unpack the fpb file, and then extract the 'old' nbl archive type. Which aspects of...
A little bit. I thought it was weird that the model files don't seem to have any internal pointers. But looking at some of these values seems to...
Managed to track nail down the vertex format, and managed to export the meseta model. Though to be complete, should probably add vertex color to...
I was able to deform a mesh in psp2i using ppsspp. I guess I'll write a quick summary of how I got here, even though it's not that much. Looks...
Okay, I was able to extract the nbl files from the fpb and the files from the nbl files using essen's tools. For some reason's I kept getting a...
Thanks for the link to the tools! It compiles just fine but I get a segmentation fault when I try and run: ./fpb file.fpb I tried it both for...
Well that's disappointing. Specifically I wanted to start looking into the model format for PSU. Is there any information or tools in part or in...
Amazing project. 1. I read through a lot of the posts, is there anything specific that needs to get done, either on the translation or hacking...