Rebranding.

master
Trey Tomes 2019-01-17 14:14:11 -06:00
parent 064338630e
commit 44ba4f2a6c
9 changed files with 27 additions and 7 deletions

View File

@ -1,6 +1,26 @@
# cataclysm_game
# Cataclysm Game [cataclysm_game]
=============================
Rebuild of Cataclysm: DDA into the Minetest engine.
========================================
Initially just making a clone of minetest_game, then slowly rebuilding the map generator based on the C++ code found in cdda.
See also: https://github.com/CleverRaven/Cataclysm-DDA/
To use this subgame with the Minetest engine, insert this repository as
/games/cataclysm_game
The Minetest engine can be found in:
https://github.com/minetest/minetest/
Compatibility
--------------
Cataclysm Game is completely compatible with all other minetest mods as of 1/17/2019, but this is likely to change in time.
The goal of this game is not to make another Minecraft clone, but rather to create en entire game in itself
Licensing
---------
See LICENSE and LICENSE.txt
There are a lot of open source assets and code involved in this project. This will likely always be the case.

BIN
debug - Shortcut.lnk Normal file

Binary file not shown.

View File

@ -1 +1 @@
name = Minetest Game
name = Cataclysm Game

View File

@ -1,11 +1,11 @@
Minetest Game API
Cataclysm Game API
=================
GitHub Repo: https://github.com/minetest/minetest_game
GitHub Repo: https://github.com/treytomes/cataclysm_game
Introduction
------------
The Minetest Game subgame offers multiple new possibilities in addition to the Minetest engine's built-in API,
The Cataclysm Game subgame offers multiple new possibilities in addition to the Minetest engine's built-in API,
allowing you to add new plants to farming mod, buckets for new liquids, new stairs and custom panes.
For information on the Minetest API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt
Please note:
@ -507,7 +507,7 @@ Stairs API
----------
The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those
delivered with Minetest Game, to keep them compatible with other mods.
delivered with Cataclysm Game, to keep them compatible with other mods.
`stairs.register_stair(subname, recipeitem, groups, images, description, sounds)`

BIN
menu/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 40 KiB

BIN
minetest - Shortcut.lnk Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
# This file contains settings of Minetest Game that can be changed in minetest.conf
# This file contains settings of Cataclysm Game that can be changed in minetest.conf
# By default, all the settings are commented and not functional.
# Uncomment settings by removing the preceding #.