Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: YOke on Tue 04/01/2005 16:46:56

Title: Question of size
Post by: YOke on Tue 04/01/2005 16:46:56
It's an old discussion (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=12850.0), but it would be good if people could share their techniques to keep AGS game sizes down in size when unzipped too.

- Any way of making backgrounds take less space?
- How to compress sounds and what codec to choose?
- Anything else you can think of.

The reason for asking is the posibility of releasing a game on CD. If the game is to run from the CD it has to be uncompressed. If the game is large enough and has lots of animations it could be a tight fit.
Title: Re: Question of size
Post by: Radiant on Tue 04/01/2005 16:51:05
1. only by reducing color depth (i.e. 8-bit graphics take up half as much space as 16-bit graphics). AGS stores backgrounds in its internal way, and you can't change that.

2. use MP3 or OGG for sound effects and music. Better still, for music use MIDI (and note that there is no feasible way of converting MP3 to MIDI, but quite a bunch of good MIDIs exist on the 'net)

3. note that an AGS game without extra files (e.g. no music.vox) can be run from inside a zipfile!

4. a CD can hold 650 Mb. I've yet to see an AGS game of that size :)
Title: Re: Question of size
Post by: Privateer Puddin' on Tue 04/01/2005 16:56:58
Perhaps this http://www.adventuregamestudio.co.uk/yabb/index.php?topic=16936.0 might work for the 1st one.. ;)
Title: Re: Question of size
Post by: SSH on Tue 04/01/2005 17:06:56
Well, most games on CD are compressed and use an installer to expand onto hard disk...

You can get programs that add an in-memory self-extractor to an EXE, so that it self extracts into memory (rather than disk) and then runs the extracted code.

Also, would a 650Mb AGS game need 650Mb of memory to run? If someone has that much memory then:

a) They've probably got a DVD drive
b) They've probably got enough HD space to install

Title: Re: Question of size
Post by: Pumaman on Tue 04/01/2005 18:24:44
QuoteThe reason for asking is the posibility of releasing a game on CD. If the game is to run from the CD it has to be uncompressed. If the game is large enough and has lots of animations it could be a tight fit.

AGS games don't tend to run properly directly from the CD; you'd need to install it to the hard drive -- in which case, you can have it compressed on the CD anyway.

Quote from: SSH on Tue 04/01/2005 17:06:56
Also, would a 650Mb AGS game need 650Mb of memory to run?

No, most of the data (ie. rooms and sprites) is only loaded when needed. For example, I recently tested an AGS game which is about 630 MB on disk, and when running the game it used up about 30 MB RAM (checked with task manager).
Title: Re: Question of size
Post by: Helli78 on Sun 19/03/2006 14:15:56
Quote from: Pumaman on Tue 04/01/2005 18:24:44I recently tested an AGS game which is about 630 MB on disk

which name has this game.... and why it soooo big ....?
good graphics or many dialogs or whatever-else????

and, the important question,  can this game be downloaded somewhere....
Title: Re: Question of size
Post by: strazer on Sun 19/03/2006 14:49:41
For this type of question, please write a personal message instead of digging up old threads. Thank you.