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
Run 9front in Qemuplan9
Push to multiple origins at once in Git
Sane defaults for tmux with more visible statusbar
10/GUI 10 Finger Multitouch User Interface
Install Plan9port on Linuxplan9
Mount Plan9 over networkplan9
Change Alt key to Win key under Xfce4
Dungeon Crawl Stone Soup - New player guidedcss
Online radio streaming with MPV from terminal
Execute not blocking async shell command in C#
Add lazy loading of images in Jekyll posts
Making cgit look nicer
Embedding resources into binary with Cc
#cat-v on weechat configuration
Extend Lua with custom C functions using Clangc