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
  • Getting Started
  • Importing Charts (from vanilla or something else)
  • Charting
  • WHAT IS THAT
  • Why do custom notes start from 11?
  • Things to note:
  1. basic tutorials

Custom Songs

PreviousFNFFD FunctionsNextExample Mods

Last updated 5 months ago

DISCLAIMER!! THIS GOES OVER USING MY CHARTER 900 REMAKE.. ITS A LOT EASIER FOR BEGINNERS I THINK (and also because i'm EVIL. Muahahaha.) !! (its also on the gamejolt page) feel free to use this for anything else btw!! source code is included :]

Getting Started

when you run the charter you'll have a button to make a new chart this'll be where you can select all the charts you've made!

you can use the scroll wheel or the arrow keys to select in these menus too! once you select new chart, you'll be able to input your chart's data

go through each option and press enter to change it! or you can stick with the defaults... after you've put in your song name, bpm and scrollspeed you'll need to select your actual song make sure its an ogg file!! it wont work otherwise press done and you'll be able to edit your chart! hooray!!

Importing Charts (from vanilla or something else)

if you dont wanna start from scratch and have a chart you already wanna edit, importing charts is pretty easy! make a folder in the charts directory and name it whatever you want your songname to be in that folder, drop in your song and chart! make sure they're both called song.ogg and chart.swows otherwise it wont pick it up lols

Charting

press space to start and stop your song, and use 0-9 to skip to certain parts! you can use the scroll wheel or the arrow keys to scroll through the chart. if you hold shift, you can scroll faster! click one of the note types in the bottom left to select it, the note's name will also appear above!

you can save your chart with the top bar! you can choose to save it in the charts directory (its in the same folder as the executable is) or you can save it wherever else you like!

the help menu just leads you back to here lol

WHAT IS THAT

custom notes are useful for making mods using fnffd's source code! (hopefully) instead of having to edit the original charter yourself you can select this note and (while hovering over it) use the scroll wheel to change the note type! note types 11 and 12 have unused code, so if you're planning on using them you should probably get rid of it you could probably also use these in DX homebrew but you'd need to find a way to make them render as by default, notes that arent in FNFFD work like normal notes but invisible custom notes will also show what note type they are when placed!

Why do custom notes start from 11?

all the note types before it are taken by notes used in fnffd

Things to note:

  • save as will ONLY save the chart in the directory you pick, the song wont get copied over. you'll have to copy it over yourself from the charts directory..

  • you cant change the song or bpm after you make your chart! if you try to by changing it in the charts directory, your chart will get corrupted

  • make sure when importing your chart into the game the .oggs are EXACTLY the same in length! you cant load a song's vocals only and then use the full song in fnffd otherwise it'd get corrupted it'd probably fine if they're the same length but i wouldn't risk it

DOWNLOAD HERE
it begins...
its beautiful..
WHAT