Skip to content
Manu Evans edited this page Jul 26, 2014 · 1 revision

##FeedBack folder structure## The FeedBack directory structure looks like this:

FeedBack/
  archive/   - FeedBack's online song archive
  cache/     - Runtime cache data
  data/      - Builtin runtime data
  songs/     - Songs go here
  themes/    - Themes go here

archive and cache may not be present prior to running the game for the first time.

####archive/#### This folder is managed by FeedBack to synchronise content with the FeedBack chart library.

It's best not to meddle with the contents of this folder; things may go wrong...

####cache/#### This folder contains runtime cache data which improves performance.

It can be safely deleted and it will be repopulated next time FeedBack runs.

####data/#### This is the built-in runtime data. Contributors will want to be familiar with the data in this folder.

All the non-theme-able sounds, images, shaders, ui, etc, lives in here.

####songs/#### User supplied songs go here.

Users may place music files in this folder and FeedBack will try and fetch the charts from the online library automatically using details from tags or file naming conventions.

####themes/#### User supplied themes go here.

Each theme should be in its own folder, with the theme.xml file in the theme's root directory, eg: themes/MyTheme/theme.xml

Clone this wiki locally