MeidokonWiki:

http://charlotte.is.moelicious.be/

Tools and scripts

File format

Will document it here, I think zalas did that work

Translation

AstCd2 solo'd it

Editing

This is all furinkan's, performing grammer/spelling, as well as bubble positioning (see notes in the Game Engine section).

Game engine

Quartett! is unique in that it uses Littlewitch's Floating Frame Director engine. The game plays out much like a comic book, and the bubbles appear one after another in sequence. The FFD engine also allows a lot of flexibility in exactly how things are presented. The scripting language looks a bit like C++, but it literally works like a script. It's imperative and pretty easy to follow.

The scripting language has a limited set of basic functions, such as setting up bubbles/images/lines of text, then manipulating them. The most important aspect of this is the speech bubbles.

XXX: insert an example sketch here to demonstrate how it works

Building translated files

furinkan wrote a few python scripts to handle this. They take the native VASTT files, coupled with the original binary script files, and produce a translated binary script file.

Testing the work

You'll have a batchfile that does all the hard work (if only windows had Make, sigh)

  1. "Compile" the translated scripts according to a glob
  2. Jam the scripts into an FFD archive
  3. Copy the resulting file to the game directory

MeidokonWiki: Quartett (last edited 2010-05-12 09:25:10 by furinkan)