You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[`] - Toggle developer console (the "grave" key, above tab)
43
+
*[Tab] - Auto-completion in the console
43
44
*[Escape] - Show/hide the game menu screen
44
45
*[F1] - Toggle window focus
45
46
*[F3] - Toggle debug mode and information
@@ -74,7 +75,7 @@ May move slot or disappear as development continues
74
75
Console Commands
75
76
--------
76
77
77
-
Press Tab to show the in-game console. Block names and some other things are not capital sensitive while command names are. Copy paste is supported and up/down arrow will cycle through commands you've used before. Hitting Tab again with a partially typed command will auto-complete it (including abbreviated camel case like rS for restoreSpeed)
78
+
Press the `grave` key (usually the ony immediately above `tab`) to show the in-game console. Block names and some other things are not capital sensitive while command names are. Copy paste is supported and up/down arrow will cycle through commands you've used before. Hitting `tab` with a partially typed command will auto-complete it (including abbreviated camel case like rS for restoreSpeed)
@@ -124,24 +125,33 @@ Modules must be enabled during world creation by selecting them using the "Modul
124
125
125
126
Here's a list of modules bundled with the game by default (as of this writing anyway - this line-up will change now and then). It should roughly match this category in Jenkins: http://jenkins.movingblocks.net/view/Modules and you can download updated modules from there if needed.
126
127
128
+
*[AnotherWorld](https://github.com/Terasology/AnotherWorld) - world gen module, includes features like ore placement and caves, used by WoodAndStone's world
127
129
*[BlockNetwork](https://github.com/Terasology/BlockNetwork) - a framework to support blocks that can communicate with each other in some fashion
128
130
*[Cities](https://github.com/Terasology/Cities) - procedural city placer and plot organizer, also places roads to connect cities
131
+
*[ChangingBlocks](https://github.com/Terasology/ChangingBlocks) - allows blocks that change over time (like crops that grow - which will happen if you also enable Crops)
129
132
* Core - mandatory content needed for normal game launch
130
133
*[Crops](https://github.com/Terasology/Crops) - a series of crop-like plants with multiple growth stages
*[FunnyBlocks](https://github.com/Terasology/FunnyBlocks) - cheese wheels and bowling pins - why not
136
+
*[GrowingFlora](https://github.com/Terasology/GrowingFlora) - organically growing (step by step) trees and such
133
137
*[Hunger](https://github.com/Terasology/Hunger) - makes the player slowly gets hungry (needs actual GUI work and ways to then actually eat food though). Console `hungerCheck` for stats
138
+
*[LightAndShadow](https://github.com/Terasology/LightAndShadow) - Main module for the Light & Shadow gameplay
134
139
*[LightAndShadowResources](https://github.com/Terasology/LightAndShadowResources) - IMMA FIRIN’ MAH LASR!! Art assets for the Light & Shadow concept
135
140
*[Malicious](https://github.com/Terasology/Malicious) - a series of module security tests to check that modules cannot do naughty things when running
136
141
*[Maze](https://github.com/Terasology/Maze) - a maze generator. Right-click with the provided maze tool on one block then again on another and a maze will generate between the two points (in multiple layers if the area is tall enough)
137
142
*[Minerals](https://github.com/Terasology/Minerals) - a large collection of mineral blocks
143
+
*[Miniion](https://github.com/Terasology/Miniion) - old school miniions are back! Mostly working :D
*[NameGenerator](https://github.com/Terasology/NameGenerator) - can create random themed names for use by other modules, or via console using commands like `generateNameList 10`
140
146
*[Oreons](https://github.com/Terasology/Oreons) - little sentient cookie people! Don't do much yet. Place with `spawnPrefab "Oreons:OreonGuard"` in the console
141
-
*[Portals](https://github.com/Terasology/Portals) - allows placement of portal blocks that'll spawn creatures from the LASR model - get a portal from the console with `giveBlock "portal"`
147
+
*[Pathfinding](https://github.com/Terasology/Pathfinding) - framework for pathfinding used by other modules
148
+
*[PlantPack](https://github.com/Terasology/PlantPack) - more plants! Used by the Wood and Stone gameplay
0 commit comments