AppleHair / FNF-UnrestDiffs

The Unrestricted Difficulties framework is a softcoded FNF mod, which provides FNF modders with more control over difficulties and variations
https://gamebanana.com/mods/512797
Other
3 stars 0 forks source link

Injecting a difficulty only seems to work for one song. #1

Closed ItIsIWeeg closed 4 months ago

ItIsIWeeg commented 4 months ago

I'm working on injecting a difficulty for a list of songs from base game (Fresh, DadBattle, Philly Nice, and Guns), and no matter what I do, a couple of errors are thrown at me, and only the first song I start the list with is given the new difficulty.

Error 1: Error while executing function VariationInjector.setup()#84: EUnknownVariable UnknownVariable error: Tried to access "variId", an unknown variable or identifier.

Error 2: Error while executing function VariationInjector.onStateChangeEnd()#108: EUnknownVariable UnknownVariable error: Tried to access "setup", an unknown variable or identifier.

As far as I'm aware, I followed the directions in the provided README files correctly, so I'm not sure why this would be messing up.

AppleHair commented 4 months ago

Yes, I know these kind of errors a little too well. This is definitely something I'll need to fix. Thank you for reporting the bug!

AppleHair commented 4 months ago

Ok fixed it!

ItIsIWeeg commented 4 months ago

Can confirm, everything works now! Thank you! screenshot-2024-06-26-11-12-01