Adding Songs

ALE Psych stores song content only in the songs folder. Keep charts, audio, and scripts together inside your mod so the engine can load them without extra data directories.

Folder Structure

Place each song inside your mod at mods/<mod-name>/songs/<SongName>/ with this layout:

mods/
        └─ modName/
        └─ songs/
        └─ SongName/
        ├─ charts/
        │  ├─ easy.json
        │  ├─ normal.json
        │  └─ hard.json
        ├─ song/
        │  ├─ Inst.ogg
        │  └─ Voices.ogg
        └─ scripts/
        ├─ haxeScript0.hx
        ├─ haxeScript1.hx
        ├─ luaScript0.lua
        └─ luaScript1.lua
    

Notes

Written by Malloy Last updated: Nov 20, 2025 Edit
ALE Psych [Rewritten] · Created by Alejo GD Official and THE VOID · Website by ImMalloy