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
tile_font_stat_size = 32
tile_font_msg_size = 32
tile_font_tip_size = 32
tile_font_lbl_size = 32
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.

Other notes

DateTitle
Fix bootloader not being written in Plan9plan9
Use option key as meta in Alacritty under macOS
Parse RSS feeds with Lua
Cronjobs on Github with Github Actions
Push to multiple origins at once in Git
Grep to Less that maintain colors
Aerial photography of algae spotted on river Sava
Write ISO to USB Key
Change Alt key to Win key under Xfce4
Download list of YouTube files
Easy measure time took in a bash script
My brand new Plan9/9front desktopplan9
Sending signals to C programsc
Alacritty open links with modifier
Embedding resources into binary with Cc