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
182 stars 3 forks source link

[FIXED] [BUG] Song:GetBGChanges() does not work #668

Closed waiei closed 9 months ago

waiei commented 1 year ago

Is there an existing issue for this?

Operating System

Windows 11 Pro

CPU

i5-12400F

GPU

GeForce RTX 3060

Storage

SSD

Game Version

4.18.1

Game Mode

dance

Theme

WAIEI CitMin / Soundwaves

Describe the problem

The version was not listed, so "4.18.1" was specified, but the correct version is "4.19"

The return value of GetBGChanges in Song Class is always an empty table

Example: ScreenGameplay overlay/default.lua

OnCommand = function(self)
    SCREENMAN:SystemMessage(Serialize(GAMESTATE:GetCurrentSong():GetBGChanges()))
end

5.1 / OutFox 4.18.1 image

4.19 image

Describe what should happen

No response

Relevant Log output

No response

Scraticus commented 9 months ago

Fixed in 042