TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
178 stars 3 forks source link

[FIXED][Feature Request] Implement SetSongBeat #698

Closed Scraticus closed 10 months ago

Scraticus commented 10 months ago

Discussed in https://github.com/TeamRizu/OutFox/discussions/256

Originally posted by **MrThatKid** August 3, 2020 **Is your feature request related to a problem? Please describe.** Right now, there's a GetSongBeat, and alongside that, NotITG has a SetSongBeat function. It warps both song and chart position by taking a float which is the beat to warp to. The function can allow for going forward and backward in time. **Describe the solution you'd like** So, implementing this function would be nice, as it could allow for truly endless minigames or having a person complete an objective to continue the song. Considering how beat is grabbed, I'd imagine this would be done through the SongPosition object, with a shortcut function in GAMESTATE, possibly (Though, this might be less doable due to split timing?). I'm not sure how this will work in the case of split timing, as now the chart can deviate in beats based on difficulty.
Scraticus commented 10 months ago

fixed in 042