Jump to content

Moto Racer (1997, Windows)


petitcoq

Recommended Posts

Hello,

I'm currently in the process of documenting the 3DF format of Moto Racer for Windows, using 3D Model Researcher.

Frist step, all Moto Racer files are packed in BFK files, and can be extracted using QuickBMS and the corresponding script.

Second step, all 3DF files are the 3D models, and are organized the following way:

typedef struct vec3_t vec3_t;
struct vec3_t {
  float x;
  float y;
  float z;
};

 

uint16_t unknown1
uint16_t number_of_vertices
vec3_t vertices[number_of_vertices];
??? unknown2[???]; // list of faces?

 

For now I'm unable to properly render the faces, despite all of my tweaks. If anyone more experienced than me want to continue from where I left, and report its progress here, please do so.

A demo of Moto Racer for Windows is available on the Internet Archive.

Best regards.

2023-11-19-174704_1920x1200_scrot.png

2023-11-19-174728_1920x1200_scrot.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...