Difference between revisions of "XV3"

From AGI Wiki
Jump to navigationJump to search
(Redirected page to AGIv3 Resource Extractor (XV3))
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="center" style="font-size: 22pt">XV3</div>
+
#REDIRECT [[AGIv3 Resource Extractor (XV3)]]
<div align="center">Version 1.1<br />
 
''Author: [[Lance Ewing]]''<br />
 
[[1997|1997/12/25]]</div>
 
 
 
{{AGISoftwareInfobox
 
| Software = XV3
 
| image = <!-- [[Image:XV3SS.png|190px]]<br />
 
''XV3 Screenshot'' -->
 
| Version = 1.1
 
| ReleaseDate = [[1997|1997/12/25]]
 
| Company = {{N/A}}
 
| Published = {{Published}}
 
| Developers = {{LanceEwingToolDev}}
 
| ProgLanguage = {{C}}
 
| OpenSource = {{Open}}
 
| License = {{NoLicense}}
 
| Source = {{SourceSW}}
 
| Platform = {{DOSTool}}
 
| Type = {{AGIResourceTool}} {{ResourceTool}} {{AGIMiscTool}} {{MiscTool}}
 
| Localization = {{EnglishTool}}
 
| Website = {{agifansURL}}
 
}}
 
 
 
<br />
 
==<br /><br /> Description ==
 
 
 
<blockquote>
 
[[Lance Ewing]]'s  '''''XV3''''' is a DOS command line tool for extracting AGI V3 resources out of the VOL files. Also includes documentation explaining the differences between the V2 and V3 formats.
 
</blockquote>
 
<!--
 
===<br /> Screenshots ===
 
 
 
{| align="center" width="80%"
 
| align="center"|[[Image:XV3SS1.png|320px]]
 
| align="center"|[[Image:XV3SS2.png|320px]]
 
|}
 
-->
 
 
 
==<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>
 
<code>xv3 -l[2] logicnumber</code>
 
 
 
This option extracts the LOGIC file whose number is the same as the logicnumber parameter. The optional 2 determines whether the conversion to AGIv2 will take place.
 
 
 
{|
 
|-
 
| Examples: || xv3 -l2 120 || (extract LOGIC.120 and convert to AGIv2)
 
|-
 
| &nbsp; || xv3 -l2 120 || (extract LOGIC.0 and retain AGIv3 format)
 
|}
 
 
 
<code>xv3 -p[2] picturenumber</code>
 
 
 
This option extracts the PICTURE file whose number is the same as the picturenumber parameter. The optional 2 determines whether the conversion to AGIv2 will take place.
 
 
 
{|
 
|-
 
| Examples: || xv3 -p2 24 || (extract PICTURE.24 and convert to AGIv2)
 
|-
 
| &nbsp; || xv3 -p  5 || (extract PICTURE.5 and retain AGIv3 format)
 
|}
 
 
 
 
 
<code>xv3 -v viewnumber</code>
 
 
 
This option extracts the VIEW file whose number is the same as the
 
viewnumber parameter. Note that there is no optional 2 in this case
 
since the formats appear to be the same.
 
 
 
{|
 
|-
 
| Example: || xv3 -v 234 || (extract VIEW.234)
 
|}
 
 
 
 
 
<code>xv3 -s soundnumber</code>
 
 
 
This option extracts the SOUND file whose number is the same as the soundnumber parameter. Note that there is no optional 2 in this case since the formats appear to be the same.
 
 
 
{|
 
|-
 
| Examples: || xv3 -s 8 || (extract SOUND.8)
 
|}
 
 
 
 
 
<code>xv3 -l[2] ALL
 
xv3 -p[2] ALL
 
xv3 -v ALL
 
xv3 -s ALL</code>
 
 
 
The ALL option can be used in the place of the resource number when extracting LOGIC, PICTURE, VIEW, and SOUND resources. In each case, all of the resources of the given type will be extracted into a directory with the same name as the resource type.
 
 
 
{|
 
|-
 
| Examples: || xv3 -l2 ALL || (extract all LOGICs in AGIv2 format)
 
|-
 
| &nbsp; || xv3 -p ALL || (extract all PICTUREs)
 
|}
 
 
 
 
 
<code>xv3 -w</code>
 
 
 
This option converts the WORDS.TOK into a readable text document called WORDS.TXT.
 
 
 
 
 
<code>xv3 -o</code>
 
 
 
This option decrypts the OBJECT file.
 
 
 
 
 
<code>xv3 -a</code>
 
 
 
This option performs a complete extraction of the game data. All resources are extracted into their relevant directories and the WORDS.TOK and OBJECT files are converted as described above.
 
</blockquote>
 
 
 
==<br /> Options ==
 
 
 
<blockquote>
 
&nbsp;
 
</blockquote>
 
 
 
==<br /> Download ==
 
 
 
<blockquote>
 
Download from here:
 
* [[Image:ZIP.PNG|ZIP File]] [[File:AGIv3_Resource_Extractor_(XV3).zip|AGIv3_Resource_Extractor_(XV3).zip]] <span class="DLInfo"> (ZIP file) [54.0 KB]</span> (includes source)
 
 
 
* [[agi:ResourceUtilites/AGIv3_Resource_Extractor_(XV3).zip|AGIv3 Resource Extractor (XV3)]]<span class="DLInfo"> (ZIP file) [54.0 KB]</span>
 
</blockquote>
 
 
 
==<br /> Known issues ==
 
 
 
* None known
 
 
 
== <br />Credits ==
 
 
 
* [[Lance Ewing]]
 
 
 
==<br /> References ==
 
 
 
<references />
 
 
 
==<br /> Also See ==
 
 
 
* [[AGI Resource Tools]]
 
 
 
[[Category:Technical Info]]
 

Latest revision as of 17:19, 9 April 2019