Skip to content

How to use Lore Engine specific features

Sabine edited this page Jan 30, 2022 · 7 revisions

Here you can figure out how to use some special features included in Lore Engine!

Touch controls (COMING SOON)

To use touch controls, compile the game with the flag -mobile.

Custom Noteskins (COMING SOON)

To use custom noteskins on a per-character basis, open up charNoteSkins.txt inside of assets/data (or assets/preload/data if you're compiling).

Once in there, type your character name, followed by a colon, and the file name of your note skin.

This note skin goes in assets/preload/images if you're compiling the game and mods/images if you aren't.

It's important to spell the file name of your noteskin properly or the game may crash.

Example text: bambi-unfair:NOTE_assets_3D

Clone this wiki locally