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

[BUG] #NAME in DWI files is stripping first nonstandard character. #614

Closed TheT113 closed 1 year ago

TheT113 commented 1 year ago

Is there an existing issue for this?

Operating System

Windows

CPU

No response

GPU

No response

Storage

No response

Game Version

4.18.0

Game Mode

dance

Theme

Tested in both default and Starlight.

Describe the problem

The first non-standard character, like parentheses, dashes, etc. in the #NAME field of DWI files (not SM or any other files, only DWI), is being stripped out and ignored. For example, "Song Name (Outfox Mix)" renders as "Song Name Outfox Mix)". Tossing an arbitrary extra symbol in there, ie "Song-Name (Outfox Mix)" will render as "Song Name (Outfox Mix)" (suggesting it is replacing the first instance of the character with a space).

Describe what should happen

The #NAME field should display the NAME as entered.

Relevant Log output

No response

TheT113 commented 1 year ago

This issue occurs in the latest release of Alpha V as well.

Jousway commented 1 year ago

this is intended behaviour in stepmania, they added in 2.somthing code to split titles, but I can change this so it doesnt do this anymore, I already fixed this in the DB branch where I removed all the dumb stuff, but I'll backport it to 4LTS

Jousway commented 1 year ago

fixed, will be in next release :)