Mindcraft and AGI DIR File: Difference between pages

From Sierra Wiki
(Difference between pages)
Jump to navigationJump to search
m 2 revisions imported
 
m 1 revision imported
 
Line 1: Line 1:
#REDIRECT [[Mindcraft Software]]
[[Category:AGI Pages]]
<div align="center" style="font-size: 22pt">AGI DIR File</div>
 
 
<div id="DIRFiles"></div>[[AGI LOGDIR File|LOGDIR]], [[AGI VIEWDIR File|VIEWDIR]], [[AGI PICDIR File|PICDIR]], and [[AGI SNDDIR File|SNDDIR]] are directory files give the location of each of Logic, Picture, View, and Sound data within the VOL files. In version 3 of the interpreter, these files are combined 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 ==
 
<references />
 
==<br /> Also See ==
 
* [[AGI Specifications: Chapter 2 - Overview#DIRFiles|AGI DIR Files]]
<!-- AGI Specifications: Chapter 2 - Overview#2.2_AGI_game_files -->
 
[[Category:Technical Info]]
[[Category:Development]]
[[Category:References]]
[[Category:AGI References]]
[[Category:Files]]
[[Category:AGI Files]]

Revision as of 00:26, 3 June 2024

AGI DIR File


LOGDIR, VIEWDIR, PICDIR, and SNDDIR are directory files give the location of each of Logic, Picture, View, and Sound data within the VOL files. In version 3 of the interpreter, these files are combined 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