SCI Resource Dumper: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 89: | Line 89: | ||
--> | --> | ||
* [[Image:ZIP.png|ZIP File]] [[scidl:SCI32ScriptDumper.zip|SCI32ScriptDumper.zip]]<span class="DLInfo"> (ZIP file) [17.6 KB]</span> | * [[Image:ZIP.png|ZIP File]] [[scidl:SCI32ScriptDumper.zip|SCI32ScriptDumper.zip]]<span class="DLInfo"> (ZIP file) [17.6 KB]</span> | ||
* [[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> | ||
| Line 105: | Line 109: | ||
==<br /> References == | ==<br /> References == | ||
<references /><!-- Do not edit this section. It is autopopulated by <ref></ref> tags --> | |||
</ | |||
==<br /> Also See == | ==<br /> Also See == | ||
* [[:Category:Strings Articles|Strings Articles]] | |||
* [[:Category:Resource Articles|Resource Articles]] | |||
* [[Message Resource (SCI)]] | |||
* [[SCI Specifications: Chapter 1 - Introduction#Message|Message in the SCI Specifications]] | |||
* [[Message Editor 5.000]] | |||
* [[:Category:Message Resources|Message Resource Articles]] | |||
* [[:Category:SCI Resource Dumpers|SCI Resource Dumpers]] | |||
* https://erolfi.wordpress.com/2009/06/16/sci-resource-dumper-modded-1-2-3/ | * https://erolfi.wordpress.com/2009/06/16/sci-resource-dumper-modded-1-2-3/ | ||
| | ||
[[Category:References]] | |||
[[Category:SCI References]] | |||
[[Category:Development]] | |||
[[Category:SCI Development]] | |||
[[Category:Development Tools]] | |||
[[Category:SCI Development Tools]] | |||
[[Category:Technical Info]] | |||
[[Category:SCI Technical Info]] | |||
[[Category:String Articles]] | |||
[[Category:SCI String Articles]] | |||
[[Category:Resource Articles]] | |||
[[Category:SCI Resource Articles]] | |||
[[Category:Message Resources]] | |||
[[Category:SCI Message Resources]] | |||
Revision as of 14:10, 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: | Unmaintained | ||
| 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]
SCI Resource Dumper (ZIP file) [17.6 KB] - Script Dumper based on Script Dumper v0.1 by VAG.
Known Issues
- None
Credits
LegalSCI Resource Dumper was distributed with the GPL2
References
Also See
- Strings Articles
- Resource Articles
- Message Resource (SCI)
- Message in the SCI Specifications
- Message Editor 5.000
- Message Resource Articles
- SCI Resource Dumpers
- https://erolfi.wordpress.com/2009/06/16/sci-resource-dumper-modded-1-2-3/