Rot (Construct 3 Plugins)

  • 21
    This content is deleted
    Addon
    Rot

    Implementation of ROT.JS (Roguelike Toolkit) for C3Runtime.

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Whatever is the easiest way to implement would be fine with me. Just the random maps thing by itself was giving me fits to do, so hopefully this will do the trick.

    • okay i have published the release with the saving/loading it's 1.2, i changed all the expression name to be shorter and faster to type so if you had a project that was using it, it might not load correctly. those expression name are not gonna change any more

    • so i am going to add a download json file action, which you can use with the AJAX obj, and an expression that will also return the map as a json string, then have to load action which will load that json and render the map to a tilemap, or just load the json and you can iterate the map and create the tilemap. i'm currently testing this now, but i have to go to work soon so i will publish it later today.