Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
nielsm
Jun 1, 2009



I've worked on decoding the MIDI music from the DOS version of Transport Tycoon Deluxe, to make using the DOS data files an option in OpenTTD for music as well.
Got some parts wrong while reversing the music driver here.

https://0x0.st/saBA.webm

The two songs missing from the playlist caused the code to crash, so I skipped them for the recording. I've since found and fixed the bugs, so the code just needs a bunch of cleanup now.

Adbot
ADBOT LOVES YOU

nielsm
Jun 1, 2009



SupSuper posted:

When are we gonna get support for the original Transport Tycoon theme. :colbert:

Nice work, curious if your findings match ours: https://github.com/SupSuper/OpenXcom/blob/master/src/Engine/GMCat.cpp

Seems to be the same, yes. The volume lookup table might be slightly different. And yes the TTO theme plays perfectly fine!
Part of the patch: https://gist.github.com/nielsmh/b0ebe5338a86d0dd0e7b6fdbabd9e230 (only the new/rewritten files)

  • Locked thread