Update CDB descriptions
This commit is contained in:
parent
87e8cf4291
commit
1475435668
@ -2,10 +2,4 @@
|
||||
|
||||
Updates are released automatically, tracking the [NodeCore Dev Branch](https://gitlab.com/sztest/nodecore/commits/dev). Note that there may be some releases that don't include *any* functionality changes, since the automated process may pick up changes to embedded documentation or other things that don't end up in the game.
|
||||
|
||||
Alternatively, check out the [Official Release Edition of NodeCore](/packages/Warr1024/nodecore/).
|
||||
|
||||
Join the community:
|
||||
|
||||
* Discord: [https://discord.gg/NNYeF6f](https://discord.gg/NNYeF6f)
|
||||
* Matrix: **#nodecore:matrix.org**
|
||||
* IRC: **#nodecore** on [libera.chat](https://libera.chat/)
|
||||
Alternatively, check out the [Official Release Edition of NodeCore](/packages/Warr1024/nodecore/).
|
6
.cdb-footer.md
Normal file
6
.cdb-footer.md
Normal file
@ -0,0 +1,6 @@
|
||||
### Join the Community:
|
||||
|
||||
- Discord: <https://discord.gg/NNYeF6f>
|
||||
- Matrix: [#nodecore:matrix.org](https://matrix.to/#/#nodecore:matrix.org)
|
||||
- IRC: **#nodecore** on [irc.libera.chat](https://libera.chat/)
|
||||
- Semi-Unofficial Wiki: [nodecore.mine.nu](https://nodecore.mine.nu/)
|
16
.cdb-header.md
Normal file
16
.cdb-header.md
Normal file
@ -0,0 +1,16 @@
|
||||
**A surreal dream-world where everything is possible but nothing is easy.** Peaceful and Zen. Brutally obstinate. *Prepare to unlearn everything you thought you knew about voxel sandbox games.*
|
||||
|
||||
### Features:
|
||||
|
||||
- A complete game, deep and complex, with mods available but not required.
|
||||
- An immersive 3D world, with no pop-ups and minimal HUDs between you and the world.
|
||||
- Paragon of the "voxel" concept, with virtually every in-world thing on the voxel grid.
|
||||
- In-world crafting systems with unique recipes.
|
||||
- Rich emergent mechanics, customizable machines built of discrete and fungible parts.
|
||||
- Complex in-game technology: optical logic circuits, hinged/rotary machinery, automated crafting.
|
||||
- Subtle dynamics: material angle of repose, fuel and soil quality, conservation and decay.
|
||||
- Built-in new player guide, hint system providing low-spoiler guidance.
|
||||
- Playable and consistent across all platforms, single or multi-player. Mobile-friendly, gamepad-friendly.
|
||||
- Eggcorns! Pumwater!
|
||||
|
||||
### Editions:
|
@ -1,19 +1,3 @@
|
||||
**NodeCore** is a major reconstruction of "survival" gameplay from the ground up. *Relearn much of what you thought you knew about Minetest!*
|
||||
*This package is the **stable** of NodeCore. It's intended for streamers, offline players or others who can't afford to deal with bugs, but new features may be delayed.*
|
||||
|
||||
#### Features
|
||||
|
||||
- Immersive gameplay. Zero in-game pop-up GUIs. Minimal HUDs. All interactions take place in continuous first-person perspective. Nothing gets between you and the game world.
|
||||
- Nearly everything is on the grid. Item stacks settle onto the grid and persist. Complex machines (e.g. furnaces, storage) are built in-world and can be designed, customized, optimized.
|
||||
- In-world crafting. Assemble more complex recipes directly on the grid or in-place. Learn how to "pummel" nodes to hammer things together or break things apart.
|
||||
- Built-in player guide and hint system provides low-spoiler guidance.
|
||||
- Rich and subtle interactions. Some materials dig and transform in stages. Some materials slump into repose when stacked high. Some things transform if conditions are met, but transform faster based on environment. Experiment and see what effects what!
|
||||
- Build complex in-game systems. Design your own furnace. Construct digital logic circuits. Build gears and rotary machinery. Assemble portable storage containers.
|
||||
- Eggcorns!
|
||||
|
||||
Note that NodeCore is a _complete_ game, but new features are still actively developed. If you're looking for the latest experimental stuff, and don't mind a little instability or a few bugs, check out the [NodeCore ALPHA](/packages/Warr1024/nodecore_alpha/) early-access releases.
|
||||
|
||||
Join the community:
|
||||
|
||||
* Discord: [https://discord.gg/NNYeF6f](https://discord.gg/NNYeF6f)
|
||||
* Matrix: **#nodecore:matrix.org**
|
||||
* IRC: **#nodecore** on [libera.chat](https://libera.chat/)
|
||||
Alternatively, check out [NodeCore ALPHA](/packages/Warr1024/nodecore_alpha/) for the cutting-edge unstable version.
|
@ -17,8 +17,8 @@ return {
|
||||
type = "game",
|
||||
title = "NodeCore" .. (alpha and " ALPHA" or ""),
|
||||
short_description = (alpha
|
||||
and "Experimental early-access release of NodeCore."
|
||||
or "Original, immersive puzzle/adventure game with NO popup GUIs, minimal HUDs."),
|
||||
and "Early-access edition of NodeCore with latest features (and bugs)"
|
||||
or "Minetest's top original voxel game about emergent mechanics and exploration"),
|
||||
tags = {
|
||||
"building",
|
||||
"crafting",
|
||||
@ -33,7 +33,9 @@ return {
|
||||
content_warnings = {},
|
||||
license = "MIT",
|
||||
media_license = "MIT",
|
||||
long_description = alpha and readtext('.cdb-alpha.md') or readtext('.cdb-release.md'),
|
||||
long_description = readtext('.cdb-header.md') .. "\n\n"
|
||||
.. (alpha and readtext('.cdb-alpha.md') or readtext('.cdb-release.md'))
|
||||
.. "\n\n" .. readtext('.cdb-footer.md'),
|
||||
repo = "https://gitlab.com/sztest/nodecore",
|
||||
website = "https://nodecore.mine.nu",
|
||||
issue_tracker = "https://discord.gg/NNYeF6f",
|
||||
|
Loading…
x
Reference in New Issue
Block a user