Go to file
Angela Graves cca0c2bf8b
Merge pull request #62035 from GuardianDll/magi
[Magiclysm] few attunements fixes
2022-11-02 01:58:28 -05:00
.github ci: labeler already capable of sub-string searches (#62022) 2022-10-31 18:50:17 -04:00
.tx Automatically synchronize MOTD and Credits translations from Transifex (#59260) 2022-07-15 01:22:20 -04:00
CMakeModules Do not use our Find* modules under VCPKG 2022-10-19 17:58:49 +02:00
android Add flatbuffers to all build systems. 2022-09-15 22:04:54 -07:00
build-data/osx Add Big Sur-style macOS icons (#61738) 2022-10-17 18:13:13 -04:00
build-scripts Support libbacktrace on Linux 2022-07-09 15:02:22 -04:00
data Merge pull request #62035 from GuardianDll/magi 2022-11-02 01:58:28 -05:00
doc doc/npc: document shop restocking behaviour 2022-10-31 06:27:48 +02:00
doxygen_doc Fix spelling issues (#45878) 2020-12-08 16:46:14 -08:00
gfx Routine tileset updates on 30 October 2022 2022-10-30 23:13:33 +00:00
lang Routine i18n updates on 29 October 2022 2022-10-29 02:34:29 +00:00
lgtm/cpp-queries Fix test for function namespacing 2020-04-15 04:24:08 +00:00
msvc-full-features Improve JSON linting on windows/VS (#61825) 2022-10-20 21:16:34 -04:00
msvc-object_creator Add flatbuffers to all build systems. 2022-09-15 22:04:54 -07:00
object_creator Fix ObjectCreator build 2022-10-04 13:12:41 -07:00
pch Add flatbuffers/flexbuffers.h to pch 2022-09-15 22:04:55 -07:00
src remove unused variables (nfc) (#61997) 2022-10-31 19:04:04 -04:00
tests remove unused variables (nfc) (#61997) 2022-10-31 19:04:04 -04:00
tools [Magiclysm] I am the storm that is approaching (#61982) 2022-10-31 15:27:42 -04:00
utilities Remove unused variable (python) 2022-10-28 16:33:44 +03:00
.astylerc Suppress 'ignored exclude errors' from astyle entirely (#61136) 2022-09-20 16:00:48 +03:00
.clang-tidy Enable clang-tidy check modernize-avoid-c-arrays (#60191) 2022-09-02 21:15:39 -03:00
.cmake-format.yml CMake linting (#47043) 2021-01-26 15:27:50 +03:00
.editorconfig Fix validate_json.py test by removing UTF-8 BOM from presets file 2022-05-15 18:31:59 +02:00
.flake8 Triage Flake8 E265 (#48284) 2021-03-31 09:56:36 +03:00
.gitattributes SpellingStandardizing 2020-04-02 20:14:28 -05:00
.gitignore Rewrite json_loader to use cata_path and contextually relevant cache paths. 2022-09-15 22:04:55 -07:00
.gitmessage Add guidlines for commit message (#24709) 2018-08-22 13:07:50 -07:00
.lgtm.yml Specify build command in LGTM.com analysis (#58246) 2022-06-10 20:18:32 -04:00
CMakeLists.txt Do not use our Find* modules under VCPKG 2022-10-19 17:58:49 +02:00
CMakePresets.json Enable LOCALIZE in Release 2022-05-15 18:32:00 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#26013) 2018-11-15 03:20:54 +00:00
Cataclysm-DDA.sublime-project Get rid of Lua modding (#28572) 2019-03-13 20:36:17 -07:00
CataclysmWin.cbp Restore SDL_SOUND define 2020-10-05 12:12:38 +03:00
ISSUES.md Update links 2019-09-05 10:43:27 +04:00
LICENSE-OFL-Terminus-Font.txt Switch to VecTerminus font 2021-10-01 17:55:37 +08:00
LICENSE.txt Resume shipping Terminus TTF font 2021-10-08 16:10:33 +08:00
Makefile Add flatbuffers to all build systems. 2022-09-15 22:04:54 -07:00
README.md Update README.md (#60387) 2022-10-15 20:39:51 +03:00
SIGNOFF add --version flag to cli arguments 2021-12-31 11:11:03 +01:00
cataclysm-launcher Fix launcher rename 2021-01-23 00:18:17 -08:00
cmake_uninstall.cmake.in CMake linting (#47043) 2021-01-26 15:27:50 +03:00
org.cataclysmdda.CataclysmDDA.json update some freedesktop metadata files and install them when appropriate (#49108) 2021-06-17 18:17:47 -07:00
snapcraft.yaml Clean up game description in metadata files (#40944) 2020-05-31 07:12:13 +00:00
update-pch.sh makefile: clean up pch rules (#42600) 2020-08-05 01:40:04 +03:00

README.md

Cataclysm: Dark Days Ahead

Cataclysm: Dark Days Ahead is a turn-based survival game set in a post-apocalyptic world. While some have described it as a "zombie game", there is far more to Cataclysm than that. Struggle to survive in a harsh, persistent, procedurally generated world. Scavenge the remnants of a dead civilization for food, equipment, or, if you are lucky, a vehicle with a full tank of gas to get you the hell out of Dodge. Fight to defeat or escape from a wide variety of powerful monstrosities, from zombies to giant insects to killer robots and things far stranger and deadlier, and against the others like yourself, who want what you have...

Tileset: Ultica

Downloads

Releases - Stable | Experimental

Source - The source can be downloaded as a .zip archive, or cloned from our GitHub repo.

Packaging Status

General build matrix Coverage Status Language grade: C/C++ Open Source Helpers Commit Activity Lines of Code TODOs

Packaging status

Arch Linux

Ncurses and tiles versions are available in the community repo.

sudo pacman -S cataclysm-dda

Fedora

Ncurses and tiles versions are available in the official repos.

sudo dnf install cataclysm-dda

Debian / Ubuntu

Ncurses and tiles versions are available in the official repos.

sudo apt install cataclysm-dda-curses cataclysm-dda-sdl

Compile

Please read COMPILING.md - it covers general information and more specific recipes for Linux, OS X, Windows and BSD. See COMPILER_SUPPORT.md for details on which compilers we support. And you can always dig for more information in doc/.

We also have the following build guides:

Contribute

Cataclysm: Dark Days Ahead is the result of contributions from over 1000 volunteers under the Creative Commons Attribution ShareAlike 3.0 license. The code and content of the game is free to use, modify, and redistribute for any purpose whatsoever. See http://creativecommons.org/licenses/by-sa/3.0/ for details. Some code distributed with the project is not part of the project and is released under different software licenses; the files covered by different software licenses have their own license notices.

Bountysource

Please see CONTRIBUTING.md for details.

Special thanks to the contributors, including but not limited to, people below:

Made with contrib.rocks.

Community

Forums: https://discourse.cataclysmdda.org

Wiki: http://cddawiki.chezzo.com/cdda_wiki/index.php

GitHub repo: https://github.com/CleverRaven/Cataclysm-DDA

IRC: #CataclysmDDA on Libera Chat, https://web.libera.chat/#CataclysmDDA

Official Discord: https://discord.gg/jFEc7Yp

Frequently Asked Questions

Is there a tutorial?

Yes, you can find the tutorial in the Special menu at the main menu (be aware that due to many code changes the tutorial may not function). You can also access documentation in-game via the ? key.

How can I change the key bindings?

Press the ? key, followed by the 1 key to see the full list of key commands. Press the + key to add a key binding, select which action with the corresponding letter key a-w, and then the key you wish to assign to that action.

How can I start a new world?

World on the main menu will generate a fresh world for you. Select Create World.

I've found a bug. What should I do?

Please submit an issue on our GitHub page using bug report template. If you're not able to, send an email to kevin.granade@gmail.com.

I would like to make a suggestion. What should I do?

Please submit an issue on our GitHub page using feature request template.