**2.** Most of the stuff you will need to fill is explained in WeekData file, but i will try to summarize it here. **3.** To add your songs to your Week, You have to edit the songsNames array, this is how it should look like once you're done: ![](https://i.imgur.com...
What is your question? I feel that the source code compilation tutorial is not very useful. I DON'T KNOW HOW. SAYING TO "Find an FNF compilation tutorial" ISN'T VERY HELPFUL. I'VE BEEN TRYING FOR MONTHS. THIS IS GETTING ANNOYING. Please ...
On HTML these don't check for the audio in the 'songs' library, so they fail to get it. On TitleState.hx: Add after line 283: if (easterEgg == null) easterEgg = ''; On first play this variable will be null since it hasn't been saved yet, so toUpperCase() won't be a vali...