KadeArchive / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
409 stars 594 forks source link

Bug Report: Only showing 2 songs on tracks (week menu) #304

Closed LexoMagnum closed 3 years ago

LexoMagnum commented 3 years ago

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.

Friday Night Funkin evidence

CliveDev0413 commented 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;
}
LexoMagnum commented 3 years ago

thank you so much it worked

Fefe543 commented 3 years ago

yo @CliveDev0413 so basically mine when i paste it, it will appear wayyyyyyyyyyyy more tracks, not 3 image and here how I pasted it image

LexoMagnum commented 3 years ago

@Fefecomitre code this is the code

for (i in stringThing)
    {
        txtTracklist.text += "\n" + i;
    }
    txtTracklist.text += "\n";
Fefe543 commented 3 years ago

yo! sorry, but i have found a way to fix it without that, I just needed to fix lime version and other things

OMGcheese997 commented 3 years ago

what line is "for i in string thing" on or whatever it is

puyoxyz commented 3 years ago

@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