Chronotools - crononick

0. Contents

This is the documentation of chronotools-1.14.1.
   1. Introduction
   2. How to
   3. Downloading

1. Introduction

Q: What exactly is [crononick]? Can I just replace it with Crono? From what I saw only Ayla uses it in her dialogue.

A: Ayla talks simply language, and from the very first moment she sees Crono, she likes him a lot and gives him a new name, a simpler name.
From that on, she calls Crono always by that nickname.

In the Japanese version, Crono's default name is Kurono, and Ayla's version of that name is Kuro.
If the user gives Crono a new name and the name is longer than two syllables, the [crononick] handler only displays the first two syllables of it.

In the English version you don't see this happening because the localizers weren't able to invent an algorithm to simplify the name.
However, the skeleton for that is still present in CT ROM, and for this reason Chronotools supports it.

If you happen to invent a way to convert any 1-5 letter name into a nickname using the rules of your native language, you can write (or have it written) the rules and routines to handle that and Chronotools inserts that and uses it to display [crononick].

Even if you don't intend to do that, it's good to keep all [crononick] there and not change them to "Crono", because it allows you to quickly find all dialog where Ayla talks about Crono :)

2. How to

The instructions here are similar to the conjugation instructions, but the only configuration file section associated with this is [linker].
Here's what I have there:
# CRONONICK
load_code "ct-crononick.o65"
add_call_of "CrononickHandler"   $C25B3B 13 false
You can find my code file in the DOCS/ct-crononick.code file.

3. Downloading

The official home page of chronotools is at http://iki.fi/bisqwit/source/chronotools.html.
Check there for new versions.

Generated from source/crononick.php (last updated: Wed, 28 Jan 2004 20:43:06 +0200)
with docmaker.php (last updated: Sat, 25 Sep 2004 03:19:11 +0300)
at Sun, 3 Oct 2004 23:32:45 +0300