technic/README.md

146 lines
4.4 KiB
Markdown
Raw Normal View History

2020-01-16 15:40:08 +01:00
2014-02-27 06:27:16 +01:00
Technic
2020-01-16 15:40:08 +01:00
-----------------
A mod for [minetest](http://www.minetest.net)
2020-02-13 13:36:55 +01:00
![](https://github.com/mt-mods/technic/workflows/integration-test/badge.svg)
2020-06-18 11:36:41 +02:00
![](https://github.com/mt-mods/technic/workflows/luacheck/badge.svg)
[![License](https://img.shields.io/badge/license-LGPLv2.0%2B-purple.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.en.html)
2020-01-17 08:12:00 +01:00
2020-01-16 15:40:08 +01:00
# Overview
<img src="./technic/doc/images/Technic Screenshot.png"/>
2020-06-18 11:09:40 +02:00
The technic modpack extends the Minetest game with many new elements,
mainly constructable machines and tools. It is a large modpack, and
tends to dominate gameplay when it is used. This manual describes how
to use the technic modpack, mainly from a player's perspective.
The technic modpack depends on some other modpacks:
* the basic Minetest game
* mesecons, which supports the construction of logic systems based on
signalling elements
* pipeworks, which supports the automation of item transport
* moreores, which provides some additional ore types
* basic_materials, which provides some basic craft items
This manual doesn't explain how to use these other modpacks, which have
their own manuals:
* [Minetest Game Documentation](https://wiki.minetest.net/Main_Page)
* [Mesecons Documentation](http://mesecons.net/items.html)
* [Pipeworks Documentation](https://gitlab.com/VanessaE/pipeworks/-/wikis/home)
* [Moreores Forum Post](https://forum.minetest.net/viewtopic.php?t=549)
* [Basic materials Repository](https://gitlab.com/VanessaE/basic_materials)
Recipes for constructable items in technic are generally not guessable,
and are also not specifically documented here. You should use a
craft guide mod to look up the recipes in-game. For the best possible
guidance, use the unified\_inventory mod, with which technic registers
its specialised recipe types.
# Documentation
Ingame:
* [Resources](./technic/doc/resources.md)
2020-06-18 11:09:40 +02:00
* [Substances](./technic/doc/substances.md)
* [Processes](./technic/doc/processes.md)
* [Chests](./technic/doc/chests.md)
* [Radioactivity](./technic/doc/radioactivity.md)
* [Electrical power](./technic/doc/power.md)
* [Powered machines](./technic/doc/machines.md)
* [Generators](./technic/doc/generators.md)
* [Forceload anchor](./technic/doc/anchor.md)
* [Digilines](./technic/doc/digilines.md)
2020-06-18 11:35:28 +02:00
* [Mesecons](./technic/doc/mesecons.md)
* [Tools](./technic/doc/tools.md)
2020-06-18 11:09:40 +02:00
Mod development:
* [Api](./technic/doc/api.md)
subjects missing from this manual:
* frames
* templates
## FAQ
1. My technic circuit doesn't work. No power is distributed.
* A: Make sure you have a switching station connected.
# Notes
2020-01-17 08:01:25 +01:00
This is a maintained fork of https://github.com/minetest-mods/technic with various enhancements.
2020-01-16 15:40:08 +01:00
Suitable for multiplayer environments.
* chainsaw re-implementation (@OgelGames)
* Switching station lag/polyfuse and globalstep execution (@BuckarooBanzay)
2020-01-17 08:01:25 +01:00
* No forceload hacks
* Additional HV machines (furnace, grinder, thx to @h-v-smacker)
2020-04-28 09:44:46 +02:00
* HV-digiline cables (@S-S-X)
2020-01-16 15:40:08 +01:00
* various others...
## Compatibility
This mod is meant as a **drop-in replacement** for the upstream `technic` mod.
It also provides some additional machines and items, notably:
* HV Grinder
* HV Furnace
* LV Lamp
* HV Digiline cables
2020-01-16 15:40:08 +01:00
# Recommended mods
Dependencies:
* https://github.com/minetest-mods/mesecons
* https://github.com/minetest-mods/moreores
* https://gitlab.com/VanessaE/pipeworks
* https://gitlab.com/VanessaE/basic_materials
Recommended optional Dependencies:
* https://github.com/minetest-mods/digilines
2020-01-16 15:40:08 +01:00
Recommended mods that build on the `technic mod`:
* https://github.com/mt-mods/jumpdrive
* https://github.com/OgelGames/powerbanks
# Settings
* **technic.quarry.maxdepth** max depth of the quarry (default: 100)
2020-01-16 15:40:08 +01:00
* **technic.switch_max_range** max cable length (default: 256)
* **technic.switch.off_delay_seconds** switching station off delay (default: 1800 seconds)
* **technic.radiation.enable_throttling** enable lag- and per-second-trottling of radiation damage
2020-01-16 15:40:08 +01:00
# Chat commands
* **/technic_flush_switch_cache** clears the switching station cache (stops all unloaded switches)
2020-06-19 07:53:18 +02:00
* **/powerctrl [on|off]** enable/disable technic power distribution globally
2020-01-16 15:40:08 +01:00
# Contributors
2013-04-14 06:09:04 +02:00
2020-01-16 15:40:08 +01:00
* kpoppel
* Nekogloop
* Nore/Ekdohibs
* ShadowNinja
* VanessaE
* BuckarooBanzay
* OgelGames
* int-ua
* S-S-X
* H-V-Smacker
2020-07-02 08:55:30 +02:00
* groxxda
2020-01-16 15:40:08 +01:00
* And many others...
2013-04-14 06:09:04 +02:00
2020-01-16 15:40:08 +01:00
# License
2014-02-27 06:27:16 +01:00
Unless otherwise stated, all components of this modpack are licensed under the
2015-09-12 07:01:41 +02:00
LGPL, V2 or later. See also the individual mod folders for their
secondary/alternate licenses, if any.