Goalie Fixes (Update #380)
Hey everyone!
A couple CPU Goalie fixes and Character Select improvements thanks to Kosam.
Improvements:
-Character Select Settings now save between matches
No more need to re-set up your match when returning home anymore!
Your previous settings carry over now!
Fixes:
-Goalies will spam Ball Lifts and Freezes far less often, and more in line with when they actually should.
-Applied some logic fixes that will keep goalies from leaving their nets as often as they were.
Known Issues:
MusicPlayer:
-After looking into this, the player is technically doing what it's supposed to (ei. it's not a BUG, but something that needs a layer of design to make it FEEL like it works the way you'd expect).
//The player is correctly playing a random song from the list of songs.
//The FFWD button does skip forward in the list, which it technically, should do.
//So my proposed change is to have a shuffle button that can be turned on and off, and If the shuffle is on, the FFWD would also shuffle the songs on press (or use a unique ordering).
-The shuffling still FEELS like it plays familiar songs too often, so my proposed fix is to add some logic of remembering what has been played, and weight playing songs that haven't been played in a while higher than songs that were previously played.
-Controller Navigation in ArenaSettings doesn't work as expected
Navigating down on controller from the tab buttons isn't moving the controller selection down like it should, forcing you to use a mouse.
//I know the fix for this, just haven't been able to touch much code this week due to a cold.

A couple CPU Goalie fixes and Character Select improvements thanks to Kosam.
Improvements:
-Character Select Settings now save between matches
No more need to re-set up your match when returning home anymore!
Your previous settings carry over now!
Fixes:
-Goalies will spam Ball Lifts and Freezes far less often, and more in line with when they actually should.
-Applied some logic fixes that will keep goalies from leaving their nets as often as they were.
Known Issues:
MusicPlayer:
-After looking into this, the player is technically doing what it's supposed to (ei. it's not a BUG, but something that needs a layer of design to make it FEEL like it works the way you'd expect).
//The player is correctly playing a random song from the list of songs.
//The FFWD button does skip forward in the list, which it technically, should do.
//So my proposed change is to have a shuffle button that can be turned on and off, and If the shuffle is on, the FFWD would also shuffle the songs on press (or use a unique ordering).
-The shuffling still FEELS like it plays familiar songs too often, so my proposed fix is to add some logic of remembering what has been played, and weight playing songs that haven't been played in a while higher than songs that were previously played.
-Controller Navigation in ArenaSettings doesn't work as expected
Navigating down on controller from the tab buttons isn't moving the controller selection down like it should, forcing you to use a mouse.
//I know the fix for this, just haven't been able to touch much code this week due to a cold.
