SCI32 Script Dumper: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
Andrew Branscom (talk | contribs)
 
(6 intermediate revisions by the same user not shown)
Line 56: Line 56:


<blockquote>
<blockquote>
Usage: scrdump <script_wo_ext> [-v3] [> <outfile>]
Usage: <code>scrdump <script_wo_ext> [-v3] [> <outfile>]</code><ref>See included README for more information.</ref>


{|
{|
|- valign="top"
|- valign="top"
| align="right" | <script_wo_ext> &nbsp;|| Script number without extension.
| align="right" |&nbsp; <code><script_wo_ext></code> &nbsp;|| Script number without extension.
You must provide <script>.hep <script>.scr and 997.voc
You must provide <script>.hep <script>.scr and 997.voc<br />
in the same directory of the program.
in the same directory of the program.<br />
All of these files MUST have a 2 bytes SCI header.
All of these files MUST have a 2 bytes SCI header.<br />
|- valign="top"
|- valign="top"
| align="right" | [-v3] || optional parameter specifies that the SCI32 script  
| align="right" | <code>[-v3]</code> &nbsp;|| optional parameter specifies that the SCI32 script <br />
provided is from a version 3 or later 2.1 game.  
provided is from a version 3 or later 2.1 game. <br />
Read more from docs.
Read more from docs.
|- valign="top"
|- valign="top"
| align="right" | [> <outfile>] || optional output on text file. Must specify a name.
| align="right" | <code>[> <outfile>]</code> &nbsp;|| optional output on text file. Must specify a name.
|}
|}
</blockquote>
</blockquote>
Line 96: Line 96:
==<br /> Also See ==
==<br /> Also See ==


* &nbsp;
* https://erolfi.wordpress.com/2009/06/16/sci-resource-dumper-modded-1-2-3/
&nbsp;
&nbsp;
<!--[[Category:]]-->
<!--[[Category:]]-->

Latest revision as of 13:24, 9 May 2025

  This article is a technical stub page. You
can help the Sierra Wiki by expanding it.



SCI32 Script Dumper
Version 1.2.3
Author: Enrico Rolfi
2004
SCI32 Script Dumper
Latest Version:  1.2.3
Release Date:  2004
Company: N/A
Publication Status:  Published
Developer(s): Enrico Rolfi
Interface: CLI
Language: C++
Open Source: Open
Source Availability:  Yes (included in Download)
License: GPL2
Type: Resource Dumper
Relevant Engine: {{{Engine}}}
Platform: Windows
Localization: English
Website: erolfi.wordpress.com/




Description

Command line tool Supports all games that use 'Message' chunks stored in strings. Download from Endroz's Gabriel Knight 2000 site or download from The Sierra Help Pages:


Features


Version History

 


Development Status

Unmaintained


Usage

Usage: scrdump <script_wo_ext> [-v3] [> <outfile>][1]

  <script_wo_ext>   Script number without extension.

You must provide <script>.hep <script>.scr and 997.voc
in the same directory of the program.
All of these files MUST have a 2 bytes SCI header.

[-v3]   optional parameter specifies that the SCI32 script

provided is from a version 3 or later 2.1 game.
Read more from docs.

[> <outfile>]   optional output on text file. Must specify a name.


Download

Download from here:


Known issues

  • None


Credits

Copyright Enrico Rolfi, 2004. USE IT AT YOUR OWN RISK!!
Original version 0.1 by Vladimir Gneushev (VAG).


References

  1. See included README for more information.


Also See