Hnxml Standard
    Preparing search index...

    Interface HXComputer

    interface HXComputer {
        allowsDefaultBootModule: string;
        icon: ComputerIcon;
        id: string;
        ip: string;
        name: string;
        security: string;
        type: "1" | "2" | "3" | "4" | "5" | "empty";
    }
    Index

    Properties

    allowsDefaultBootModule: string

    AllowsDefaultBootModule is default to true and means that when you connect to a node it will automatically launch it's program (the last daemon defined in this file) and put it up on the display module.

    icon: not including this uses the default set by security level: laptop, chip, kellis, tablet, ePhone, ePhone2

    LABYRINTHS ONLY: Psylance, PacificAir, Alchemist, DLCLaptop, DLCPC1, DLCPC2, DLCServer

    id: string
    ip: string
    name: string
    security: string

    Security is a number from 0 to 5 that represents how hard it is to hack From 1-4 it will need that many ports to open, 4 and above will automatically add other security to scale it up easily, you can overwrite specifics below (recommended)

    type: "1" | "2" | "3" | "4" | "5" | "empty"

    for the type flag: 1= corporate, 2 = Home, 3 = server 4 = empty

    you can also use the word "empty" to make sure it launches without generating junk files and IRC.