SCI32 Script Dumper: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
Created page with "{{TechStub}} {{TechToDo}} Category:Temp SCI Pages <div align="center"><span style="font-size: 22pt">SCI32 Script Dumper</span><br />Version 0.4<br />''Author: Enrico Rolfi''<br />2004</div> {{SCISoftwareInfobox | Software = SCI32 Script Dumper | Image = | Version = {{UnknownVer}} | ReleaseDate = {{2004S}} | Company = {{N/A}} | Published = {{Published}} | Developers = {{ToolDev}} | Interface = {{CLI}} | ProgLanguage = {{Python}}, {{C}} | OpenSource = {{OpenS..." |
|||
(20 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{TechToDo}} | {{TechToDo}} | ||
[[Category:Temp SCI Pages]] | [[Category:Temp SCI Pages]] | ||
<div align="center"><span style="font-size: 22pt">SCI32 Script Dumper</span><br />Version | <div align="center"><span style="font-size: 22pt">SCI32 Script Dumper</span><br />Version 1.2.3<br />''Author: [[Enrico Rolfi]]''<br />[[2004]]</div> | ||
{{SCISoftwareInfobox | {{SCISoftwareInfobox | ||
| Software = SCI32 Script Dumper | | Software = SCI32 Script Dumper | ||
| Image = | | Image = | ||
| Version = | | Version = 1.2.3 | ||
| ReleaseDate = {{2004S}} | | ReleaseDate = {{2004S}} | ||
| Company = {{N/A}} | | Company = {{N/A}} | ||
| Published = {{Published}} | | Published = {{Published}} | ||
| Developers = {{ | | Developers = {{EnricoRolfiToolDev}} | ||
| Interface = {{CLI}} | | Interface = {{CLI}} | ||
| ProgLanguage = | | ProgLanguage = {{C++}} | ||
| OpenSource = {{OpenSRC}} | | OpenSource = {{OpenSRC}} | ||
| Source = {{SourceSW}}[[#Download|Yes]] (included in Download) | | Source = {{SourceSW}}[[#Download|Yes]] (included in Download) | ||
| License = {{ | | License = {{GPL2}} | ||
| Type = | | Type = {{ResDumper}} | ||
| Platform = {{WinTool}} | | Platform = {{WinTool}} | ||
| Localization = {{EnglishTool}} | | Localization = {{EnglishTool}} | ||
| Website = | | Website = [https://erolfi.wordpress.com/ erolfi.wordpress.com/] | ||
}} | }} | ||
Line 53: | Line 53: | ||
</blockquote> | </blockquote> | ||
==<br /> | ==<br /> Usage == | ||
<blockquote> | <blockquote> | ||
Usage: <code>scrdump <script_wo_ext> [-v3] [> <outfile>]</code><ref>See included README for more information.</ref> | |||
{| | |||
|- valign="top" | |||
| align="right" | <code><script_wo_ext></code> || Script number without extension. | |||
You must provide <script>.hep <script>.scr and 997.voc<br /> | |||
in the same directory of the program.<br /> | |||
All of these files MUST have a 2 bytes SCI header.<br /> | |||
|- valign="top" | |||
| align="right" | <code>[-v3]</code> || optional parameter specifies that the SCI32 script <br /> | |||
provided is from a version 3 or later 2.1 game. <br /> | |||
Read more from docs. | |||
|- valign="top" | |||
| align="right" | <code>[> <outfile>]</code> || optional output on text file. Must specify a name. | |||
|} | |||
</blockquote> | </blockquote> | ||
Line 63: | Line 77: | ||
<blockquote> | <blockquote> | ||
Download from here: | Download from here: | ||
* [[File:ZIP.png|ZIP File]] [[File:SCI32ScriptDumper.zip|SCI32ScriptDumper.zip]]<span class="DLInfo"> (ZIP file) [17.6 KB]</span> (includes source) | |||
* [[ | |||
</blockquote> | </blockquote> | ||
Line 74: | Line 86: | ||
==<br /> Credits == | ==<br /> Credits == | ||
<blockquote> | |||
Copyright [[Enrico Rolfi]], 2004. USE IT AT YOUR OWN RISK!!<br />Original version 0.1 by [[Vladimir Gneushev]] (VAG). | Copyright [[Enrico Rolfi]], 2004. USE IT AT YOUR OWN RISK!!<br />Original version 0.1 by [[Vladimir Gneushev]] (VAG). | ||
</blockquote> | |||
==<br /> References == | ==<br /> References == | ||
Line 82: | Line 96: | ||
==<br /> Also See == | ==<br /> Also See == | ||
* | * https://erolfi.wordpress.com/2009/06/16/sci-resource-dumper-modded-1-2-3/ | ||
| | ||
<!--[[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. |
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:
SCI32 Script Dumper (ZIP file) [17.6 KB] - Script Dumper based on Script Dumper v0.1 by VAG.
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:
File:SCI32ScriptDumper.zip (ZIP file) [17.6 KB] (includes source)
Known issues
- None
Credits
Copyright Enrico Rolfi, 2004. USE IT AT YOUR OWN RISK!!
Original version 0.1 by Vladimir Gneushev (VAG).
References
- ↑ See included README for more information.
Also See