Skip to content

Releases: Simbel0/Kristal-Wii-BIOS-Library

Wii Library 1.1.0

16 Feb 21:22
Compare
Choose a tag to compare

With the Vii Channel now available, the library gives new functions to easily get your Vii and do things with it!

Was released alongside version 0.2.0 of the Wii BIOS

Changelog

  • The Vii actor. Uses the vii id. Uses the data created by the Vii Channel. If no data exists, it will default to the bald gray vessel
  • getVii(): return the data of the player's Vii. If no data exists, returns grayscale values for the colors, 1 for every body part id and personality traits and the name "VESSEL"
  • madeVii(): returns true if the player has data of a Vii. false otherwise.

Wii Library 1.0.0

21 Jan 22:13
c68001c
Compare
Choose a tag to compare

The Wii Library allows your mod to send messages on the Wii Message Board in the Wii BIOS

Was released alongside version 0.1.0 of the Wii BIOS

Features:

  • Send messages to the Wii Message Board with Kristal.callEvent("messageBoard", message, title)
  • Yeah, that's all folks