Closed LexoMagnum closed 3 years ago
Go to StoryMenuState.hx
and scroll all the way to the bottom and add this line of code: txtTracklist.text += "\n";
right after this line of code:
for (i in stringThing)
{
txtTracklist.text += "\n" + i;
}
thank you so much it worked
yo @CliveDev0413 so basically mine when i paste it, it will appear wayyyyyyyyyyyy more tracks, not 3 and here how I pasted it
@Fefecomitre this is the code
for (i in stringThing)
{
txtTracklist.text += "\n" + i;
}
txtTracklist.text += "\n";
yo! sorry, but i have found a way to fix it without that, I just needed to fix lime version and other things
what line is "for i in string thing" on or whatever it is
@OMGcheese997 this is already fixed in the latest source you don't need to do it yourself.
also, locking this. basically, you either have the wrong lime version, or you don't have the latest source code, something like that
Build and Testing on :
Windows (
x86_64
)have tested on fnf 2.7.1, engine ver. 1.3.1 nightly, 1.4, 1.4.1, and 1.4.2
After building the game and entering the game everything is fine and works properly, but in story mode menu, when i select any week it only shows 2 of the three tracks, this is only a visual bug, because in-game there are actually the 3 (or more) songs,.
I enter story mode menu, and in tracks section, only appears 2 of them, is kinda weird cause in-game all the tracks are there (3 or more), i have installed everything, even uninstalled everything and reinstalled, it seems to be the same, also i tested almost all the version of the engine, but nothing, the real problem is that like 2 weeks ago, nothing of that happened.