Difference between revisions of "User:Jestar jokin"

From ScummVM :: Wiki
Jump to navigation Jump to search
(huge self advertisement)
 
m (fix broken link)
Line 9: Line 9:
* Scummbler - assembler for SCUMM scripts. v1 is utter rubbish; I've started v2 again from scratch, with the aim of being able to assemble any script output from ScummVM's descumm.
* Scummbler - assembler for SCUMM scripts. v1 is utter rubbish; I've started v2 again from scratch, with the aim of being able to assemble any script output from ScummVM's descumm.


These are all made in Python. You can find them on [http://www.jestarjokin.com my website].
These are all made in Python. You can find them on [http://jestarjokin.net/ my website].


Aside from plugging my toys on this wiki, I also hope to share the knowledge of SCUMM I've picked up in my adventures.
Aside from plugging my toys on this wiki, I also hope to share the knowledge of SCUMM I've picked up in my adventures.

Revision as of 14:19, 28 February 2009

Hi.

I have been mucking around hacking SCUMM games, which is only possible thanks to the fantastic work done by the ScummVM team and all the other reverse engineers out there.

I have developed a few tools that let you modify or create SCUMM V5 resources:

  • ScummSpeaks - making use of ScummTr, allows you to map sounds in a MONSTER.SOU file (either compressed through ScummVM tools, or uncompressed original format) to lines of text. You can also use it to manipulate MONSTER.SOU files. Currently being used for a project to add speech to Monkey Island (which is really its only use).
  • ScummPacker - extract & repack the resource files of SCUMM V5 games. You can add new content to games.
  • SCUMM Image Encoder (mi2img) - convert between background resources extracted by ScummPacker and PNG files.
  • Scummbler - assembler for SCUMM scripts. v1 is utter rubbish; I've started v2 again from scratch, with the aim of being able to assemble any script output from ScummVM's descumm.

These are all made in Python. You can find them on my website.

Aside from plugging my toys on this wiki, I also hope to share the knowledge of SCUMM I've picked up in my adventures.