How do you change song names in Friday Night Funkin?

Who this is for: Friday Night Funkin modders, game developers, and players interested in customizing their gaming experience.


Ready to jump in? Play friday night funkin classic games and experience the rhythm gaming fun firsthand!

Go to game page

Play free games on Playgama.com

Editing Song Names in Friday Night Funkin

Changing song names in Friday Night Funkin requires modifying the game’s source files, which varies depending on whether you’re working with the original game or creating custom mods.

For Original Game Files

The song names are stored in JSON files within the game’s assets folder. Navigate to the “data” directory and locate the specific week or song folder you want to modify. Each song has a corresponding JSON file that contains metadata including the display name.

Open the JSON file in a text editor and look for the “song” object. Within this object, you’ll find a “song” property that contains the current name. Simply replace the text value with your desired song title, ensuring you maintain the proper JSON formatting with quotes around the new name.

Using Modding Tools

Popular modding tools like Psych Engine or Friday Night Funkin’ Modding Plus make this process much easier. These tools provide user-friendly interfaces where you can directly edit song properties without manually handling JSON files.

In Psych Engine, access the Chart Editor and load your desired song. The song properties panel allows you to modify the display name, which will automatically update the underlying files when you save your changes.

Custom Mod Development

When creating entirely new mods, you’ll typically work with the source code directly. Song names are referenced in multiple locations including the freeplay menu arrays and individual song data files. Make sure to update all references consistently to avoid display errors or crashes.

Remember to backup your original files before making any modifications, and test your changes thoroughly to ensure they display correctly in-game. If you’re looking to dive deeper into Friday Night Funkin’ modding and gameplay, there are plenty of exciting variations to explore.

TL;DR

Song names in Friday Night Funkin can be changed by editing JSON files in the game’s data folder or using modding tools like Psych Engine for easier modification.

Author avatar

Joyst1ck

Gaming Writer & HTML5 Developer

Answering gaming questions—from Roblox and Minecraft to the latest indie hits. I write developer‑focused HTML5 articles and share practical tips on game design, monetisation, and scripting.

  • #GamingFAQ
  • #GameDev
  • #HTML5
  • #GameDesign
All posts by Joyst1ck →

Leave a Reply

Your email address will not be published. Required fields are marked *