Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "Create" server menu never keeps the selected bot skill and always resets it to Flower Power #280

Closed
kai-li-wop opened this issue Oct 25, 2024 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kai-li-wop
Copy link
Member

The "Create" server menu never keeps the selected bot skill and always resets it to Flower Power. We could sync it with the g_spSkill cvar originally used for Quake 3 Arerna's single-player mode. See ioquake/ioq3#600 as a reference.

@kai-li-wop kai-li-wop added the bug Something isn't working label Oct 25, 2024
@kai-li-wop kai-li-wop added this to the v1.7.0 milestone Oct 25, 2024
@kai-li-wop kai-li-wop self-assigned this Oct 25, 2024
@kai-li-wop kai-li-wop added the enhancement New feature or request label Oct 25, 2024
@kai-li-wop kai-li-wop moved this to In Progress in WoP 1.7.x Oct 25, 2024
@kai-li-wop
Copy link
Member Author

fa9d4b7 provides a solution for this.

@github-project-automation github-project-automation bot moved this from In Progress to Done in WoP 1.7.x Oct 25, 2024
@kai-li-wop kai-li-wop moved this from Done to Ready for Review in WoP 1.7.x Oct 25, 2024
@kai-li-wop kai-li-wop removed the enhancement New feature or request label Oct 25, 2024
@3aTmE
Copy link

3aTmE commented Oct 29, 2024

It is fixed as long the game is running but going to reset when i close the game and reopen it again.

This was tried using the most recent code from October the 29th.

What was tested?

  • Adding Bots in the Create Menu
  • Changing the Difficulty to "Brutal blue noses"
  • Leaving the "Select Bots" Menu
  • Entering the "Select Bots" Menu
  • Check if the chosen skill still applied ( it did ) ✅
  • Leaving the Create Menu completely
  • Re- Entering the Create Menu
  • Entering the "Select Bots" Menu and check if the chosen skill still was applied. ( it did! ) ✅
  • Closing the Game
  • Starting the Game again
  • Entering the Create Menu
  • Entering the "Select Bots" Menu and check if the chosen skill still was applied. ( it did not ) ❌

@kai-li-wop
Copy link
Member Author

fa9d4b7 synchronize the create server bot selection and ingame add bots menus with the g_spSkill cvar originally used for Quake 3 Arerna's single player mode. The ingame add bots menu already used this cvar, but never saved it.
So the intention was to have the main menu and the ingame menu correspond and communicate the same value and keep it the same as long as WoP is running. It was not intended to save the value of the g_spSkill cvar as a user preference for a restart of WoP. I think it would also not be necessary.
Marked as done for now.

@kai-li-wop kai-li-wop moved this from Ready for Review to Done in WoP 1.7.x Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants