Wieku / danser-go

Dancing visualizer of osu! standard maps and custom osu! client written in Go. Also a generator for osu! videos.
Other
740 stars 102 forks source link

Fail slow down incorrectly applying when recording a failed replay #291

Open Atirtra opened 1 year ago

Atirtra commented 1 year ago

If you record a failed replay with danser but cut it before the actual fail with the launcher, the fail slow down still happens and the recording fades to black. Not sure if this was the case with earlier versions of danser

Log https://github.com/Wieku/danser-go/files/9842291/danser.log

Settings https://github.com/Wieku/danser-go/files/9842312/default.txt

Wieku commented 1 year ago

It's actually mentioned in 0.8.0 release notes: image

Atirtra commented 1 year ago

Thanks, Just asking out of curiosity, is it possible to not make it happen in future danser versions even though ShowResultScreen is set to true, or is there a technical "barrier" behind it?