Difference between revisions of "Brian Provinciano's SCI Tools"

From SCI Wiki
Jump to navigationJump to search
Line 1: Line 1:
Misc. development utilities<br />
+
{{SCISoftwareInfobox
 +
| Software = Brian Provinciano's SCI Tools
 +
| image = Command Line Tool
 +
| Version = 1.0
 +
| ReleaseDate = 2003
 +
| Developers = {{Brian Provinciano}}
 +
| ProgLanguage = C++
 +
| Platform = {{WindowsTool}}
 +
| Type = {{ResourceTool}}
 +
| Localization = English
 +
| Website =
 +
}}
  
 +
<div align="center"><span style="font-size: 22pt">Brian Provinciano's SCI Tools</span><br />
 +
Version 1.0<br />
 +
''Developer: [[Brian Provinciano]]''</div>
 +
<br />
 +
==<br /><br /> Description ==
  
== Brian Provinciano's SCI Tools ==
+
<blockquote>
 +
Misc. SCI Development Tools by [[Brian Provinciano]]
 +
</blockquote>
 +
 
 +
==<br /> Rebuild Utility ==
  
 
<blockquote>
 
<blockquote>
SCI Development Tools by [[Brian Provinciano]]
+
Rebuilds an SCI resource archive to recover corrupted game.
 
 
<div id="rebuild"></div>'''Rebuild Utility''' - Rebuilds an SCI resource archive to recover corrupted game.
 
 
<blockquote>
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:ResourceTools/SCIRebuild(rebuild).zip|Resource Rebuild Utility]]<span class="DLInfo"> (ZIP file) [162 KB]</span>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:ResourceTools/SCIRebuild(rebuild).zip|Resource Rebuild Utility]]<span class="DLInfo"> (ZIP file) [162 KB]</span>
</blockquote>
 
 
<div id="disassembler"></div>'''SCI Disassembler''' - SCI Disassembler allows you to disassemble scripts from games using Sierra's SCI game engine.
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:SCRIPTTools/SCIDisassembler(SCIDASM20020504).ZIP|SCI Script Disassembler]]<span class="DLInfo"> (ZIP file) [256 KB]</span>
 
 
</blockquote>
 
</blockquote>
 
</blockquote>
 
</blockquote>
  
==<br /> Gumby's SCI Tools ==
+
==<br /> SCI Disassembler ==
  
 
<blockquote>
 
<blockquote>
SCI Development Tools by [[Gumby|Gumby's]] (all tools are for SCI0 games unless otherwise specified)
+
SCI Disassembler allows you to disassemble scripts from games using Sierra's SCI game engine.
 
 
'''Said() String Generator''' - (based on desired user input) for development of SCI0 games
 
 
<blockquote>
 
<blockquote>
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCISaidGen.zip|SCISaidGen]]<span class="DLInfo"> (ZIP file) [2651 KB]</span>
+
* [[Image:ZIP.PNG|ZIP File]] [[scidl:SCRIPTTools/SCIDisassembler(SCIDASM20020504).ZIP|SCI Script Disassembler]]<span class="DLInfo"> (ZIP file) [256 KB]</span>
</blockquote>
 
'''SCI Text Dumper''' - Dumps all text resources & then runs them through a spelling & grammar checker prior to finally loading the text resources back in.
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCITextDumper.zip|SCITextDumper]]<span class="DLInfo"> (ZIP file) [2735 KB]</span>
 
</blockquote>
 
'''SCI Vocab Editor''' - Extracts the vocabulary for a game into Excel format for manipulation & then 're-loads' the updated vocab back into the game.
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCIVocabEditor.zip|SCIVocabEditor]]<span class="DLInfo"> (ZIP file) [2993 KB]</span>
 
</blockquote>
 
'''Dummy Script Compiler''' - Utility to workaround initial compilation of scripts that contain circular dependencies (via 'use' inclusion).
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/dummyScriptCompiler.zip|DummyScriptCompiler]]<span class="DLInfo"> (ZIP file) [2993 KB]</span>
 
</blockquote>
 
'''Recreate MAP File''' - Utility to recreate a .MAP file based on a set of RESOURCE.XXX (001, 002, etc) files.
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/recreateMapFile.zip|RecreateMapFile]]<span class="DLInfo"> (ZIP file) [2993 KB]</span>
 
</blockquote>
 
'''ResDumpPack''' - Utility to dump & pack resources to/from RESOURCE.XXX files.
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/resDumpPack.zip|ResDumpPack]]<span class="DLInfo"> (ZIP file) [2993 KB]</span>
 
</blockquote>
 
'''SCI Digital Sound Pack 1 - Doors''' - Digital sounds to be used with SNDBLAST.DRV sound driver
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCIDigitalSoundPack1-Doors.zip|SCI Digital Sound Pack 1 - Doors]]<span class="DLInfo"> (ZIP file) [701 KB]</span>
 
</blockquote>
 
'''SCI Digital Sound Pack 2 - Animals''' - Digital sounds to be used with SNDBLAST.DRV sound driver
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCIDigitalSoundPack2-Animals.zip|SCI Digital Sound Pack 2 - Animals]]<span class="DLInfo"> (ZIP file) [2152 KB]</span>
 
</blockquote>
 
'''SCI Midi Pack 1 - Music''' - Midi music sounds to be used with SNDBLAST.DRV or MPUMIDI.DRV sound driver (possibly others)
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCIMidiPack1-Music.zip|SCI Midi Pack 1 - Music]]<span class="DLInfo"> (ZIP file) [378 KB]</span>
 
</blockquote>
 
'''SCI0 32bit Sound Utilities (Snd2Mid, Mid2Snd, SndPrf, ExtractWav)''' - Port of Ravi's 16 bit utilities (Snd2Mid, Mid2Snd, SndPrf) to C# and a new utility ExtractWav
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCI032bitSoundUtils(Snd2Mid,Mid2Snd,SndPrf,ExtractWav).zip|SCI0 32bit Sound Utilities]]<span class="DLInfo"> (ZIP file) [37 KB]</span>
 
</blockquote>
 
'''SCI Narrate''' - Add a narrator to your SCI fan games.  Leverages the Google Translate API.
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/SCI_Narrate.zip|SCI Narrate]]<span class="DLInfo"> (ZIP file) [44 KB]</span>
 
</blockquote>
 
'''Create Text Resources Tool''' - Parses all source script files & extracts all the Print() strings and puts them into text resources
 
<blockquote>
 
* [[Image:ZIP.PNG|ZIP File]] [[scidl:Gumby/CreateTextRes.zip|CreateTextRes]]<span class="DLInfo"> (ZIP file) [94 KB]</span>  
 
 
</blockquote>
 
</blockquote>
 
</blockquote>
 
</blockquote>

Revision as of 22:56, 3 April 2016

Brian Provinciano's SCI Tools
{{{Image}}}
Latest Version:  1.0
Release Date:  2003
Company: {{{Company}}}
Publication Status:  {{{Published}}}
Developer(s): Template:Brian Provinciano
Language: C++
Open Source: {{{OpenSource}}}
Source Available:  {{{Source}}}
License: {{{License}}}
Platform: Template:WindowsTool
Type: Template:ResourceTool
Localization: English
Website:


Brian Provinciano's SCI Tools

Version 1.0

Developer: Brian Provinciano




Description

Misc. SCI Development Tools by Brian Provinciano


Rebuild Utility

Rebuilds an SCI resource archive to recover corrupted game.


SCI Disassembler

SCI Disassembler allows you to disassemble scripts from games using Sierra's SCI game engine.