duckiewhy / exe-2.5-code

Apache License 2.0
44 stars 58 forks source link

is there a way to enable the sound test #9

Closed Tuxitoz closed 1 year ago

Tuxitoz commented 1 year ago

Describe your problem here.

all the code seems to be there, tho idk how to enable it if its even possible in the first place to enable the source code, then please say it here

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

not yet

Tuxitoz commented 1 year ago

by playing through the mod normally, no

i meant if i could enable it through the source code of the mod

Tuxitoz commented 1 year ago

it should, but it doesn't work for some reason

oh, so even if you try to enable it through the source code (like with editing the SoundTestMenu.hx file), it still won't work?

Tuxitoz commented 1 year ago

no, look at this code here FlxG.save.data.weekCompleted = StoryMenuState.weekCompleted; ClientPrefs.beatweek = true; ClientPrefs.saveSettings(); FlxG.save.flush(); it's suppost to unlock sound test, but it doesn't work for some reason

oh