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

Updating user.config #119

Open
plaza-in-a-heatwave opened this issue Nov 5, 2020 · 0 comments
Open

Updating user.config #119

plaza-in-a-heatwave opened this issue Nov 5, 2020 · 0 comments
Labels
Client Issues affecting cadesim Client enhancement New feature or request
Milestone

Comments

@plaza-in-a-heatwave
Copy link
Owner

Problem

user config (name, screen resolution) and server config (rooms, ports, pins, last room, last ship) are both located in the user.config file, but we want to be able to update the server config without messing with the user config (e.g. resetting screen res each update).

Options

  • currently getdown does not track user.config - a tracked server.config (or equivalent) could be used for the server options while leaving user options untouched. This adds moderate complexity and would require some code changes.
  • remove all server config - but this would reduce UX by requiring users to do manual config.
  • re-track user.config - the simplest option, but reduces UX by requiring users to reset some settings each update
@plaza-in-a-heatwave plaza-in-a-heatwave added enhancement New feature or request Client Issues affecting cadesim Client labels Nov 5, 2020
@plaza-in-a-heatwave plaza-in-a-heatwave added this to the 1.9.94 milestone Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client Issues affecting cadesim Client enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant