LukeW's Forum Posts

  • Thought I would add an update to this post as it's the second result that Google gives when you search for 'Dialogue Designer Construct 3'.

    I've spent the last week playing around with this and, using the excellent tutorial series that Laura created on JSON dialogue systems as a basis, I now have a fairly function C3 project that works with Dialogue Designer. I'm happy to share it with anyone else who's struggling, though if I'm being honest, once I got my head around how to work with JSON structures, it all largely fell into place.

    It was also super useful running the Dialogue Designer JSON exports through a JSON beautifier to actually make it readable.

    Anyway, if anyone is struggling with it and wants a working example, here's the link: https://www.construct.net/en/tutorials/dialogue-designer-construct-2624

    Cheers

  • Ahh yes, I remember getting confused by this when I first transitioned to C3. Nowadays I wouldn't even think twice about how to access the editor.

  • Finally finished the journal/menu UI setup. Had a lot of help from ProUI.

  • I'm not sure if you have done this already but initializing pro ui after the "on save load" trigger might fix it.

    I didn't even think of that. I just set the page to tween back to it's original position before saving.

  • Found a conflict with scrollview if pinned then loading from a save state. Example gif below, but essentially when I load a previous state, the islands are in their original starting positions instead of where they were when the state was saved. Strangely enough, the map itself, which is also a game object, wasn't reset.

    Anyway, it's not really a problem for me per se as I don't plan on using whole save capture points to save, rather I'll be saving to json, (just using this as a stopgap for now). Thought I'd raise it anyway.

  • The art is really good and kind different from we've being seen out there. What the game is about?

    It's a puzzle game where the main mechanic has the player solving different pirate treasure maps and clues. Heavily inspired by Monkey Island for theme, as well as The Witness and The Outer Wilds.

  • Going to need to implement that dialogue system soon

  • Cascade Games

    Did you created all of the assets? Looks gorgeous

    Yep, and thanks.

  • Honestly, it's not too bad. I'm running on a crappy laptop and it's fine. Might put a low performance option in the menu that disables environmental effects like this though just for really old hardware.

    Only developing for PC is nice.

  • Squeezing every last drop out of Mikal's Skendpow effect that I can:

    construct.net/en/make-games/addons/44/skendpow

  • shift+arrow keys to move them faster.

    This is what I needed! Thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Used Aekiro's ProUI to make a world map and fast travel system. Love the plugin.

  • well yeah, I know that, but I'm not going to go creating a bunch of layers for instances of the same type.

  • Hey, so I'm finding it a bit challenging when I have a lot of objects overlapping in one area (top-down iso style) and want to select and move things around. Right now it feels like it could be a bit more streamlined. While tab+click works to select objects below other objects, as soon as you try to move it with the mouse, it automatically selects the top item in the z-order again. At the moment, the only way I know of moving these objects is by using the arrow keys which is a lot slower than dragging with the mouse.

    The other thing that's getting me is that clicking on a sprite's transparent space selects that object. I can understand why this is the case, but it can make selecting objects frustrating if clustered together (and I need to leave extra space around certain sprites due to a wind effect, which exacerbates this issue).

    Is there a key or something that can be held down when dragging a selected object that will prevent the selection resetting?

    Cheers

  • Headbang Games That's pretty nifty.

    Also, for anyone interested, I found this excellent tutorial that goes into this topic on depth and provides example files:

    construct.net/en/tutorials/constructing-adaptive-music-1461