using scumm tools for compression, bit of help?

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

Moderator: ScummVM Team

Post Reply
superfighter
Posts: 113
Joined: Fri Jul 04, 2008 5:34 pm
Location: England

using scumm tools for compression, bit of help?

Post by superfighter »

tried to compress the bun files for curse of monkey island but im a bit of a noob when it comes to using scumm tools.

when i download scummtools i get a folder of applications that dont open when clicked, is that how its supposed to be?
anyways just wanna make sure ive got all of this right?
i copied all of files across COMILA1 etc aswell as the resource folder.
copied the lame.exe and the compress scumm bun in to the resource, created two new folders origional and compressed. moved the Bun files from the resource in to the origional folder, created a txt file compress_scumm_bun.exeMUSDISK1.BUN "original" "compressed" etc and soo on and saved it say as compress.BAT.
when i open it up, it says it cant open any of the bun files. Ive copied the files across from the CD a few times incase of file corruption, so please any help??? :lol:
User avatar
Longcat
Posts: 1061
Joined: Sat Sep 23, 2006 3:15 pm

Post by Longcat »

Right click the bun files and select Proberties to check if the *.bun files are write protected.
If that does not help, please state the contents of the *.bat file you created.
User avatar
DCDayDreamer
Posts: 90
Joined: Sat Nov 05, 2005 5:13 pm
Location: Dream Land
Contact:

Re: using scumm tools for compression, bit of help?

Post by DCDayDreamer »

superfighter wrote:when i open it up, it says it cant open any of the bun files. Ive copied the files across from the CD a few times incase of file corruption, so please any help??? :lol:
You'll get that same error message if the paths to the files are not correct, make a new folder on your hard drive (it can also be a sub-folder within any of your Scumm folders), you only need the following files and folders in that new folder:

compressed (empty folder)
original (empty folder)
compress_scumm_bun.bat (name the .bat anything you want to)
compress_scumm_bun.exe
lame.exe

For COMI, put the following files into the 'original' folder:

MUSDISK1.BUN
MUSDISK2.BUN
VOXDISK1.BUN
VOXDISK2.BUN

create a new '.bat' file or Paste the following into your existing '.bat' file:

Code: Select all

compress_scumm_bun.exe MUSDISK1.BUN "original" "compressed"
compress_scumm_bun.exe MUSDISK2.BUN "original" "compressed"
compress_scumm_bun.exe VOXDISK1.BUN "original" "compressed"
compress_scumm_bun.exe VOXDISK2.BUN "original" "compressed"
Run the .bat file, when finished (depending on the speed of your PC) you'll have all four '.BUN' files created in the 'compressed' folder. The commands in the '.bat' file will use the default MP3 compression settings, here's the results that I got with those default settings:

MUSDISK1.BUN (uncompressed 168 MB) (compressed 38.6 MB)
MUSDISK2.BUN (uncompressed 181 MB) (compressed 40.5 MB)
VOXDISK1.BUN (uncompressed 143 MB) (compressed 59.0 MB)
VOXDISK2.BUN (uncompressed 180 MB) (compressed 73.7 MB)

Hope that helps.
superfighter
Posts: 113
Joined: Fri Jul 04, 2008 5:34 pm
Location: England

Post by superfighter »

mate cheers for that! i moved them to a seperate folder instead of try to convert in the resources and it converted just fine
thnaks once again:D :D
Post Reply