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

disable blur option? #86

Open
raylu opened this issue May 17, 2023 · 1 comment
Open

disable blur option? #86

raylu opened this issue May 17, 2023 · 1 comment

Comments

@raylu
Copy link

raylu commented May 17, 2023

0.8 is introducing blurred ownership. is it possible to disable that?

@kaorahi
Copy link
Owner

kaorahi commented May 18, 2023

Yes, as a hidden feature at present.

If you are using the released binary LizGoban 0.8.0-pre1.exe:

  1. Copy sample/built_in/config.json to the same folder as LizGoban 0.8.0-pre1.exe.
  2. Edit config.json to insert the line "endstate_blur": 0, as follows.
  3. (Re)start lizgoban.

config.json should look like this:

{
    "endstate_blur": 0,
    "max_cached_engines": 2,
    ...
}

The default value of endstate_blur is 0.5 (= half grid).

The parameter endstate_blur is undocumented and I am not sure if I should officially support it. (In general, projects tend to become buggy later on if they introduce too many combinations of options/preferences/customisations.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants