From 53f87487ea94089dc9a4b5a6550ad13c51f1c0f3 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 27 May 2021 15:46:23 -0400 Subject: [PATCH] add credit tidbit --- General.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/General.md b/General.md index 6dee439..0bd0213 100644 --- a/General.md +++ b/General.md @@ -4,7 +4,8 @@ This is a list of general information that should be known regarding Chunithm's * This is **not** a guide for creating custom songs in Chunithm "clones". This includes programs like SUSPlayer, Laverita, or Seaurchin. These games use different chart formats and have an entirely different, usually streamlined, way of implementing custom songs. * Chunithm makes frequent use of ``.xml`` files. This document will, for the sake of simplicity, assume that you understand the basic format of ``.xml`` files. -* References to "music" and "song" will refer to the files in the ``music`` folder, which includes ``Music.xml``, as well as the chart files. References to ``audio`` will refer to the files in the ``cueFile`` folder. +* References to "music" and "song" will refer to the files in the ``music`` folder, which includes ``Music.xml``, as well as the chart files. References to ``audio`` will refer to the files in the ``cueFile`` folder. +* If anyone makes a tool to streamline any process outlined in this document, while credit to this document obviously isn't required (see [UNLICENSE](https://github.com/Suprnova123/Chunithm-Research/blob/main/UNLICENSE)), it would still be appreciated. # Folders