Skip to content

Folder Directories

DEMOLITIONDON96 edited this page Apr 22, 2024 · 3 revisions

So as you can see, the folders look quite different from what you're probably used to

NO need to worry! For I will leave here the directories of how everything works here!

Character Folder Format

Everything you need to make a character is all combined together into their own folders!

A single folder is a single character

Folder Directory: assets/data/characters/your-character-name

Assets that work in this directory:

  • icon.png
  • your-character-name.json
  • your-character-name.hx
  • your-character-name.png
  • your-character-name.xml
  • any additional assets you want to add to your character (only works if you use hscript to make the character)

Stage Folder Format

Each stage is its own unique folder, can be organized anyway you like!

Folder Directory: assets/data/stages/your-stage-here

Assets that work in this directory:

  • your-stage-here.hx
  • literally anything else lol

Events

To understand how scripting them works, please refer to this button over here ---> [Event Scripting]

Folder Directory: assets/data/events/your-event.hx

Note Types

This one is a bit complicated, but I will try to make it simple!

For Normal Notetypes, here is the directory: assets/data/notetypes/your-notetype-name For Pixel Notetypes, it's this directory: assets/data/notetypes/yournotetype-name

The following assets it can support are:

  • your-notetype-name-default.hx
  • your-notetype-name-pixel.hh
  • skins/default/your note assets here
  • skins/pixel/your note assets here

For scripting, please refer to this button ---> [Notetype Scripting]

Songs

So basically, everything you need to make a song playable is all merged into the songs folder, not just the audio anymore

Directory is the same as you expect it to be, but your charts can be put in these folders now

Idk how to make this anymore simple to understand, as that's literally the only thing different for how songs work on this engine

In case you still need it, here you go: assets/songs/your-song

Assets you can put in here:

  • your-song-your-difficulty.json
  • Voices.ogg
  • Inst.ogg
  • VoicesBF.ogg
  • VoicesOpp.ogg
  • VoicesBF-custom-diff.ogg
  • VoicesOpp-custom-diff.ogg
Clone this wiki locally