The rules have been updated, read them now: Rules!
Aquadelic *.ybo
- 3drussiangrabber
- beginner
- Posts: 26
- Joined: Sun Jan 26, 2020 5:12 pm
- Has thanked: 3 times
- Been thanked: 3 times
Aquadelic *.ybo
game: Aquadelic
file: *.ybo
https://dropmefiles.com/WMRU5
YagaBufferObject d T2N3V3 e Ш4ђ>lЁ{?’s-@.....
what soft ?????
file: *.ybo
https://dropmefiles.com/WMRU5
YagaBufferObject d T2N3V3 e Ш4ђ>lЁ{?’s-@.....
what soft ?????
- shakotay2
- MEGAVETERAN
- Posts: 3267
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 896 times
- Been thanked: 1788 times
Re: Aquadelic *.ybo
Using hex2obj (view link in my sig):
. (Not sure about uv, best guess would be UV pos= 12 (tx at 12, ty at 16) but the displayed uvs have too many extra faces.)
. (Not sure about uv, best guess would be UV pos= 12 (tx at 12, ty at 16) but the displayed uvs have too many extra faces.)
You do not have the required permissions to view the files attached to this post.
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
- DKDave
- mega-veteran
- Posts: 236
- Joined: Mon May 06, 2019 6:07 pm
- Has thanked: 6 times
- Been thanked: 97 times
Re: Aquadelic *.ybo
The info at the start tells you the order of the values in the vertex table - "T2N3V3" - Texture: 2 floats, Normals: 3 floats, Vertex: 3 floats. Unusually, the data starts at 0x20 with UV values instead of vertex coordinates.
I get this for the UVs, which doesn't look perfect, but I don't have a texture to test it with:

I get this for the UVs, which doesn't look perfect, but I don't have a texture to test it with:

"Each person is born with their fate written into their own genetic code. It's unchangeable, immutable. But that's not all there is to life." - Dr. Naomi Hunter
- shakotay2
- MEGAVETERAN
- Posts: 3267
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 896 times
- Been thanked: 1788 times
Re: Aquadelic *.ybo
thx! To get better uvs for the example in my previous post one can set the start addr in step 3 to 0x14 (mesh displayed wrong/unvisible then, of course):
.
.
You do not have the required permissions to view the files attached to this post.
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
- DKDave
- mega-veteran
- Posts: 236
- Joined: Mon May 06, 2019 6:07 pm
- Has thanked: 6 times
- Been thanked: 97 times
Re: Aquadelic *.ybo
Yeah. The reason it looks like there's duplicate lines is because there are exactly the same number of face index values as there are vertices, so a lot of vertices are stored more than once. You can see in a hex editor that there are a lot of duplicate coordinate entries - you can see this if you look at the vertex list in Model Researcher. But there's nothing else in the file to indicate things like LOD meshes, so I can only assume it's a very wasteful format!
"Each person is born with their fate written into their own genetic code. It's unchangeable, immutable. But that's not all there is to life." - Dr. Naomi Hunter
- Bigchillghost
- double-veteran
- Posts: 724
- Joined: Tue Jul 05, 2016 9:37 am
- Has thanked: 25 times
- Been thanked: 662 times
Re: Aquadelic *.ybo
There're about 14 submeshes in this file. That's why the UVs look such heavily chaotic. As the header indicates, this is just a buffer object with limited info. The actual submesh info must be stored somewhere else, most possibly in another file, which the author of this thread probably failed to mention or whatever.
You do not have the required permissions to view the files attached to this post.
May you find peace in this puzzle-solving game.
when you get helped.
- An Imitable Workflow for Reverse Engineering a Game Model
- Advanced Mesh Reaper
- Reverse Model Wireframe


-
- ultra-veteran
- Posts: 355
- Joined: Thu Dec 07, 2006 11:25 pm
- Has thanked: 7 times
- Been thanked: 70 times
Re: Aquadelic *.ybo
The missing information are in the file.ent file.Bigchillghost wrote: ↑Thu Feb 25, 2021 3:11 pmThe actual submesh info must be stored somewhere else, most possibly in another file, which the author of this thread probably failed to mention or whatever.
-
- ultra-veteran
- Posts: 355
- Joined: Thu Dec 07, 2006 11:25 pm
- Has thanked: 7 times
- Been thanked: 70 times
Re: Aquadelic *.ybo
I have installed the Aquadelic GT game and I did find only one .ybo file called navnode.ybo.
I did find the 3d models in the *.bob files.
I have tested my Aquadelic GT *.bob/am loader module on about 200 different .bob/am files.
After it I have released the following programs as web updates:
- 3D Object Converter v7.044 (Windows)
- i3DConverter v3.903 (macOS)
- i3DConverter v1.903 (Linux)
How to get the 3D Object Converter v7.044:
Download the 3D Object Converter from http://3doc.i3dconverter.com and install it or download and use the portable version.
After it just use the Help/Check for updates... function to get the v7.044.
How to get the i3DConverter macOS v3.903:
Download the i3DConverter from http://www.i3dconverter.com and install it.
After it just use the Help/Check for updates... function to get the v3.903.
How to get the i3DConverter Linux v1.903:
Download the i3DConverter from http://www.i3dconverter.com and install it.
After it just use the Help/Check for updates... function to get the v1.903.
I did find the 3d models in the *.bob files.
I have tested my Aquadelic GT *.bob/am loader module on about 200 different .bob/am files.
After it I have released the following programs as web updates:
- 3D Object Converter v7.044 (Windows)
- i3DConverter v3.903 (macOS)
- i3DConverter v1.903 (Linux)
How to get the 3D Object Converter v7.044:
Download the 3D Object Converter from http://3doc.i3dconverter.com and install it or download and use the portable version.
After it just use the Help/Check for updates... function to get the v7.044.
How to get the i3DConverter macOS v3.903:
Download the i3DConverter from http://www.i3dconverter.com and install it.
After it just use the Help/Check for updates... function to get the v3.903.
How to get the i3DConverter Linux v1.903:
Download the i3DConverter from http://www.i3dconverter.com and install it.
After it just use the Help/Check for updates... function to get the v1.903.