AGI LOGDIR File: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
m 2 revisions imported |
No edit summary |
||
Line 3: | Line 3: | ||
<div id="LOGDIRFiles"></div>A LOGDIR file is directory file that gives the location of each of [[Logic Resource (AGI)|Logic resource]] within the VOL files. In version 3 of the interpreter, this DIR file is combined with the other DIR files, [[VIEWDIR]], [[PICDIR]], and [[SNDDIR]] into one file with a header which gives the offset of each part. The name of this single directory file is <code>*DIR</code> where the * is the initials of the game (e.g. <code>KQ4DIR, MH2DIR, GRDIR, BCDIR, MH1DIR</code>). | <div id="LOGDIRFiles"></div>A LOGDIR file is directory file that gives the location of each of [[Logic Resource (AGI)|Logic resource]] within the VOL files. In version 3 of the interpreter, this DIR file is combined with the other DIR files, [[AGI VIEWDIR File|VIEWDIR]], [[AGI PICDIR File|PICDIR]], and [[AGI SNDDIR File|SNDDIR]] into one file with a header which gives the offset of each part. The name of this single directory file is <code>*DIR</code> where the * is the initials of the game (e.g. <code>KQ4DIR, MH2DIR, GRDIR, BCDIR, MH1DIR</code>). | ||
==<br /> References == | ==<br /> References == |
Revision as of 18:36, 3 April 2025
AGI LOGDIR File
A LOGDIR file is directory file that gives the location of each of Logic resource within the VOL files. In version 3 of the interpreter, this DIR file is combined with the other DIR files, VIEWDIR, PICDIR, and SNDDIR into one file with a header which gives the offset of each part. The name of this single directory file is *DIR
where the * is the initials of the game (e.g. KQ4DIR, MH2DIR, GRDIR, BCDIR, MH1DIR
).
References