news . games . music . software
News is posted as a blog, click here to access it.
Made for a friendly competition on the Something Awful forums. I made the unit art and animations, and a few of the sound effects.
MySpace
Check out my page on MySpace.
Scummbler
| Title: | Scummbler | |
Description: |
A SCUMM script compiler with support for SCUMM V3, V4, and V5. It can parse text files as output from ScummVM's descumm tool. Very useful for hacking existing LucasArts adventure games. Check out the manual for more information. This tool is licensed under the MIT license. |
|
| Screenshots: | - | |
| Version: | v2 r15 (12/07/2011) |
|
| License: | MIT | |
| Source: | Source (118.0 KB) | Requires Python 2.5 (and modified PyParsing 1.5.1+, included in the source package) |
| Binaries: | Win32 Executable (zip) (1.6 MB) | - |
| Other: | Manual (HTML) |
An online copy of the Scummbler manual, which is also distributed with the source code. |
| Tests (70.2 KB) | A suite of example scripts that can be used to test the operation of Scummbler. It contains all the scripts from the block of room 4 of MI2, some scripts from other games, and a couple with Scummbler-specific tests. NOTE: these tests are probably outdated now. | |
ScummPacker
| Title: | ScummPacker | |
Description: |
Pack and unpack resource files for LucasArts games, opening up the possibilites for modifying the games (manipulating graphics, adding new rooms, replacing SCUMM scripts, etc). Supports the following games:
|
|
| Screenshots: | - | |
| Version: | v3 r1a(21/05/2011) |
|
| License: | MIT/X11 License | |
| Source: | Source (88.9 KB) | Requires Python 2.5 |
| Binaries: | Win32 Executable (zip) (1.7 MB) | - |
| Other: | Manual (HTML) |
An online copy of the ScummPacker manual. |
ScummSpeaks
| Title: | ScummSpeaks | |
| Description: | A tool to assist in adding or replacing speech to the old LucasArts adventure games that make use of MONSTER.SOU or *.BUN sound resources. Useful in re-dubbing the game for translation. It only works on sound resources that have been compressed using the ScummVM tools; as such, the games will only be playable using ScummVM. This tool works on text extracted with scummtr; this program is included in the Win32 Binaries package for ScummSpeaks. Currently, ScummSpeaks only supports modifying MONSTER.SOU files that have been compressed to another format, using the ScummVM tools. You can also theoretically use it to add speech to games that never originally had it! Check out this video on YouTube of speech in Monkey Island 2, with your typical puerile humour text modifications. It's pretty rough with a few script errors, but I did the hack before I made ScummSpeaks or Scummbler, so I was manually hex-editing scripts and copy-pasting longs strings of arbitrary numbers to play the speech. Here's a better hack, demonstrating a text-to-speech proof of concept, which is necessary for a few areas of the game where variables are used instead of hard-coded strings. |
|
| Screenshots: | ![]() |
|
| Version: | v3 r3 (12/05/2011) |
|
| License: | Public Domain | |
| Source: | Source (61.3 KB) | Requires Python 2.5, wxPython 2.8+, mutagen |
| Binaries: | Win32 Executable (zip) (5.1 MB) | - |
| Other: | Manual (HTML) |
An online copy of the ScummSpeaks manual. |
SCUMM Image Encoder
| Title: | SCUMM Image Encoder | |
Description: |
A background graphics compressor/decompressor from SCUMM v5 and v6 resources. It only compresses losslessly and without transparency. Normally, it leaves lots of room for the basic EGA palette and any colours used by sprites (an advanced system would reconcile all sprites used in a room and their colours with the background's palette), so backgrounds are limited to 160 colours by default, but this can be configured. Images must be PNG, and requires game resources contained within an "LFLF" directory as dumped/accepted by ScummPacker. |
|
| Screenshots: | - | |
| Version: | v2 r1 |
|
| License: | MIT/X11 license | |
| Source: | Source (11.3 KB) | Requires Python 2.5, Python Imaging Library |
| Binaries: | Win32 Executable (zip) (1.8 MB) | - |
| Other: | - | - |
DRO Trimmer
| Title: | DRO Trimmer | |
| Description: | A tool to modify DRO files, the raw OPL (i.e. Adlib) recordings output from DOSBox, supporting only the formats output from DOSBox versions around v0.65? to 0.72. Pretty simple. It just loads up the data into a table, and you can delete instructions as you see fit. This tool is licensed under the LGPL 3.0. |
|
| Screenshots: | ![]() |
|
| Version: | v2 r1 (26/12/2008) |
|
| License: | LGPL 3.0 | |
| Source: | Source (27.2 KB) | Requires Python 2.5, wxPython 2.6+ |
| Binaries: | Win32 Executable (zip) (4.77 MB) | - |
| Other: | Example files (238 KB) | Some trimmed and untrimmed DRO files. |