6) messages.asm

Simple text file that Mixtikl uses to show information about your Pak.

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) 2008 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_END "Unknown"
              
<copy text above... >

Notes:
  1. * Put your copyright statement here if you wish, but do not forget the *
  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_END "do not change, essential"