Real Racing 3 .points files
- ReVolt
- veteran
- Posts: 126
- Joined: Tue Jun 16, 2020 2:21 am
- Location: My hard-drive
- Has thanked: 12 times
- Been thanked: 1 time
- Contact:
Real Racing 3 .points files
I'm converting Real Racing 3 cars, and I need a new way of figuring out where the wheels are positioned. I found a file with ".points" appended to it. When I look inside this file's data, it has the name of the wheel dummy. After that is short garbled data that I can't seem to understand. The headlight dummies have scale to them. Is there a way to convert this into a text file or something?
Note that I use the 3D modelling program Blender. If scripts get made for another program to solve my problem, then it will not be useful to me.
Sample: https://www.mediafire.com/file/6b7z9q5r ... oints/file
Note that I use the 3D modelling program Blender. If scripts get made for another program to solve my problem, then it will not be useful to me.
Sample: https://www.mediafire.com/file/6b7z9q5r ... oints/file
- shakotay2
- MEGAVETERAN

- Posts: 3461
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 955 times
- Been thanked: 1876 times
Re: Real Racing 3 .points files
You wouldn't expect someone digging into a .points file without having the belonging model file, do you? 
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."
- ReVolt
- veteran
- Posts: 126
- Joined: Tue Jun 16, 2020 2:21 am
- Location: My hard-drive
- Has thanked: 12 times
- Been thanked: 1 time
- Contact:
Re: Real Racing 3 .points files
How did I not notice that!?!?!?
Sorry, here's the M3G and the converted FBX.
FBX:
https://www.mediafire.com/file/cl8gt3f2 ... a.fbx/file
M3G:
https://www.mediafire.com/file/g7c84h7g ... a.m3g/file
FBX:
https://www.mediafire.com/file/cl8gt3f2 ... a.fbx/file
M3G:
https://www.mediafire.com/file/g7c84h7g ... a.m3g/file
- shakotay2
- MEGAVETERAN

- Posts: 3461
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 955 times
- Been thanked: 1876 times
Re: Real Racing 3 .points files
So it's for the wheels? Problem is, there's LOD_A_STEERING_WHEEL_mm_cab in the model file
and POINT_WHEEL_BL, POINT_WHEEL_BR, POINT_WHEEL_FR, POINT_WHEEL_FL in the points file.
But none of them is in both.
(At least not from the ASCII names. Maybe they're referenced via hash, too, dunno.)
(well, and didn't find the 4 wheels' mesh in the model file)
and POINT_WHEEL_BL, POINT_WHEEL_BR, POINT_WHEEL_FR, POINT_WHEEL_FL in the points file.
But none of them is in both.
(At least not from the ASCII names. Maybe they're referenced via hash, too, dunno.)
(well, and didn't find the 4 wheels' mesh in the model file)
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."
- ReVolt
- veteran
- Posts: 126
- Joined: Tue Jun 16, 2020 2:21 am
- Location: My hard-drive
- Has thanked: 12 times
- Been thanked: 1 time
- Contact:
Re: Real Racing 3 .points files
The wheels are in a separate model file.
m3g https://www.mediafire.com/file/kzhpmd79 ... d.m3g/file
fbx https://www.mediafire.com/file/ufkp3659 ... d.fbx/file
m3g https://www.mediafire.com/file/kzhpmd79 ... d.m3g/file
fbx https://www.mediafire.com/file/ufkp3659 ... d.fbx/file
- shakotay2
- MEGAVETERAN

- Posts: 3461
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 955 times
- Been thanked: 1876 times
Re: Real Racing 3 .points files
yeah, ok, but they're in place!? So we'd need some hint in the .points file for the misplaced steering wheel to get it's position offset, correct?
Maybe I didn't get what you meant with this:
Maybe I didn't get what you meant with this:
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."
- ReVolt
- veteran
- Posts: 126
- Joined: Tue Jun 16, 2020 2:21 am
- Location: My hard-drive
- Has thanked: 12 times
- Been thanked: 1 time
- Contact:
Re: Real Racing 3 .points files
I meant that I use the LOD_F wheel model to figure out where the wheels are positioned. Sometimes it does it wrong tho. The LOD_F has its wheels in place. The LOD_A wheel is like the steering wheel, it's not fixed in place. We do need a hint in the points file for the steering wheel. I'm sure there's some sort of order in there that defines the point's position.
- shakotay2
- MEGAVETERAN

- Posts: 3461
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 955 times
- Been thanked: 1876 times
Re: Real Racing 3 .points files
ok, are you familiar with floating point IEEE754 format? You'll need to understand at least where a coordinate component starts.
I load 1993_alfa_romeo_155_v6_ti.points into hex2obj to give you the idea (any hex editor capable of showing floats should do, too).
Here we go:
. You need to vary the start addresses 'till you get some meaningful position.
Positioning the steering wheel manually in your 3D app may help to give an idea for which values to search for.
Seems we got a matrix (well, broken a little bit
), so there's rotation and position x,y,z: -9.578007 -67.851753 12.298819.
But for which part?
Maybe TRANSFORM_EXHAUST_02 (or _03)?
(Seems there's too many parts and too less matrices in that points file?)
I load 1993_alfa_romeo_155_v6_ti.points into hex2obj to give you the idea (any hex editor capable of showing floats should do, too).
Here we go:
. You need to vary the start addresses 'till you get some meaningful position.
Positioning the steering wheel manually in your 3D app may help to give an idea for which values to search for.
Seems we got a matrix (well, broken a little bit
But for which part?
Maybe TRANSFORM_EXHAUST_02 (or _03)?
(Seems there's too many parts and too less matrices in that points file?)
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."
- ReVolt
- veteran
- Posts: 126
- Joined: Tue Jun 16, 2020 2:21 am
- Location: My hard-drive
- Has thanked: 12 times
- Been thanked: 1 time
- Contact:
Re: Real Racing 3 .points files
Where can I find hex2obj? I remember having it on my computer, but I don't know where it went. The link to the download doesn't seem like it ever existed! Searching "uploadmb" on google returns nothing!shakotay2 wrote: ↑Sat Mar 06, 2021 9:08 pmok, are you familiar with floating point IEEE754 format? You'll need to understand at least where a coordinate component starts.
I load 1993_alfa_romeo_155_v6_ti.points into hex2obj to give you the idea (any hex editor capable of showing floats should do, too).
Here we go:
.
a-points-file.png
You need to vary the start addresses 'till you get some meaningful position.
Positioning the steering wheel manually in your 3D app may help to give an idea for which values to search for.
Seems we got a matrix (well, broken a little bit), so there's rotation and position x,y,z: -9.578007 -67.851753 12.298819.
But for which part?
Maybe TRANSFORM_EXHAUST_02 (or _03)?
(Seems there's too many parts and too less matrices in that points file?)
- shakotay2
- MEGAVETERAN

- Posts: 3461
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 955 times
- Been thanked: 1876 times
Re: Real Racing 3 .points files
View link in my sig or here
(Can't tell which, because for me it's easier to just write some C code for tasks like this one.)
See here:
But it's a quick workaround only. A capable hex editor (with "data inspector") would do better, I guess.
(Can't tell which, because for me it's easier to just write some C code for tasks like this one.)
Yeah, strange. I'll create a temporary post for download 'till I find a new file hoster.
See here:
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."
