Difference between revisions of "GLUE"
From AGI Wiki
Jump to navigationJump to search (→Usage) |
|||
(16 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
[[1998|1998/01/02]]</div> | [[1998|1998/01/02]]</div> | ||
− | {{ | + | {{FanAGISoftwareInfobox |
| Software = GLUE | | Software = GLUE | ||
− | | | + | | Image = <!-- [[Image:GLUESS.png|190px]]<br /> |
''GLUE Screenshot'' --> | ''GLUE Screenshot'' --> | ||
| Version = 1.0 | | Version = 1.0 | ||
Line 13: | Line 13: | ||
| Published = {{Published}} | | Published = {{Published}} | ||
| Developers = {{LanceEwingToolDev}} | | Developers = {{LanceEwingToolDev}} | ||
+ | | Interface = {{CLI}} | ||
| ProgLanguage = {{C}} | | ProgLanguage = {{C}} | ||
− | | OpenSource = {{ | + | | OpenSource = {{ClosedSRC}} |
| License = | | License = | ||
− | | Source = {{NoSourceSW}} | + | | Source = {{NoSourceSW}} {{SourceSW}} |
| Platform = {{DOSTool}} | | Platform = {{DOSTool}} | ||
| Type = {{AGIVolTool}}, {{AGIResourceTool}} {{ResourceTool}} | | Type = {{AGIVolTool}}, {{AGIResourceTool}} {{ResourceTool}} | ||
Line 32: | Line 33: | ||
==<br /> Features == | ==<br /> Features == | ||
− | * | + | * |
==<br /> Version History == | ==<br /> Version History == | ||
Line 51: | Line 52: | ||
<blockquote> | <blockquote> | ||
− | < | + | <code>glue [options]</code> |
</blockquote> | </blockquote> | ||
Line 58: | Line 59: | ||
<blockquote> | <blockquote> | ||
{| | {| | ||
− | |- | + | |- valign="top" |
− | | | + | | width="100" | -2 || Selects production of AGIv2 VOL and DIR files. This is the default case, i.e. if you type in GLUE then it will presume you are building the files for AGIv2.<br /> |
− | | | + | |- valign="top" |
− | | | + | | width="100" | -3 || Selects production of AGIv3 VOL and DIR files. In this case you will probably want to specify the game signature as well by using the option below.<br /> |
− | | | + | |- valign="top" |
+ | | width="100" | -s sig || Determines the game signature used when creating the VOL and DIR files. For example, a signature of SQ2 will create a DIR file named SQ2DIR and VOL files named SQ2VOL.0, etc. You will not want to use this option when using AGIv2.<br /> | ||
+ | |- valign="top" | ||
+ | | width="100" | -h || Displays the help screen.<br /> | ||
|} | |} | ||
</blockquote> | </blockquote> | ||
Line 70: | Line 74: | ||
<blockquote> | <blockquote> | ||
Download from here: | Download from here: | ||
− | * [[Image:ZIP. | + | * [[Image:ZIP.png|ZIP File]] [[File:GLUE.ZIP|GLUE.ZIP]] <span class="DLInfo"> (ZIP file) [32.7 KB]</span> (includes source) |
</blockquote> | </blockquote> | ||
Latest revision as of 12:36, 24 May 2024
GLUE
Latest Version: | 1.0 | ||
---|---|---|---|
Release Date: | 1998/01/02 | ||
Company: | |||
Publication Status: | Published | ||
Developer(s): | Lance Ewing | ||
Interface: | CLI | ||
Language: | C | ||
Open Source: | Closed | ||
Source Availability: | No | ||
License: | |||
Type: | Volume Tool, Resource Resource | ||
Platform: | DOS | ||
Localization: | English | ||
Website: | www.agifans.com |
Description
Lance Ewing's GLUE is a DOS command line tool for building both V2 and V3 VOL files from LOGIC, PICTURE, VIEW and SOUND resource files. This was how some of the early attempts at creating fan made AGI demos were 'glued' together.
Features
Version History
Development Status
Usage
glue [options]
Options
-2 Selects production of AGIv2 VOL and DIR files. This is the default case, i.e. if you type in GLUE then it will presume you are building the files for AGIv2.
-3 Selects production of AGIv3 VOL and DIR files. In this case you will probably want to specify the game signature as well by using the option below.
-s sig Determines the game signature used when creating the VOL and DIR files. For example, a signature of SQ2 will create a DIR file named SQ2DIR and VOL files named SQ2VOL.0, etc. You will not want to use this option when using AGIv2.
-h Displays the help screen.
Download
Download from here:
- File:GLUE.ZIP (ZIP file) [32.7 KB] (includes source)
Known issues
- None known
Credits
References