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

[BUG] Setting Options in Edit/Practice Requires 2p Controls #467

Open androoP opened 2 years ago

androoP commented 2 years ago

If you want to set a speed mod (Or any option) in practice mode, you must have 1p and 2p controls configured.

Both players must highlight "Exit" to save settings and exit the menu, but if no 2P controls are set, you can't set/exit.

Note: This happens regardless if "Show Both Players" is set to No. Inked2021-12-29 10_49_17-Project OutFox 5 3 Alpha

JoseVarelaP commented 2 years ago

Yeah, this is a bug; more like an oversight of mine. Since the editor can now perform playback with more than one player, ScreenOptions (The class that manages the listing of the options) will generate a list that loads both players at the same time.

This might send me to a rabbit hole to create a new set of options to prevent this from happening, given it's locked to that player configuration.