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

Mod File

the average mod.ini should look like this!!

[song]
name="My awesome song!!"
description="isnt this song AWESOME(tm)"
author="Me :]"
version="1.0.0"
filename="my-awesome-song"

THINGS TO NOTE

  • whatever is in author will always have "By: " put before it!

  • filename accounts for the song AND the chart! (make sure they're named the same!!)

PreviousFolder StructureNextMetadata

Last updated 8 months ago