Splicing Table

Post your coolest Hexcasting creations here.

New topics are NOT for chatting or asking help, put those in the comments of a post or in a different forum.
User avatar
[object Object]
Posts: 70
Joined: Fri Dec 02, 2022 12:37 am

Splicing Table

Post by [object Object] »

Splicing Table
This is a ComputerCraft program that implement an ingame "hex editing" tool. This is meant to make writing hexes without external tools more feasible/enjoyable. The contents of the list are displayed by sending them to a wisp and revealing them with Gloop. It includes a bunch of word-processor-style features, such as cut, copy, paste, duplicate, delete, etc. Two focal ports are used; the top one is the main list, and the bottom one acts as the clipboard (for cut/copy/paste).

Requires Hexal, Ducky Peripherals, and HexGloop.

Demo: https://youtu.be/h-D32fSO_fY

Source: https://github.com/object-Object/hex-he ... cing_table (permalinked to the code used in the demo video)

Image

Setup
  1. Build the table as shown above (the monitor is 5x3).
  2. Install the Github Repo Downloader: pastebin get wPtGKMam github.lua
  3. Download the code:
    1. github object-Object hex-hexes . computercraft/splicing_table
    2. mv downloads/hex-hexes/computercraft/splicing_table/* .
  4. Use the Companion Wisp hex to summon a wisp on the slab.
  5. Reboot the computer.
Companion Wisp
Patterns
qqqqqqaadaaaaeeeeeqwwaawqeeeeedwwawqqqBookkeeper's Gambit: Drop 1eaqaaeqqqqqaweaqaaweeeqwaeawqawdddeaqqweeeeewaadaaawqqqdeBookkeeper's Gambit: Keep 1eeeqwaeawqawdddeaqqBookkeeper's Gambit: Drop 1aqqqqqwdeddweeeqaqaaqaqwawqaawddNumerical Reflection: 100aqaweewaqaweeeee

Code: Select all

{
    {
        Gemini Decomposition
        Compass' Purification
        Vector Reflection -Y
        Additive Distillation

        Popularity Reflection
        Augur's Purification
        {
            Bookkeeper's Gambit: v
            Link
        }
        Flock's Disintegration
        Augur's Exaltation
        Hermes' Gambit

        Recitation Reflection

        Gemini Decomposition
        Augur's Purification
        {
            Reveal
            Bookkeeper's Gambit: -
        }
        Flock's Disintegration
        Augur's Exaltation
        Hermes' Gambit

        Bookkeeper's Gambit: v
        Listen
    }

    Mind's Reflection
    Compass' Purification
    Mind's Reflection
    Alidade's Purification
    Archer's Distillation

    Numerical Reflection: 100
    Summon Cyclic Wisp
}