promotional bannermobile promotional banner

Computale

Adds computers to Hytale with integrated Lua programming. Inspired by ComputerCraft.

File Details

Computale-0.2.0.jar

  • B
  • Jan 18, 2026
  • 407.15 KB
  • 551
  • Early Access

File Name

Computale-0.2.0.jar

Supported Versions

  • Early Access

New Features

  • Basic Lua File System (fs): Implemented a basic file system to manage files.
    • API: fs.list, fs.exists, fs.isDir, fs.makeDir, fs.delete, fs.open.
    • Note: The fs package might be merged with the standard io package in future updates.
  • Background Scripts (Experimental): Added support for running scripts in the background.
    • Usage: Use run [script.lua] from the shell. Ensure the file exists via the new fs commands.
    • Warning: This feature is unstable and may have side effects, or even not work at all.

Gameplay & Assets

  • Crafting: The CopperComputer can now be crafted at the Workbench (under the "Tinkering" section).
  • Visuals: Updated the item icon for the CopperComputer.