From 1100562e29f6476448b656dbddd4cf22505523f6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 14:59:14 +0100 Subject: Move back to JBMAFP --- _posts/notes/2024-02-21-dcss-online-rc-defaults.md | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 _posts/notes/2024-02-21-dcss-online-rc-defaults.md (limited to '_posts/notes/2024-02-21-dcss-online-rc-defaults.md') diff --git a/_posts/notes/2024-02-21-dcss-online-rc-defaults.md b/_posts/notes/2024-02-21-dcss-online-rc-defaults.md deleted file mode 100644 index cf12109..0000000 --- a/_posts/notes/2024-02-21-dcss-online-rc-defaults.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Sane default for Dungeon Crawl Stone Soup Online edition" -permalink: /dcss-online-rc-defaults.html -date: 2024-02-21T06:35:11+02:00 -layout: post -type: note -draft: false -tags: [dcss] ---- - -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. - -```ini -autofight_stop = 80 -explore_auto_rest = true -explore_delay = 20 - -tile_cell_pixels = 48 -tile_font_crt_size = 24 -tile_font_stat_size = 24 -tile_font_msg_size = 24 -tile_font_tip_size = 24 -tile_font_lbl_size = 24 -tile_map_pixels = 0 -tile_filter_scaling = false -``` - -All the possible options are documented in the [Dungeon Crawl Stone Soup Options -Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt) -file. -- cgit v1.2.3