Difference between revisions of "Gumby's SCI Tools"
Line 1: | Line 1: | ||
+ | <div align="center" style="font-size: 22pt">Gumby's SCI Tools</div> | ||
+ | <div align="center">Version 1.0<br /> | ||
+ | ''Author: [[Jeremiah Nellis]]''<br /> | ||
+ | </div> | ||
+ | |||
{{FanSCISoftwareInfobox | {{FanSCISoftwareInfobox | ||
| Software = Gumby's SCI Tools | | Software = Gumby's SCI Tools | ||
| image = Command Line Tools | | image = Command Line Tools | ||
− | | Version = | + | | Version = 1.0 |
| ReleaseDate = | | ReleaseDate = | ||
− | | Developers = {{Gumby}} | + | | Company = {{N/A}} |
− | | ProgLanguage = Python | + | | Published = {{Published}} |
− | | Platform = {{WindowsTool}} | + | | Developers = {{JeremiahNellisToolDev}} {{Gumby}} |
− | | Type = {{ResourceTool}} | + | | ProgLanguage = {{Python}}, {{C#}} |
− | | Localization = | + | | OpenSource = {{Open}} |
+ | | Source = {{SourceSW}} | ||
+ | | License = | ||
+ | | Platform = {{WinTool}} {{WindowsTool}} | ||
+ | | Type = {{SCIResourceTool}} {{ResourceTool}} | ||
+ | | Localization = {{EnglishTool}} | ||
| Website = | | Website = | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<br /> | <br /> | ||
==<br /><br /> Description == | ==<br /><br /> Description == | ||
<blockquote> | <blockquote> | ||
− | SCI Development Tools by [[Gumby | + | SCI Development Tools by [[Jeremiah Nellis]]([[Gumby]]). All tools are for SCI0 games unless otherwise specified. |
</blockquote> | </blockquote> | ||
Line 132: | Line 137: | ||
</blockquote> | </blockquote> | ||
− | [[category:SCI Tools]] | + | <!-- [[category:SCI Tools]] |
− | [[category:Resource Tools]] | + | [[category:Resource Tools]] --> |
Revision as of 16:16, 15 April 2019
Author: Jeremiah Nellis
Latest Version: | 1.0 | ||
---|---|---|---|
Release Date: | |||
Company: | N/A | ||
Publication Status: | Published | ||
Developer(s): | Jeremiah Nellis Template:Gumby | ||
Interface: | {{{Interface}}} | ||
Language: | Python, C | ||
Open Source: | Open | ||
Source Availability: | |||
License: | |||
Type: | Template:SCIResourceTool Template:ResourceTool | ||
Platform: | Windows Template:WindowsTool | ||
Localization: | English | ||
Website: |
Description
SCI Development Tools by Jeremiah Nellis(Gumby). All tools are for SCI0 games unless otherwise specified.
Said() String Generator
(based on desired user input) for development of SCI0 games
- ZIP File SCISaidGen (ZIP file) [2651 KB]
SCI Text Dumper
Dumps all text resources & then runs them through a spelling & grammar checker prior to finally loading the text resources back in.
- ZIP File SCITextDumper (ZIP file) [2735 KB]
SCI Vocab Editor
Extracts the vocabulary for a game into Excel format for manipulation & then 're-loads' the updated vocab back into the game.
- ZIP File SCIVocabEditor (ZIP file) [2993 KB]
Dummy Script Compiler
Utility to workaround initial compilation of scripts that contain circular dependencies (via 'use' inclusion).
- ZIP File DummyScriptCompiler (ZIP file) [2993 KB]
Recreate MAP File
Utility to recreate a .MAP file based on a set of RESOURCE.XXX (001, 002, etc) files.
- ZIP File RecreateMapFile (ZIP file) [2993 KB]
ResDumpPack
Utility to dump & pack resources to/from RESOURCE.XXX files.
- ZIP File ResDumpPack (ZIP file) [2993 KB]
SCI Digital Sound Pack 1 - Doors
Digital sounds to be used with SNDBLAST.DRV sound driver
- ZIP File SCI Digital Sound Pack 1 - Doors (ZIP file) [701 KB]
SCI Digital Sound Pack 2 - Animals
Digital sounds to be used with SNDBLAST.DRV sound driver
- ZIP File SCI Digital Sound Pack 2 - Animals (ZIP file) [2152 KB]
SCI Midi Pack 1 - Music
Midi music sounds to be used with SNDBLAST.DRV or MPUMIDI.DRV sound driver (possibly others)
- ZIP File SCI Midi Pack 1 - Music (ZIP file) [378 KB]
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
- ZIP File SCI0 32bit Sound Utilities (ZIP file) [37 KB]
SCI Narrate
Add a narrator to your SCI fan games. Leverages the Google Translate API. (C#)
- ZIP File SCI Narrate (ZIP file) [44 KB]
Create Text Resources Tool
Parses all source script files & extracts all the Print() strings and puts them into text resources (C#)
- ZIP File CreateTextRes (ZIP file) [94 KB]