MIDI music Extraction and resources from TsAGE engine games.

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
Corak
Posts: 1
Joined: Mon Sep 12, 2016 1:34 pm

MIDI music Extraction and resources from TsAGE engine games.

Post by Corak »

Hi, i'm searching some utility or method how to use ScummVM engine to extract resources from TsAGE games by Tsunami (Ringworld series, Protostar mostly), and didnt find ANY disscussion about it, not talking about some programs.
Could you help to use ScummVM code to at least extract gamefiles from resource packs, so i could dig out midi files and change them to capture to standard midi?
extenstions are .RLB and have many "TMI-" headers in file
User avatar
dreammaster
ScummVM Developer
Posts: 554
Joined: Fri Nov 04, 2005 2:16 am
Location: San Jose, California, USA

Post by dreammaster »

Hi there,

The code for decompressing resources from the RLB files can be found in engines/tsage/resources.cpp. There aren't any standalone tools currently for decompressing and recompressing resources in the RLB file, but if you have some programming skills, or find someone with them willing to assist you, it should be straightforward to use resources.cpp to create such a tool. I've way too much I'm working on already, so I can't offer to help with it.

All the best for your project.
Post Reply