credits.json

The credits screen is data-driven. Provide a credits.json in your mod root and ALE Psych will load it automatically.

File Structure

Top-level object with a categories array. Each category groups developers.

{
        "categories": []
        }
    

Categories

Each category object defines a group:

{
        "name": "My Category",
        "developers": []
        }
    

Developers

Each developer entry is an object inside developers :

{
        "name": "My Member",
        "icon": "memberIcon",
        "link": "https://example.com/",
        "description": "Collaborated on my mod as a coder",
        "color": "00FFFF"
        }
    

Example File

{
        "categories": [
        {
        "name": "ALE Psych Crew",
        "developers": [
        {
        "name": "AlejoGDOfficial",
        "icon": "alejo",
        "link": "https://www.youtube.com/@alejogdofficial",
        "description": "Director and Lead Programmer",
        "color": "5457B0"
        },
        {
        "name": "Kriptel",
        "icon": "kriptel",
        "link": "https://www.youtube.com/@kriptel_pro",
        "description": "Collaborated on the Implementation of RuleScript\nProgrammed some Macros",
        "color": "731D1D"
        }
        ]
        },
        {
        "name": "Funkin' Crew",
        "developers": [
        {
        "name": "ninjamuffin99",
        "icon": "ninjamuffin99",
        "link": "https://twitter.com/ninja_muffin99",
        "description": "Programmer of Friday Night Funkin'",
        "color": "CF2D2D"
        },
        {
        "name": "PhantomArcade",
        "icon": "phantomarcade",
        "link": "https://twitter.com/PhantomArcade3K",
        "description": "Animator of Friday Night Funkin'",
        "color": "FADC45"
        }
        ]
        }
        ]
        }
    

Developer Notes

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