Alternate Game Modes: Difference between revisions
Jump to navigation
Jump to search
(Stub out specific game modes) |
(Describe creative mode) |
||
| Line 5: | Line 5: | ||
Build/dig and maneuver freely, to build artistic creations or prototype complex machinery. | Build/dig and maneuver freely, to build artistic creations or prototype complex machinery. | ||
* Grant yourself all permissions. With <code>fly</code> and <code>noclip</code> you can move about freely, with <code>ncdqd</code> you are immune to damage, with <code>give</code> you can give yourself any material, and with <code>server</code> and <code>debug</code> you can override some of the mechanics of the game. | |||
* Use the <code>/stasis</code> chat command to toggle stasis mode. When the world is frozen in stasis, most time-based mechanics (except flowing liquids) are frozen, e.g. fire will neither spread nor extinguish, circuits won't tick, etc. You can default the game to starting in stasis mode by setting <code>nodecore_stasis = true</code> in your <code>minetest.conf</code> | |||
* The <code>szutil_givemenu</code> mod from SzUtilPack (https://content.minetest.net/packages/Warr1024/szutilpack/) makes it a lot easier to search for items with the <code>/givemenu</code> command. With the <code>pulverize</code> priv, you can <code>/pulverize</code> or <code>/clearinv</code> to destroy excess items. | |||
* You can dig any node with the special admin hand tool, which you can get via <code>/nckfa</code> (or via /give or /givemenu). It acts as a maximum-tier tool for every dig group. If you aux+sneak+punch with it, it unconditionally digs the pointed node and places it in your inventory, even for nodes that are not diggable. | |||
= Adventure/Puzzle Mode = | = Adventure/Puzzle Mode = | ||
Play a pre-built map where you cannot build/dig freely and must interact within the constraints of the puzzle. | Play a pre-built map where you cannot build/dig freely and must interact within the constraints of the puzzle. | ||
Revision as of 14:08, 16 October 2020
NodeCore only supports "survival" gameplay (i.e. sandbox play with constrained resources) natively. Alternative game modes require some mods:
Creative Mode
Build/dig and maneuver freely, to build artistic creations or prototype complex machinery.
- Grant yourself all permissions. With
flyandnoclipyou can move about freely, withncdqdyou are immune to damage, withgiveyou can give yourself any material, and withserveranddebugyou can override some of the mechanics of the game. - Use the
/stasischat command to toggle stasis mode. When the world is frozen in stasis, most time-based mechanics (except flowing liquids) are frozen, e.g. fire will neither spread nor extinguish, circuits won't tick, etc. You can default the game to starting in stasis mode by settingnodecore_stasis = truein yourminetest.conf - The
szutil_givemenumod from SzUtilPack (https://content.minetest.net/packages/Warr1024/szutilpack/) makes it a lot easier to search for items with the/givemenucommand. With thepulverizepriv, you can/pulverizeor/clearinvto destroy excess items. - You can dig any node with the special admin hand tool, which you can get via
/nckfa(or via /give or /givemenu). It acts as a maximum-tier tool for every dig group. If you aux+sneak+punch with it, it unconditionally digs the pointed node and places it in your inventory, even for nodes that are not diggable.
Adventure/Puzzle Mode
Play a pre-built map where you cannot build/dig freely and must interact within the constraints of the puzzle.