From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/dcss-on-4k-display.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/dcss-on-4k-display.html') diff --git a/public/dcss-on-4k-display.html b/public/dcss-on-4k-display.html index 68d5374..22cb421 100755 --- a/public/dcss-on-4k-display.html +++ b/public/dcss-on-4k-display.html @@ -1,9 +1,12 @@ -Make DCSS playable on 4k displays

Make DCSS playable on 4k displays

note, May 27, 2023 on Mitja Felicijan's blog

Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it is barely readable. This is how I made it playable.

Make a file ~/.crawlrc with the following content:

# Adjust the sizes to your liking.
 
 tile_font_crt_size = 32
@@ -14,7 +17,7 @@ is barely readable. This is how I made it playable.

Make a file ~/.crawl tile_sidebar_pixels = 64

To zoom in and out in viewport, press Ctrl+ and Ctrl- respectively.

All the possible options are documented in the Dungeon Crawl Stone Soup Options Guide -file.


Posts from blogs I follow around the net