1---
2title: "Sane default for Dungeon Crawl Stone Soup Online edition"
3url: dcss-online-rc-defaults.html
4date: 2024-02-21T06:35:11+02:00
5type: note
6draft: false
7tags: [dcss]
8---
9
10I mostly play Dungeon Crawl Stone Soup online on Ohio, USA: cbro.berotato.org server and
11when you start playing you can select the version you want to play. Each instance also
12has `rc` file that can customize the way the game behave.
13
14This is my sane defaults config. It zooms in the game without needing to zoom in the
15browser and it also adds a bit of delays in exploring and it stops at fight.
16
17```ini
18autofight_stop = 80
19explore_auto_rest = true
20explore_delay = 20
21default_manual_training = true
22travel_open_doors = false
23
24tile_cell_pixels = 64
25tile_font_crt_size = 32
26tile_font_stat_size = 32
27tile_font_msg_size = 32
28tile_font_tip_size = 32
29tile_font_lbl_size = 32
30tile_map_pixels = 0
31tile_filter_scaling = false
32```
33
34All the possible options are documented in the [Dungeon Crawl Stone Soup Options
35Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt)
36file.