Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.
Zero Tolerance for Disrespect

Ignition (aka: “Fun Tracks” or “Bleifuss Fun”) (1997, MS-DOS and Windows)

Featured Replies

Hello,

I've tried working on reverse-engineering the 3D format of Ignition.

I'm currently working on the demo version, as I think it's easier for everyone to get involved helping with this. You can download the demo on the Internet Archive : https://archive.org/details/IGNITION_201606

I would like to read the 3D models for the cars, and the tracks of the game. Thankfully, it seems that it would be an easy process, as there aren't a lot of files, and some of them are easy to understand.

If you go into the cars/ directory, you'll find the three files cars.msh, cars.tex, and cars.plc.

As suggested, .MSH probably holds meshes, .TEX holds textures, and I have no idea about .PLC.

The cars.tex file is an 256x1536 bitmap with indexed colors. The color palette is the sys.col file, located at the root of the directory (8 bytes of header, and 256 x 3 bytes of color palette (red, green, blue)).

cars_tex.thumb.png.2c4633038cf564df8e5c5c77c3271219.png

The cars.plc file looks like a 20-bytes data structure, with a 4 bytes header. Here's the rendering of the file, under binocle, using the Turbo palette, minus 4 bytes.

cars_plc.thumb.png.cca19230956ea91f4f1a22cedebde562.png

The cars.msh file looks like a succession of 44-bytes data structure, without header. Here are the first bytes of the file, rendered under binocle, using the Turbo palette.

cars_msh.thumb.png.75867869cc1bc015e06b9a19deab2ba8.png

Hoping that it'll inspire someone more talented than me to fiddle around this thing!

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.