This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 49
Configuring your projectFNF mod easily
MagnusStrom edited this page Jul 2, 2021
·
1 revision
The ProjectFNF config file is probably the most important part for mod developers, or atleast new ones. This file configures a ton of base features, and makes it a lot easier to do a ton of things.
For starters, find the Config.hx file in the source code.
Then, find the TITLEMESSAGE variable. This array shows what is played right before the flash screen. For example, ["Vs", "Whitty", "Full Week"] Would make it say vs whitty full week.
Then, find the ModName variable. This string sets whatever name is showed on the main menu screen. For example, "Vs Whitty Full Week".
Nice, you are learning how to use the config file! Now you can look through more variables in there and customize your mod!