Tokinsom's Forum Posts

  • Strange. I'm on a laptop now but I have used Razer, SteelSeries, and WASD mechanical keyboards with C2 in the past with no issues. What model? Does it come with software?

  • Out of curiosity...why would anyone need to print out an event sheet?

  • This is actually great, but also kind of intresting : so a bunch of people managed to create exporters (and even speed up the events by transforming them in C++) for the current gen of consoles in their free time while the developers of the Clickteam Fushion were not able.

    One guy, actually.

  • Problem Description

    The NWjs object's "Set window width/height" no longer works, nor does the browser object's "Request full screen".

    Attach a Capx

    https://dl.dropboxusercontent.com/u/105 ... owbug.capx

    Description of Capx

    Attempts to resizes the window after 1 second.

    Steps to Reproduce Bug

    • Preview layout and wait.

    Observed Result

    Nothing

    Expected Result

    Window should be resized

    Affected Browsers

    • NWjs v0.13.0 alpha 5

    Operating System and Service Pack

    Win 10

    Construct 2 Version ID

    r217

  • Ashley Can you please make object time scales relative to the game's time scale, or add an action/property to make them relative instead of absolute? Object timescales are kind of useless as-is, unless setting them to 1 or 0. Doing things like making big objects slower / small objects faster, increasing enemy timescales if they are "frenzied", etc. is impossible unless they're relative, since I adjust the game's timescale for slo-mo and other things as well.

    I can probably make object timescales relative by putting them in a family and setting them every tick, but that doesn't sound like a good idea...

  • Yep. keep backups. I have 10 backups + DB backup + SVN server backup + teammate's backups. No it's not overkill

  • r4 is up. Items now have manual IDs to prevent them from reappearing after being collected. There was a recurring bug with the old method, and some users found it too confusing anyway with the way IIDs work with the room system.

  • Glad you guys are finding it useful! If you have a review then please put it on the store page!

  • emixam23 Ah. Just found a long standing oversight there. Objects aren't destroyed in old rooms until the room transition is complete and new room objects are created. This makes the IIDs of the new room items higher than they should be because the old room items still exist.

    It's not the easiest fix, unless I just destroyed items the instant a room transition begins, but that would be weird. I'll figure something out and update soon.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This new .capx is great R0J0hound Love how it finds its way around sharp corners too; that was another feature I was hoping to figure out! Thanks again

  • Yeah..I'd be using global layers for that too. Wouldn't worry about memory unless it's a mobile game. Prefabs would be even better though. Imagine creating this UI in a layout, "linking" all of the objects together, and then simply creating that single prefab when and where you need it.

  • megatronx Ah, bummer. Fortunately I only need it for the overworld (the game itself is a sidescroller) but if I were making a full top-down game I'd be wary of using a workaround...it's a very important feature if projectiles and enemies and such also use it.

  • R0J0hound Actually that works very well. Ideally, yes, it'd be built-in, but I can make this work if Ashley doesn't want to add it. Thanks for sharing!

  • Ashley can you please add slope detection/movements to the 8-direction behavior? This is a common feature in top-down games such as Zelda, Illusion of Gaia, Terranigma, Secret of Mana, Chrono Trigger, and many others.

    I have a purely event-based behavior that includes this feature (see below) but it's very difficult to work with overall...especially with AI and interaction with other objects, so ideally this would just be built into the 8-direction behavior.

  • Looks like you've got it all covered as far as I'm concerned. I was thinking of a ratings system to call out busted / unsupported plugins but I suppose the comments will accomplish that.