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