Hello,
I've been trying to import .BGM files from FlatOut 2 PS2 version, but it doesn't seem to work. I keep getting "Out of memory' but it does read the materials correctly
Looking at it with an hex editor, the format is similar to the .BGM files from the PC version (that are supported by ZModeler 2), having similar header for materials
I was hoping that you could look into this format and maybe bring support for the PS2 .BGM files, if that's possible, or even help me understand the format
Here is the .BGM model from PS2 version:
https://www.mediafire.com/file/4uddu88i ... 2.bgm/file
Here is the .BGM model from PC version that is currently supported:
https://www.mediafire.com/file/nk99h8dh ... c.bgm/file
Thank you for reading
Import .BGM files from PS2
Moderator: Oleg
Re: Import .BGM files from PS2
ZModeler2 product is no longer evaluating. There will be no any updates or fixes for this product.
PS2 version is likely to have little endian on 16-bit 32-bit values, so every value need to be byte-swapped individually to be usable by PC x86 architecture processors.
Edit: PS2 version has an absolutely different geometry data layout inside. The section with materials data looks matching the pc version layout pattern.
PS2 version is likely to have little endian on 16-bit 32-bit values, so every value need to be byte-swapped individually to be usable by PC x86 architecture processors.
Edit: PS2 version has an absolutely different geometry data layout inside. The section with materials data looks matching the pc version layout pattern.
Re: Import .BGM files from PS2
Okay, it is totally understandable. Do you think .bgm support will come back at some point in zmodeler3 ?
Thanks for taking the time to look into the files and reply, it is very nice of you
Thanks for taking the time to look into the files and reply, it is very nice of you
Re: Import .BGM files from PS2
Okay, it is totally understandable. Do you think .bgm support will come back at some point in zmodeler3 ?
Thanks for taking the time to look into the files and reply, it is very nice of you
Thanks for taking the time to look into the files and reply, it is very nice of you
Re: Import .BGM files from PS2
I do not see this to happen as a new plugin for ZModeler. Also, I do not have source code of ZModeler2 plugins, so I can't provide code for the third-party if someone could consider making an update.