Refactors Dance Machine + deletes a bunch of sound files

This commit is contained in:
KorPhaeron
2018-04-01 09:42:32 -05:00
committed by CitadelStationBot
parent 75a49c53c8
commit 01ff7cf8da
11 changed files with 140 additions and 110 deletions
+34
View File
@@ -0,0 +1,34 @@
---LICENSE NOTICE---
The server operator(s) is responsible for the copyright status of all sounds placed within the /config/jukebox_music folder unless otherwise noted.
If a sound requires attribution and/or a specific license it is up to the operator(s) to make this information publicly available on either
a website associated with their server or on the server itself.
If operators(s) allow these configuration files to be public this file can serve that purpose by keeping it properly updated.
If in the future new sounds are published to these folders (i.e. in an online code repository) they must explicitly state their
license if said license is not the same as the default licensing found in README.md in the root directory of the project.
Do not remove this notice.
---END NOTICE---
---EXAMPLES (NOT PART OF ANY LICENSE)---
These are examples of properly attrubuted and licensed sounds.
They are not an actual part of any license under any circumstance.
title5.ogg was created by Mya Quinn on Feburary 28, 2557. It is licensed under a Combative Clowning 3.0 HO-NK license (http://example.com/license/url/).
Unless otherwise noted all sounds were created by Cuban Pete on July 26, 2555. They are licensed under the RUMBABEAT Public License.(http://example.com/license/url/).
---END EXAMPLES (NOT PART OF ANY LICENSE)---
---ADD LICENSING INFORMATION BELOW---
+15
View File
@@ -0,0 +1,15 @@
The enclosed sounds folder holds the sound files used as player selectable songs for an ingame jukebox. OGG and WAV are supported.
Using unnecessarily huge sounds can cause client side lag and should be avoided.
You my add as many sounds as you would like.
---
Naming Conventions:
Every sound you add must have a unique name. Avoid using the plus sign "+" and the period "." in names, as these are used internally to classify sounds.
Sound names must be in the format of [song name]+[length in deciseconds]+[beat in deciseconds].ogg
A three minute song title "SS13" that lasted 3 minutes would have a file name SS13+1800+5.ogg