AGI LOGDIR File: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
No edit summary
Andrew Branscom (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:AGI Pages]]
[[Category:AGI Pages]]
[[Category:AGI Pages to be Edited]]
[[AGI Game Specific Files|Return to AGI Game Specific Files]]
<div align="center" style="font-size: 22pt">AGI LOGDIR File</div>
<div align="center" style="font-size: 22pt">AGI LOGDIR File</div>


<br />
==<br /> Introduction ==


<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>).
<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>).

Latest revision as of 18:37, 3 April 2025

Return to AGI Game Specific Files

AGI LOGDIR File



Introduction

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



Also See