Skip to content

How to use Lore Engine specific features

sayofthelor edited this page Feb 27, 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 per-character noteskins

To use custom noteskins per-character, open the character editor and change Noteskin name to the filename of the noteskin you would like to use.

This goes in assets/shared/images if you are compiling your mod and mods/images if you aren't.

Scroll underlay update (for modcharts)

This Lua function makes it so the scroll underlay moves. This is for modcharts and is disabled by default.

To enable it, go into your song's script.lua file and put setUnderlayUpdate(true) when you would like to enable it.

To disable it you can put setUnderlayUpdate(false).

Clone this wiki locally