The Datafiles page gives no mention to the AGI Engine games. Are there any unnecessary files, or is every one needed?
And are there any plans to make ScummVM recognize specific AGI games rather than just see 'AGI'?
AGI Required Files
Moderator: ScummVM Team
AGI is still WIP atm. I'm working on dictionary based (like GBAGI) input for it atm.
Files needed are:
logdir
picdir
viewdir
snddir
object
viewdir
vol.*
words.tok
Depending on what version of AGI the game is these files may or may not be there. About the only files you don't need are the OVL and EXE files.
At the moment, I don't think ScummVM recognises versions of AGI files, etc, etc. Sarien, NAGI and GBAGI do, so I think the code is out there, and just needs to be merged in.
Files needed are:
logdir
picdir
viewdir
snddir
object
viewdir
vol.*
words.tok
Depending on what version of AGI the game is these files may or may not be there. About the only files you don't need are the OVL and EXE files.
At the moment, I don't think ScummVM recognises versions of AGI files, etc, etc. Sarien, NAGI and GBAGI do, so I think the code is out there, and just needs to be merged in.
I am thinking about using zip files. zip files automatically give you CRC's as meta data, and one could scan the header and pull them out with little to no overhead for detection. plus its all nicely bundled in 1 file instead of many files...
i originally had md5 going but it is sheer overkill for such small agi files
i originally had md5 going but it is sheer overkill for such small agi files
The FAQ differs though: http://scummvm.org/faq.php#AEN250df wrote:I am thinking about using zip files. zip files automatically give you CRC's as meta data, and one could scan the header and pull them out with little to no overhead for detection. plus its all nicely bundled in 1 file instead of many files...
and about nicely bundled - zipping them up is just one more step the user has to take before being able to play the games?
I'm sorry NLS, it was linked from http://forums.scummvm.org/viewtopic.php?t=5234
Didn't check the date, my bad.
Didn't check the date, my bad.