GithubSPerez / the-shaggy-mod

Mod for Friday Night Funkin' that adds custom weeks, game mechanics and an RPG side-quest.
Apache License 2.0
51 stars 93 forks source link

Botplay arrow animation #22

Closed lemz1 closed 2 years ago

lemz1 commented 2 years ago

Hi, I noticed that not all the arrows light up in botplay and I know

If this wants to be fixed then just go to PlayState.hx (line 4527)

It should say StrumPlayAnim(false, Std.int(Math.abs(note.noteData)) % 4, time);

change 4 with 9 (in the end looks like this StrumPlayAnim(false, Std.int(Math.abs(note.noteData)) % 9, time);)

then it plays the right arrow animations

nintendofan44 commented 2 years ago

its not 4 with 9 it 4 with Main.ammo[mania]

nintendofan44 commented 2 years ago

i wont get in any fight but i had this idea for fixing this first the correct way unlike you guys