Skip to content

ComputerCraft scripts for "Dialer", the server that handles the Nexus Mystcraft multi-destination portal

Notifications You must be signed in to change notification settings

Gamealition/Dialer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Dialer" is a ComputerCraft program that acts as a server for a touchscreen portal system. It can change a MystCraft portal to a given destination, out of any provided in a given chest.

Requirements

  • ComputerCraft 1.74
  • MystCraft 0.12.3.00
  • OpenPeripherals Core 1.2
  • OpenPeripherals Integration 0.3
  • OpenPeripherals Addons 0.4

Known Issues

  • As of Direwolf 1.3.0 (Core 1.1.1, Addons 0.3.1, Integration 0.2.2, Mystcraft 0.11.5.00), the code is no longer able to read names applied by the Writing Desk. Use anvil renames instead.
  • Do not use IronChests chests, as they have been found to randomly destroy books. Safest containers to use are vanilla chests.
  • There is no official method for automatically turning on a computer after a server restart. The autonomous activator is therefore required for this.

Setup

Required components

Components

  1. An advanced computer
  2. An advanced monitor of at least 2x2 in size
  3. A vanilla single/double chest (can be changed in dialer.lib.lua line 19)
  4. A MystCraft portal of any valid configuration with a book recepticle that must be directly above the chest
  5. A note block (audio output)
  6. Optional: A wired modem connection to any required peripheral
  7. Optional: A (powered as of DW20 1.1.1) Autonomous Activator that:

Installation

Just upload all repository files, including startup, into the computer's directory. To find the directory:

  1. Execute "id" on the computer and note the number
  2. In world/computer find or create the computer's directory

Reboot the computer to run the server, or execute dialer.lua directly.

About

ComputerCraft scripts for "Dialer", the server that handles the Nexus Mystcraft multi-destination portal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages