Go to file
TalkLounge 411442bb11
Update description.txt
2019-07-14 17:13:45 +02:00
LICENSE.md Add files via upload 2019-06-28 02:56:59 +02:00
README.md Update README.md 2019-07-14 17:12:51 +02:00
depends.txt Add files via upload 2019-06-28 02:57:34 +02:00
description.txt Update description.txt 2019-07-14 17:13:45 +02:00
init.lua Update init.lua 2019-07-14 16:19:46 +02:00
mod.conf Update mod.conf 2019-06-29 14:08:05 +02:00

README.md

ExSchem

Minetest mod adding lag free saving, loading and emerging of schematics by seperating them in little part schematics asynchronous

Dependencies

Manual

For players

Use chatcommand /exschem or /help exschem to see help. You need the privilege: privs
Or view video/update video on YouTube

Minetest schematic: Saving

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. /exschem pos2 or /exschem pos2 X Y Z
  3. /exschem save FILENAME

Minetest schematic: Loading

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. (Optional) /exschem here
  3. /exschem load FILENAME

WorldEdit schematic: Saving

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. /exschem pos2 or /exschem pos2 X Y Z
  3. /exschem save FILENAME true

WorldEdit schematic: Loading

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. (Optional) /exschem here
  3. /exschem load FILENAME

Emerge

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. /exschem pos2 or /exschem pos2 X Y Z
  3. /exschem emerge

For programmers

Use api functions exschem.load, exschem.save, exschem.kill, exschem.emerge

Version

2.0

License

CC BY-NC 3.0 | See LICENSE

Credits

TalkLounge
E-Mail: talklounge@yahoo.de
GitHub: TalkLounge
Minetest: TalkLounge

Other contributors
See: Other contributors

Minetest forum post

View exschem

ToDo

  • Add rotate support for whole schematic