Skip to content

Commit

Permalink
Some doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceneNerd committed Mar 29, 2024
1 parent 8d801ae commit 1a8bfd4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion book/src/setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ the next two sections.

---

[^1] Should I really have to specify this? Probably not. Does *someone
[^1]: Should I really have to specify this? Probably not. Does *someone
somewhere* need me to? Yes.
2 changes: 1 addition & 1 deletion book/src/setup/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ So, in sum:

---

[^1] Starting back in Windows 10, build 14972, it has been possible to create
[^1]: Starting back in Windows 10, build 14972, it has been possible to create
symbolic links on Windows without administrator permissions, but it's not
automatic. Check [the Windows blog
announcement](https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/)
Expand Down
19 changes: 14 additions & 5 deletions book/src/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@ Solutions to some known problems follow:

This happens on some systems, *particularly Steam Deck*, for unknown reasons,
but can be fixed by setting the environment variable
`WINIT_X11_SCALE_FACTOR=1.0`. If you launch UKMM from the terminal, running
`WINIT_X11_SCALE_FACTOR` to `1.0`. If you launch UKMM from the terminal, running
it as `WINIT_X11_SCALE_FACTOR=1.0 ukmm` from the UKMM folder will work.
Otherwise, you may try setting it in your `~/.profile` or `~/.Xprofile`, e.g.
by adding the line `export WINIT_X11_SCALE_FACTOR=1.0`. Also note that some
desktop environments contain tools for setting environment variables. If you
need help with this, ArchWiki has an [excellent article on the
topic](https://wiki.archlinux.org/title/environment_variables).
by adding the line `export WINIT_X11_SCALE_FACTOR=1.0`. If perchance you run
UKMM from Steam for some reason, you can set the launch options as
`WINIT_X11_SCALE_FACTOR=1.0 %command%`.

Also note that some desktop environments contain tools for setting environment
variables. If you need help with this, ArchWiki has an [excellent article on
the topic](https://wiki.archlinux.org/title/environment_variables).

## "No config for current platform"

If you see this error, it means that, for some reason, you skipped the initial
setup where you configure all your settings for your game. Go back to [this
page](setup/configuration.md) and start there.

0 comments on commit 1a8bfd4

Please sign in to comment.