SCI Resource Dumper: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
No edit summary
Andrew Branscom (talk | contribs)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TechStub}}
<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>
{{TechToDo}}
{{TechToolStub}}
[[Category:Temp SCI Pages]]
<div align="center"><span style="font-size: 22pt">SCI Resource Dumper</span><br />Version 1.2.3 (modded)<br />''Author: [[Enrico Rolfi]]''<br />[[2004]]</div>


{{SCISoftwareInfobox
{{FanSCISoftwareInfobox
| Software = SCI Resource Dumper
| Software = SCI Resource Dumper
| Image =  
| Image =  
| Version = 1.2.3
| Version = 1.2.3
| ReleaseDate = {{2004S}}
| ReleaseDate = {{2005S}}-01-01<ref>From the included README file</ref>
| Company = {{NAToolCo}}
| Company = {{NAToolCo}}
| DevStatus = {{UnmaintainedDev}}
| Published = {{Published}}
| Published = {{Published}}
| Developers = {{EnricoRolfiToolDev}}
| Developers = {{EnricoRolfiToolDev}}
Line 15: Line 14:
| ProgLanguage = {{C++}}
| ProgLanguage = {{C++}}
| OpenSource = {{OpenSRC}}
| OpenSource = {{OpenSRC}}
| Source = {{SourceSW}}[[#Download|Yes]] (included in Download)
| Source = {{SourceSW}}[[#DL|Yes]] (included in download)
| License = {{GPL2}}
| License = {{GPL2}}
| Type = {{ResDumper}}
| Type = {{FanSCIResDumper}}
| Engine = {{SCITool}}
| Platform = {{WinTool}}
| Platform = {{WinTool}}
| Localization = {{EnglishTool}}
| Localization = {{EnglishTool}}
Line 27: Line 27:


<blockquote>
<blockquote>
Command line tool Supports all games that use 'Message' chunks stored in strings. Download from Endroz's [http://gkpatches.vogons.zetafleet.com/ Gabriel Knight 2000] site or download from The Sierra Help Pages:
Command line tool Supports all games that use 'Message' chunks stored in strings, based on [[SCI Resources Dumper]] v0.1 by VAG.
</blockquote>
 
==<br /> Features ==


<blockquote>
<blockquote>
* [[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.
<!-- Add feature list here -->
</blockquote>
</blockquote>


{{TechToDo}}
==<br /> Requirements ==
 
<blockquote>
<!-- Add requirements here -->
</blockquote>
</blockquote>
==<br /> Features ==
* <!-- Add feature list here -->


==<br /> Version History ==
==<br /> Version History ==


<blockquote>
<blockquote>
&nbsp;<!-- Place version history here
<!-- Place version history here -->
<span class="Inactive">N/A</span> -->
</blockquote>
</blockquote>


Line 50: Line 51:


<blockquote>
<blockquote>
Unmaintained
Unmaintained SCI Resource Dumper is no longer actively maintained.
</blockquote>
</blockquote>


Line 61: Line 62:
|- valign="top"
|- valign="top"
| align="right" |&nbsp; <code><script_wo_ext></code> &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<br />
You must provIDE <script>.hep <script>.scr and 997.voc<br />
in the same directory of the program.<br />
in the same directory of the program.<br />
All of these files MUST have a 2 bytes SCI header.<br />
All of these files MUST have a 2 bytes SCI header.<br />
|- valign="top"
|- valign="top"
| align="right" | <code>[-v3]</code> &nbsp;|| optional parameter specifies that the SCI32 script <br />
| 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. <br />
provIDEd is from a version 3 or later 2.1 game. <br />
Read more from docs.
Read more from docs.
|- valign="top"
|- valign="top"
Line 73: Line 74:
</blockquote>
</blockquote>


==<br /> Options ==
<blockquote>
<!-- Add options here -->
</blockquote>
<div id="DL">
==<br /> Download ==
==<br /> Download ==


<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)
<!--
* [[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>
 
 
 
* [[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>


==<br /> Known issues ==
==<br /> Known Issues ==


* None
* None
Line 86: Line 101:
==<br /> Credits ==
==<br /> Credits ==


<blockquote>
[[Enrico Rolfi]]
Copyright [[Enrico Rolfi]], 2004. USE IT AT YOUR OWN RISK!!<br />Original version 0.1 by [[Vladimir Gneushev]] (VAG).
 
</blockquote>
==<br /> Legal ==
 
SCI Resource Dumper was distributed with the {{GPL2}}


==<br /> References ==
==<br /> References ==


<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/
&nbsp;
&nbsp;
<!--[[Category:]]-->
[[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]]

Latest revision as of 17:13, 7 September 2025

SCI Resource Dumper
Version 1.2.3
Author: Enrico Rolfi
2005-01-01
  This article is a tool stub page. You can
help the Sierra Wiki by expanding it.
SCI Resource Dumper
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, based on SCI Resources Dumper v0.1 by VAG.


Features


Requirements


Version History


Development Status

Unmaintained SCI Resource Dumper is no longer actively maintained.


Usage

Usage: 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


Download

Download from here:



Known Issues

  • None


Credits

Enrico Rolfi


Legal

SCI Resource Dumper was distributed with the GPL2


References

  1. From the included README file
  2. See included README for more information.


Also See