DX MODDING GUIDE
  • Welcome to the DX Modding Guide!
  • File Structure
    • Folder Structure
    • Mod File
    • Metadata
  • Lua API
    • Working with GML
    • Callbacks
    • Assets
      • Sprites
      • Sounds
      • Fonts
    • Properties
    • Modcharts
    • FNFFD Functions
  • basic tutorials
    • Custom Songs
    • Example Mods
Powered by GitBook
On this page
  1. File Structure

Folder Structure

the average mod should look something like this!! anything with * is required

  • Your Mod

    • meta

      • icon.png*

      • thumbnail.png*

    • scripts

      • stage.lua*

      • anythingelse.lua

    • song

      • my-awesome-song.swows*

      • my-awesome-song.ogg*

    • mod.ini*

PreviousWelcome to the DX Modding Guide!NextMod File

Last updated 9 months ago