← 返回命令列表

Linux command

crawl 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start Dungeon Crawl Stone Soup

crawl

Start with specific character

crawl -name [CharacterName]

Start with seed for reproducible dungeon

crawl -seed [12345]

Play in console mode

crawl -console

Play in tiles mode

crawl -tiles

Start specific species and background

crawl -species [Minotaur] -background [Berserker]

说明

Dungeon Crawl Stone Soup (DCSS or Crawl) is a roguelike dungeon exploration game focused on combat, strategy, and careful resource management. The player descends through a procedurally generated dungeon to retrieve the Orb of Zot and escape alive. The game features permadeath (death is permanent), turn-based gameplay, dozens of species and backgrounds with unique abilities, religion system with various gods, extensive magic and item systems, and deep tactical combat. DCSS is known for its streamlined design philosophy, removing tedious elements common in roguelikes while maintaining depth. Both console (ASCII) and graphical tiles versions are available.

参数

-name _name_
Set character name.
-species _species_
Choose starting species.
-background _background_
Choose starting background (class).
-seed _n_
Set dungeon generation seed.
-console
Force console (ASCII) mode.
-tiles
Force tiles (graphical) mode.
-sprint
Start in Sprint mode.
-tutorial
Start the tutorial.
-morgue _dir_
Directory for morgue files.
-version
Display version.

FAQ

What is the crawl command used for?

Dungeon Crawl Stone Soup (DCSS or Crawl) is a roguelike dungeon exploration game focused on combat, strategy, and careful resource management. The player descends through a procedurally generated dungeon to retrieve the Orb of Zot and escape alive. The game features permadeath (death is permanent), turn-based gameplay, dozens of species and backgrounds with unique abilities, religion system with various gods, extensive magic and item systems, and deep tactical combat. DCSS is known for its streamlined design philosophy, removing tedious elements common in roguelikes while maintaining depth. Both console (ASCII) and graphical tiles versions are available.

How do I run a basic crawl example?

Run `crawl` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -name _name_ do in crawl?

Set character name.