Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Adding poses in Songs

aflac edited this page Apr 1, 2021 · 1 revision

Certain levels like Bopeebo have parts of the level that the boyfriend or girlfriend has an animation that is played, like the Girlfriend cheering or the Boyfriend doing the Peace sign.

Getting the trigger point

Each time these poses are triggered, they are assigned to a beat. These beats are read by a variable called curBeat. To get the beat for the point, enter the debug menu (Press the 7 key) and then find the point where you want to trigger this animation. Once you find this point, take the number that curStep says. Dividing this number by 4 and then making it a whole number (Decimals will not work) is the curBeat at that point.