Sane default for Dungeon Crawl Stone Soup Online edition

note, Feb 21, 2024, on Mitja Felicijan's blog

I mostly play Dungeon Crawl Stone Soup online on Ohio, USA: cbro.berotato.org server and when you start playing you can select the version you want to play. Each instance also has rc file that can customize the way the game behave.

This is my sane defaults config. It zooms in the game without needing to zoom in the browser and it also adds a bit of delays in exploring and it stops at fight.

autofight_stop = 80
explore_auto_rest = true
explore_delay = 20
default_manual_training = true
travel_open_doors = false

tile_cell_pixels = 64
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_map_pixels = 0
tile_filter_scaling = false

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

Other notes

DateTitle
Extract lines from a file with sed
My brand new Plan9/9front desktopplan9
AWS EB PyYAML fix
Execute not blocking async shell command in C#
Take a screenshot in Plan9plan9
Display xterm color palette
Parse RSS feeds with Lua
Edsger W. Dijkstra Manuscripts ebook
Sending signals to C programsc
Currated list of Vim ALE linters
Add lazy loading of images in Jekyll posts
Making cgit look nicer
Write and read structs to/from files in Cc
Dungeon Crawl Stone Soup - New player guidedcss
Easy measure time took in a bash script