HorsePlant Posted December 7, 2023 Share Posted December 7, 2023 (edited) I'm looking to rip the voice samples from Mario's Early Years for DOS, but couldn't find much information about the The Software Toolworks' "Memory Manager Resource File". The only real info I can find is this old Xentax thread that has a non-functional quickbms script: https://github.com/PeterZhenhh/XeNTaXBackup/blob/8e36df33366999448d2375b83b2aade325fa408f/markdown/The Software Toolworks V2L and RES files._4107.md?plain=1#L62 I've attached the file in question, in addition to RESOURCE.LST and STRING.LST in case those are important. WORDS.zip Edited December 7, 2023 by HorsePlant Link to comment Share on other sites More sharing options...
Solution ikskoks Posted December 8, 2023 Solution Share Posted December 8, 2023 Try this https://github.com/bartlomiejduda/Tools/blob/master/NEW Tools/Mario's Early Years/Marios_Early_Years_RES_script.bms Here is file format: // Mario's Early Years // RES file format // header 130 bytes (char) - copyright string // "Memory Manager Resource File...Copyright (c) 1990-93 The Software Toolworks, Inc....All rights reserved" 7 bytes (char) - signature + null // "RICKBO" 6 bytes (char) - version string + null // "4.1.1" 18 bytes (char) - build string + null // "v02-23-93 01:45pm" 2 bytes (uint16) - number of entries 17 bytes (char) - directory name // e.g. "MUSIC" or "HELPTEXT" 2 bytes (uint16) - unknown // 2 2 bytes (uint16) - unknown // 124 // index number_of_files * { 4 bytes (uint32) - file offset 4 bytes (uint32) - file compressed size 17 bytes (char) - file name without extension // e.g. "WORLD1_XMI" 2 bytes (uint16) - file type // for types 128, 256, 1344 and 5697 files are NOT compressed } // data number_of_files * { if file_compressed: { 4 bytes (uint32) - file uncompressed size } x bytes - file data } You can even see some image data after extraction: 1 Link to comment Share on other sites More sharing options...
HorsePlant Posted December 10, 2023 Author Share Posted December 10, 2023 (edited) It worked, thanks! 😁As for the audio, I was able to do a Raw Import in Audacity with these settings. Edited December 10, 2023 by HorsePlant 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now