Releases

  • Musical Robots II

    NGnius 3 years ago 0 commits to master since this release

    This is a minor patch to fix an issue during startup caused by a Gamecraft update.

    This update is available on GCMM or the manual way if you really want.

    Changelog

    • Updated managed DLL references
     
  • Musical Robots

    NGnius 3 years ago 1 commits to master since this release

    You've heard of musical chairs, but have you ever heard of musical robots? Up until a few days ago, me neither. But a robot that can play bass!? That's too cool to not add to these patch notes, however strange the tangent.

    Robot apocalypse aside, this Pixi update adds support for many new Robocraft blocks as well as musical magic. You can combine the two new things if you want, but results may vary from very happy to absolutely delighted.

    This update is available on GCMM or the manual way if you really want.

    Changelog

    • Added many Robocraft blocks (skis, wings, hovers, some weapons, and more)
    • Added MIDI music support
    • Added limited custom stat support
    • Improved performance of optimization algorithm
    • Sprinkled some pixi dust over everything
     
  • Refactor Revolution

    NGnius 3 years ago 22 commits to master since this release

    I got tired of coding in new things jankily all the time, so I reworked a lot of the Pixi code to make it more modular and robust. This comes with some great improvements for me, like more code reuse and an easier job in the future.

    But you won't notice that (unless you want to code for Pixi -- if you're interested please don't be shy, I'm starting to run out of spare time to work on it).

    This update completely changes how Pixi commands work by simplifying it to one single command: Pixi "thing". This means that Pixi now magically guesses how to import things. If you're not happy with Pixi's guess, you can use Pixi2 "way to import" "thing" to avoid guessing. Eventually I'll update the documentation to reflect these changes.

    This update is available on GCMM or the manual way if you really want.

    Changelog

    • Upgraded to latest GCIPA plugin system
    • Refactored Pixi importing to create a standard API
    • Improved optimisation algorithm and applied it (optionally) to all things
    • Replaced specific-use commands with single “magic” command Pixi
    • Sprinkled some pixi dust over everything
     
  • Early Facsimiles

    NGnius 3 years ago 29 commits to master since this release

    This is a pre-release version which may have bugs which corrupt your game (aside from the Gamecraft text bugs that already do that). I've decided to create this version in order to allow users to play with the upgraded (but incomplete) bot importing system (with support for more RC blocks) and the smaller improvements to other commands.

    Install guide: https://www.exmods.org/guides/install.html (ignore the part about a zip file -- just move Pixi.dll into the Plugins folder instead) Once Pixi is installed, open Gamecraft's in-game command line (/) and execute help to see additional commands.

    Please install/update the GamecraftModdingAPI v1.2.0 or later as well: https://git.exmods.org/modtainers/GamecraftModdingAPI (older versions of GamecraftModdingAPI are incompatible)

    Changelog

    • Added hidden (but still user-accessible) CLI ways to change Pixi2D's canvas rotation and PixiBot's scale (this disables improved block support though)
    • Pixi2D now uses the block in your hand instead of always using Aluminium cubes
    • Added blueprints functionality for PixiBot and PixiBotFile for placing the equivalent of complex Robocraft blocks
    • Added blueprints for wheels, struts and rods (most other blocks coming before the v0.4.0 full release) built by Mr. Rotor

    For more information, check out Pixi's new website!

     
  • The Real Infinity Update

    NGnius 3 years ago 43 commits to master since this release

    After I confused Robocraft and Gamecraft for the umpteenth time, I broke down and added the ability to import robots. It's not perfect, but neither are you. This update also adds support for loading images into text blocks, and as a console command. Pixi is now a fully-integrated alternative to TheGreenGoblin's image-to-text Python app. Thanks for the inspiration and initial conversion algorithm!

    Install guide: https://www.exmods.org/guides/install.html (ignore the part about a zip file -- just move Pixi.dll into the Plugins folder instead) Once Pixi is installed, open Gamecraft's in-game command line (/) and execute help to see additional commands.

    Please install/update the GamecraftModdingAPI v1.1.0 or later as well: https://git.exmods.org/modtainers/GamecraftModdingAPI (older versions of GamecraftModdingAPI are incompatible)

    Changelog

    • Added text block image importing
    • Added console block image importing
    • Added bot importing from Robocraft's Factory (WIP blocks are imported as text blocks)

    For more information, read Pixi's README.

     
  • Iterative improvements

    NGnius 3 years ago 49 commits to master since this release

    https://git.exmods.org/NGnius/Pixi/releases

    Once Pixi is installed, open Gamecraft's command line (/) and execute help to see available commands.

    For more information, read Pixi's README.

    Install guide: https://www.exmods.org/guides/install.html (ignore the part about a zip file -- just move Pixi.dll into the Plugins folder instead)

    Please install the GamecraftModdingAPI as well: https://git.exmods.org/modtainers/GamecraftModdingAPI (otherwise Pixi will crash Gamecraft)

    Changelog:

    • Fixed breaking API changes from GamecraftModdingAPI v1.0 That means this version works with the May 14th update of Gamecraft
     
  • Now with less purple people eaters

    NGnius 3 years ago 50 commits to master since this release

    https://git.exmods.org/NGnius/Pixi/releases

    Once Pixi is installed, open Gamecraft's command line (/) and execute help to get started.

    For more information, read Pixi's README.

    Install guide: https://www.exmods.org/guides/install.html (ignore the part about a zip file -- just move Pixi.dll into the Plugins folder instead)

    Please install the GamecraftModdingAPI as well: https://git.exmods.org/modtainers/GamecraftModdingAPI (otherwise Pixi will crash Gamecraft)

    Changelog:

    • Colour quantization is now much more accurate (black is not pink & red is not purple)
    • A warning now appears when the block canvas is large
    • Log messages that slow down image conversion are removed
    • Pixi no longer crashes Gamecraft when an image does not exist (oops!)
    • Default canvas is now 64x64
     
  • Pre-Release v0.1.0 ab5e6af2cf

    Pixelation Station

    NGnius 4 years ago 56 commits to master since this release

    https://git.exmods.org/NGnius/Pixi/releases

    Pixel art is cool, but what if you just want to build your game? Pixi enables you to convert images into blocks automagically. Once Pixi is installed, open Gamecraft's command line (/) and execute help to get started.

    For more information, read Pixi's README.

    Install guide: https://www.exmods.org/guides/install.html (ignore the part about a zip file -- just move Pixi.dll into the Plugins folder instead)

    Please install the GamecraftModdingAPI as well: https://git.exmods.org/modtainers/GamecraftModdingAPI (otherwise Pixi will crash Gamecraft)