Difference between revisions of "GLUE"

From AGI Wiki
Jump to navigationJump to search
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="center"><span style="font-size: 22pt">GLUE</span><br />
+
<div align="center" style="font-size: 22pt">GLUE</div>
''Author: [[Lance Ewing]]''</div>
+
<div align="center">Version 1.0<br />
 +
''Author: [[Lance Ewing]]''<br />
 +
[[1998|1998/01/02]]</div>
  
{{SoftwareInfobox
+
{{FanAGISoftwareInfobox
 
| Software = GLUE
 
| Software = GLUE
| image = [[Image:GLUE.png|190px]]<br />
+
| Image = <!-- [[Image:GLUESS.png|190px]]<br />
''GLUE Screenshot''
+
''GLUE Screenshot'' -->
| Version =  
+
| Version = 1.0
| ReleaseDate =  
+
| ReleaseDate = [[1998|1998/01/02]]
| Developers = {{LanceEwing}}
+
| Company =
 +
| Published = {{Published}}
 +
| Developers = {{LanceEwingToolDev}}
 +
| Interface = {{CLI}}
 
| ProgLanguage = {{C}}
 
| ProgLanguage = {{C}}
 +
| OpenSource = {{Closed}}
 +
| License =
 +
| Source = {{NoSourceSW}} {{SourceSW}}
 
| Platform = {{DOSTool}}
 
| Platform = {{DOSTool}}
| Type = {{ResourceTool}}
+
| Type = {{AGIVolTool}}, {{AGIResourceTool}} {{ResourceTool}}
 
| Localization = {{EnglishTool}}
 
| Localization = {{EnglishTool}}
| Website =  
+
| Website = {{agifansURL}}
}}  
+
}}
  
 
<br />
 
<br />
Line 20: Line 28:
  
 
<blockquote>
 
<blockquote>
'''''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.
+
[[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.
 
</blockquote>
 
</blockquote>
  
== Usage ==
+
==<br /> Features ==
 +
 
 +
*
 +
 
 +
==<br /> Version History ==
 +
 
 +
<blockquote>
 +
&nbsp;<!-- Place version history here
 +
<span class="Inactive">N/A</span> -->
 +
</blockquote>
 +
 
 +
==<br /> Development Status ==
 +
 
 +
<blockquote>
 +
&nbsp;<!-- Place development status here
 +
<span class="Inactive">N/A</span> -->
 +
</blockquote>
 +
 
 +
==<br /> Usage ==
  
 
<blockquote>
 
<blockquote>
<!-- Place Usage info here -->
+
<code>glue [options]</code>
 +
</blockquote>
 +
 
 +
==<br /> Options ==
 +
 
 +
<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&nbsp;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>
  
 
==<br /> Download ==
 
==<br /> Download ==
  
* [[agi:ResourceUtilites/GLUE.ZIP|GLUE]]<span class="DLInfo"> (ZIP file) [32.7 KB]</span>
+
<blockquote>
 +
Download from here:
 +
* [[Image:ZIP.png|ZIP File]] [[File:GLUE.ZIP|GLUE.ZIP]] <span class="DLInfo"> (ZIP file) [32.7 KB]</span> (includes source)
 +
</blockquote>
 +
 
 +
== <br />Known issues ==
 +
 
 +
* None known
 +
 
 +
== <br />Credits ==
 +
 
 +
* [[Lance Ewing]]
  
== References ==
+
==<br /> References ==
  
 
<references />
 
<references />
Line 39: Line 91:
 
== Also See ==
 
== Also See ==
  
*  
+
* [[VOL File (AGI)]]
 +
* [[:Category:AGI VOL Tools|AGI VOL Tools]]
 +
* [[:Category:AGI Resource Tools|AGI Resource Tools]]
  
[[Category:Software]]
+
[[Category:Technical Info]]
[[Category:AGI Tools]]
 
[[Category:AGI Picture Tools]]
 
[[Category:Misc AGI Utilities]]
 

Latest revision as of 18:40, 21 June 2022

GLUE
Version 1.0

Author: Lance Ewing

1998/01/02
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 Yes
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:


Known issues

  • None known


Credits


References


Also See