aboutsummaryrefslogtreecommitdiff
path: root/_posts/notes/2024-02-21-dcss-online-rc-defaults.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-23 10:35:22 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-23 10:35:22 +0100
commit4abcce013c9ee3053badf2abda77190233066676 (patch)
tree450de7e8fed3c3c7501a9d2e2eb60a676bdfa09e /_posts/notes/2024-02-21-dcss-online-rc-defaults.md
parentcdf50cb2e3051200c6ea0628c318d66220b7d1a1 (diff)
downloadmitjafelicijan.com-4abcce013c9ee3053badf2abda77190233066676.tar.gz
Testing thoughts page
Diffstat (limited to '_posts/notes/2024-02-21-dcss-online-rc-defaults.md')
-rw-r--r--_posts/notes/2024-02-21-dcss-online-rc-defaults.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/_posts/notes/2024-02-21-dcss-online-rc-defaults.md b/_posts/notes/2024-02-21-dcss-online-rc-defaults.md
new file mode 100644
index 0000000..cf12109
--- /dev/null
+++ b/_posts/notes/2024-02-21-dcss-online-rc-defaults.md
@@ -0,0 +1,35 @@
1---
2title: "Sane default for Dungeon Crawl Stone Soup Online edition"
3permalink: /dcss-online-rc-defaults.html
4date: 2024-02-21T06:35:11+02:00
5layout: post
6type: note
7draft: false
8tags: [dcss]
9---
10
11I mostly play Dungeon Crawl Stone Soup online on Ohio, USA: cbro.berotato.org server and
12when you start playing you can select the version you want to play. Each instance also
13has `rc` file that can customize the way the game behave.
14
15This is my sane defaults config. It zooms in the game without needing to zoom in the
16browser and it also adds a bit of delays in exploring and it stops at fight.
17
18```ini
19autofight_stop = 80
20explore_auto_rest = true
21explore_delay = 20
22
23tile_cell_pixels = 48
24tile_font_crt_size = 24
25tile_font_stat_size = 24
26tile_font_msg_size = 24
27tile_font_tip_size = 24
28tile_font_lbl_size = 24
29tile_map_pixels = 0
30tile_filter_scaling = false
31```
32
33All the possible options are documented in the [Dungeon Crawl Stone Soup Options
34Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt)
35file.