Skip | Home | Site Map | Terms and Conditions | Feedback Form | Keys

Mixtikl Pak Maker User Guide


messages.asm

This simple text file defines how the Pak shows up in the Pak list. It is required in both Construction Kit and Separates Paks.

For a real example, see the messages.asm file in one of the Audio Loop Collection 1 add-on Tiklpaks.

From the webpage, copy the text below and paste it into a new text file that you save in your MyName_MyPak folder as messages.asm. Modify messages.asm to suit your requirements:

<copy text below... >
* Copyright (C) 2010 Intermorphic Limited.  All Rights Reserved.
CATALOG_START "en"
CATALOG_STRING 1, "MyName_MyPak"
CATALOG_STRING 2, "MyName_MyPak"
CATALOG_STRING 3, "MyName_MyPak using 3rd party samples."
CATALOG_STRING 4, "The Copyright statement"
CATALOG_STRING 5, "Major"
CATALOG_STRING 6, "http://www.intermorphic.com/tools/content/tiklpaks/IM_Mixtikl_Included/index.html"
CATALOG_END "Unknown"
              
<copy text above... >

Notes:
  1. Put your copyright statement here if you wish, but do not forget the "*" at the beginning
  2. CATALOG_START "the locale/language for your Pak, where en is English"
  3. CATALOG_STRING 1, "text shown when using Menu Open operations"
  4. CATALOG_STRING 2, "text preface (e.g. XXX) shown when opening files saved by users, i.e. XXX: File Name : User Mix name"
  5. CATALOG_STRING 3, "description of your content; this is not seen by the user"
  6. CATALOG_STRING 4, "the copyright notice; this is not seen by the user"
  7. CATALOG_STRING 5, "pak scale (e.g. major, minor); this is not seen by the user"
  8. CATALOG_STRING 6, "URL-to-a-webpage-about-the-pak"; a user can be directed here to find out more by pressing the "info" button in a Content Cell Menu where the cell uses content from this pak
  9. CATALOG_END "do not change, essential"