diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-23 10:35:22 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-23 10:35:22 +0100 |
| commit | 4abcce013c9ee3053badf2abda77190233066676 (patch) | |
| tree | 450de7e8fed3c3c7501a9d2e2eb60a676bdfa09e /_posts/2023-05-27-dcss-on-4k-displays.md | |
| parent | cdf50cb2e3051200c6ea0628c318d66220b7d1a1 (diff) | |
| download | mitjafelicijan.com-4abcce013c9ee3053badf2abda77190233066676.tar.gz | |
Testing thoughts page
Diffstat (limited to '_posts/2023-05-27-dcss-on-4k-displays.md')
| -rw-r--r-- | _posts/2023-05-27-dcss-on-4k-displays.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/_posts/2023-05-27-dcss-on-4k-displays.md b/_posts/2023-05-27-dcss-on-4k-displays.md deleted file mode 100644 index ba46099..0000000 --- a/_posts/2023-05-27-dcss-on-4k-displays.md +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: "Make DCSS playable on 4k displays" | ||
| 3 | permalink: /dcss-on-4k-display.html | ||
| 4 | date: 2023-05-27T19:35:11+02:00 | ||
| 5 | layout: post | ||
| 6 | type: note | ||
| 7 | draft: false | ||
| 8 | tags: [dcss] | ||
| 9 | --- | ||
| 10 | |||
| 11 | Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it | ||
| 12 | is barely readable. This is how I made it playable. | ||
| 13 | |||
| 14 | Make a file `~/.crawlrc` with the following content: | ||
| 15 | |||
| 16 | ```ini | ||
| 17 | # Adjust the sizes to your liking. | ||
| 18 | |||
| 19 | tile_font_crt_size = 32 | ||
| 20 | tile_font_stat_size = 32 | ||
| 21 | tile_font_msg_size = 32 | ||
| 22 | tile_font_tip_size = 32 | ||
| 23 | tile_font_lbl_size = 32 | ||
| 24 | tile_sidebar_pixels = 64 | ||
| 25 | ``` | ||
| 26 | |||
| 27 | To zoom in and out in viewport, press `Ctrl+` and `Ctrl-` respectively. | ||
| 28 | |||
| 29 | All the possible options are documented in the [Dungeon Crawl Stone Soup Options | ||
| 30 | Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt) | ||
| 31 | file. | ||
