PixelRebirth's Forum Posts

  • Hello! Came back to your plugin after long time... is it compatible with construct 3 or do you got any plans porting it over?

    Currently I don't have any C3 subscription and the free version doesn't appear to accept 3rd party plugins (which is obviously a bad thing for me testing things). A further complication is probably the new runtime by now, but I won't pretend I'm really into the subject and therefore don't exactly know what this entails in regards to plugin compatibility.

    So while generally speaking I do plan to bring the plugin to C3, unfortunately you shouldn't expect this to happen any time soon.

  • New in version 1.1:

    • fixed some descriptions
    • added expression "AccessAmount"
    • changed action "Find first free cell to fit item" and its related conditions to use a tag parameter

    There's also a new video demonstrating how to add a "split stack"-functionality to the example that comes with the plugin.

    Subscribe to Construct videos now
  • > > Congrats on reaching v1. Keep up the good work!

    >

    > Thank you!

    >

    > The plugin has been approved and is available now on the Scirra store.

    >

    > If any mod would be so kind to move this topic out of the wip section... thanks!

    Is there a way to create a touch/mouse input event on a specified cell? I'm checking the actions related to your plugin (it's amazing, however) and I cannot see a way to use a pick item by clicking on it.

    The action "Access cell by UID" should be what you're looking for. It's also used in the example that comes with the plugin. So if you have access to the plugin take a look (or maybe you just checked out the documentation? That isn't quite updated yet btw).

    Unless I'm misunderstanding something. Feel free to email me directly if you need to go into more detail.

  • Congrats on reaching v1. Keep up the good work!

    Thank you!

    The plugin has been approved and is available now on the Scirra store.

    If any mod would be so kind to move this topic out of the wip section... thanks!

  • New in version 1.00:

    • added remembered item list information to the debugger
    • added expressions returning the margins of the bound 9patch object
    • added new property "Don't display count" which will automatically omit a bound count object from being created for any item that's not stackable
    • added action "Set dedicated item layer" which lets you set a layer on which all items will be spawned
    • fixed item count object not appearing at the correct position for items with larger width and/or height

    The plugin will be available from the scirra store once approved.

  • New in version 0.99:

    • added action "Create container instance from default" which doesn't need width and height parameteres but takes those from the type definition
    • added action "Add all items with property value to pool"
    • added action "Count unique items in area" which populates expressions "ItemsInArea"(number of unique items found), "ItemAreaX" and "ItemAreaY"
    • added expressions "instWidth" and instHeight" returning the width/height of a container instance
    • added pool info to debugger
    • changed "Access cell"-action to be able to access cells not holding an item. In that case the expression "AccessItem" will return "emtpy"
    • fixed an issue causing a javascript error when remembering items with larger dimensions than 1x1
    • reinstated condition "Does size fit at" which was previously removed for being deemed not useful with the current direction of the plugin as it might still be of use in certain cases
  • New in version 0.95:

    Merely the first additions to the debugger.

    >

    Happy new year! New in version 0.94:

    >

    >

    >

      >
    • Added support for the builtin load and save features
    • >
    • Added action "Unspawn every container" which despawns any container regardless of type
    • >

    Is this plugin still available for sale? The link does not work anymore.

    There is not much left to do before version 1.0 will be reached at which point I plan to make the plugin available again to everyone via the Scirra store. Sorry for the long wait!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Happy new year! New in version 0.94:

    • Added support for the builtin load and save features
    • Added action "Unspawn every container" which despawns any container regardless of type
  • New in version 0.93:

    • Added action "Unspawn all containers of type" (which was previously requested, but I forgot to add. Sorry!)
    • Added expressions "MovedToX" and "MovedToY" which return the X,Y coordinates an item was last moved to
    • Added expression "ItemStack" which returns the stack size of an item
    • Added expression "RemUID" which returns the bound sprite UID of a remembered item
  • New version 0.52

    Changelog:

    • Added parameter "Items (Overwrite)" to action "Spawn menu" which can redefine the items a menu uses
    • Added action "Set position of menu" (why was that even missing?)
  • New in version 0.92:

    • Added tag parameter to "Move item"-action and related conditions
    • Added action "Remember item" which will add a copy of an item to a list
    • Added action "Access remembered" which puts a remembered item into access
    • Added action "Forget all remembered items" which clears the remembered list
    • Added expressions "RemItem", "RemAmount", "RemProps" and "RemLength"
    • Added expressions "AccessPrevX", "AccessPrevY" and "AccessPrevCon" relating to the previously accessed cell
  • Getting closer to the finishing line!

    Here are the changes in 0.91:

    • Fixed expressions "ItemAt" and "AmountAt" causing an error when pointing to an empty cell (thanks Jamahl!)
    • Fixed the plugin not working when exported (thanks Jamahl!)
    • Added action "Remove item amount" which removes the specified number of items from a container
    • Added expression "AmountTotal" returning the total item amount in a container
    • Added expression "GetChildUID" returning the UID of bound counter object by parent UID

    Soon the plugin won't be available for (pre-)purchase anymore , but will come back at a higher price once it reached Version 1.0.

  • Here's a small maintenance update fixing a few critical issues. Credit goes to Jamahl Brown for his feedback, thanks!

    New in version 0.88:

    • Fixed an issue with moving items between containers of different types
    • Fixed an issue with respawning containers
    • Added condition "Is container instance of type"
  • PixelRebirth

    Can you upload your version of runtime.js?

    I also need to have different images per instance.

    Thanks

    That tinkering was from 2014, I'm afraid I don't have that file around anymore. I think it was a pretty simple edit as I mentioned, so I might just redownload the plugin and change it again. As long as you do understand the objection Rojo had about it.

  • New in version 0.86:

    • Added condition "Is cell occupied"
    • Added expression "ItemAt" returning the item name held in a cell
    • Added expression "FoundFreeCon" returning the container name of found free cell