SCI Resource Dumper: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div align="center"><span style="font-size: 22pt">SCI Resource Dumper</span><br />''Version 1.2.3''<br />''Author: [[Enrico Rolfi]]''<br />''2005-01-01''</div></div> | |||
{{TechToolStub}} | |||
<div align="center"><span style="font-size: 22pt">SCI Resource Dumper</span><br />Version 1.2.3 | |||
{{ | {{FanSCISoftwareInfobox | ||
| Software = SCI Resource Dumper | | Software = SCI Resource Dumper | ||
| Image = | | Image = | ||
| Version = 1.2.3 | | Version = 1.2.3 | ||
| ReleaseDate = {{ | | ReleaseDate = {{2005S}}-01-01<ref>From the included README file</ref> | ||
| Company = {{NAToolCo}} | | Company = {{NAToolCo}} | ||
| Published = {{Published}} | | Published = {{Published}} | ||
| Line 15: | Line 13: | ||
| ProgLanguage = {{C++}} | | ProgLanguage = {{C++}} | ||
| OpenSource = {{OpenSRC}} | | OpenSource = {{OpenSRC}} | ||
| Source = {{SourceSW}}[[# | | Source = {{SourceSW}}[[#DL|Yes]] (included in download) | ||
| License = {{GPL2}} | | License = {{GPL2}} | ||
| Type = {{ | | Type = {{FanSCIResDumper}} | ||
| Engine = {{SCITool}} | |||
| Platform = {{WinTool}} | | Platform = {{WinTool}} | ||
| Localization = {{EnglishTool}} | | Localization = {{EnglishTool}} | ||
| Line 27: | Line 26: | ||
<blockquote> | <blockquote> | ||
Command line tool Supports all games that use 'Message' chunks stored in strings. | Command line tool Supports all games that use 'Message' chunks stored in strings. | ||
<blockquote> | |||
==<br /> Features == | |||
<blockquote> | |||
<!-- Add feature list here --> | |||
</blockquote> | |||
==<br /> Requirements == | |||
<blockquote> | |||
<!-- Add requirements here --> | |||
</blockquote> | |||
==<br /> Version History == | |||
<blockquote> | |||
<!-- Place version history here --> | |||
</blockquote> | |||
==<br /> Development Status == | |||
<blockquote> | |||
Unmaintained SCI Resource Dumper is no longer actively maintained. | |||
</blockquote> | |||
==<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> | |||
==<br /> Options == | |||
<blockquote> | |||
<!-- Add options here --> | |||
</blockquote> | |||
<div id="DL"> | |||
==<br /> Download == | |||
<blockquote> | |||
Download from here: | |||
<!-- | |||
* [[Image:ZIP.png|ZIP File]] [[File:SCI32ScriptDumper.zip|SCI32ScriptDumper.zip]] <span class="DLInfo"> (ZIP file) [17.6 KB]</span> (includes source) | |||
--> | |||
* [[Image:ZIP.png|ZIP File]] [[scidl:SCI32ScriptDumper.zip|SCI32ScriptDumper.zip]]<span class="DLInfo"> (ZIP file) [17.6 KB]</span> | |||
</blockquote> | |||
==<br /> Known Issues == | |||
* None | |||
==<br /> Credits == | |||
[[Enrico Rolfi]] | |||
==<br /> Legal == | |||
SCI Resource Dumper was distributed with the {{GPL2}} | |||
==<br /> References == | |||
* [[Image:ZIP.png|ZIP File]] [[scidl:SCRIPTTools/SCI32ScriptDumper.zip|SCI Resource Dumper]]<span class="DLInfo"> (ZIP file) [17.6 KB]</span> - Script Dumper based on Script Dumper v0.1 by VAG. | * [[Image:ZIP.png|ZIP File]] [[scidl:SCRIPTTools/SCI32ScriptDumper.zip|SCI Resource Dumper]]<span class="DLInfo"> (ZIP file) [17.6 KB]</span> - Script Dumper based on Script Dumper v0.1 by VAG. | ||
</blockquote> | </blockquote> | ||
</blockquote> | </blockquote> | ||
Revision as of 14:04, 6 September 2025
| This article is a tool stub page. You can help the Sierra Wiki by expanding it. |
| Latest Version: | 1.2.3 | ||
|---|---|---|---|
| Release Date: | 2005-01-01[1] | ||
| Company: | N/A | ||
| Development Status: | {{{DevStatus}}} | ||
| 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: | SCI | ||
| Platform: | Windows | ||
| Localization: | English | ||
| Website: | erolfi.wordpress.com/ | ||
Description
Command line tool Supports all games that use 'Message' chunks stored in strings.
Features
Requirements
Version History
Development StatusUnmaintained SCI Resource Dumper is no longer actively maintained.
UsageUsage:
scrdump <script_wo_ext> [-v3] [> <outfile>][2]
<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.
Options
DownloadDownload from here:
SCI32ScriptDumper.zip (ZIP file) [17.6 KB]
Known Issues
- None
Credits
LegalSCI Resource Dumper was distributed with the GPL2
References
SCI Resource 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>][3]
<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
Also See