Difference between revisions of "AGI PICDIR File"
From AGI Wiki
Jump to navigationJump to searchm (Andrew Branscom moved page VIEWDIR to AGI PICDIR File without leaving a redirect) |
|||
Line 3: | Line 3: | ||
− | <div id="LOGDIRFiles"></div>A PICDIR file is directory file that gives the location of each of [[Picture Resource (AGI)|Picture resource]] within the VOL files. In version 3 of the interpreter, this DIR file is combined with the other DIR files, [[LOGDIR]], [[VIEWDIR]], 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 PICDIR file is directory file that gives the location of each of [[Picture Resource (AGI)|Picture resource]] within the VOL files. In version 3 of the interpreter, this DIR file is combined with the other DIR files, [[AGI LOGDIR File|LOGDIR]], [[AGI VIEWDIR File|VIEWDIR]], 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 == |
Latest revision as of 11:59, 2 June 2024
AGI PICDIR File
A PICDIR file is directory file that gives the location of each of Picture resource within the VOL files. In version 3 of the interpreter, this DIR file is combined with the other DIR files, LOGDIR, VIEWDIR, 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