Tokinsom's Forum Posts

  • From the manual:

    The default minimum framerate is 30 FPS, meaning the maximum dt is 1 / 30 (= 33ms). If the framerate drops below 30 FPS, dt will still not exceed 1/30. This has the effect of the game going in to slow motion as it drops below the minimum framerate, rather than objects stepping further every frame to keep up the same real-world speed. This helps avoid skipped collisions due to stepping a very large distance every frame.

    I'd rather have my game slow down than skip frames and risk skipped collisions or other issues, so I set mine to 55 because framerate usually fluctuates a bit.

  • Ataraxis Well, there's no way to reliably predict a gamepad's key codes so I set them all to 99 by default and have the player configure the gamepad before use. Not a big deal, really. I don't recall any indie games that had "plug and play" gamepad support anyway, so eh.

  • Thanks Ataraxis that means a lot! I'm glad you're finding the game kit useful

  • Ribis Because it's a totally impractical workflow. You shouldn't have to do a bunch of exporting & importing with extra files and 3rd party software just to modify one single tilemap. On top of that, you lose all reference to your other objects and tilemaps in the layout when you bring one over to Tiled for editing.

    Imagine if you had to do this with Photoshop. Say you're working on something with 4 different layers but Photoshop doesn't support scaling so you have to select the layer, export it to a new file, open up a 3rd party tool, import the file, scale up the image with no reference to the other layers, export that file, go back to photoshop to import the file, then repeat for each layer. That would be completely unacceptable...yet for some reason people think it's fine here.

  • Yeah it's pretty busted. If 99Instances2Go is correct and you can only pick up tile arrangements that exist in the tilemap, then this feature doesn't work how it's supposed to. The idea is you can create any tile arrangement you want in the layout (that is likely not in the tilemap source image), pick it up, and place it elsewhere.

  • Answered the last question over email a while back but for anyone else who's wondering, yes you can do this. You just need to create a Controller_Menu object and a few Spritefonts for the selections, then set the values. The title screen has a simple menu for reference.

  • You might want to check out the persist behavior.

    • Post link icon

    I've used both Clickteam and Scirra software extensively for years and the truth is both engines are better than the other in different ways. Also, both of their successors are coming out soon so there's little point in debating which is better than the other (the answer is "it depends on your project and skill set", anyway).

    As of this moment, C2 is the better option because it's easier to pick up and your game can be moved right on over to C3 once it launches since it's just a new editor.

    Fusion 3 on the other hand is a complete rewrite so anything you do in Fusion 2.5 will have to be remade in it (they are providing a F2.5 > F3 converter, but it will be limited.) It's also got a higher learning curve so by the time you really get the hang of it Fusion 3 will be out and you will have completely wasted your time lol.

  • I never thought anyone would export regularly, you do all your testing from C2's preview mode then you export once for publishing, right?

    Well there's also exporting to share with teammates who aren't going to blow $130 on a license just to play / test the game they're working on...same for sharing with friends.

    Also there are sometimes discrepancies between preview and exported builds (95% of the time it's 3rd party plugins...) so it's good to test them out every now and then.

  • Tom Can you please require store items to list any 3rd party plugins they use?

    I just bought a template from the store that requires eight 3rd party plugins & behaviors, which is kind of ridiculous. I tend to avoid 3rd party plugins wherever possible as they are often unreliable. In retrospect I could have checked the included files beforehand, but another template I got didn't even include the plugins nor provide links; I just opened the .capx and was bombarded with a list of missing stuff. Fortunately the first one was dirt cheap, but the latter not so much...

    So, yeah, it would be nice to know if items on the store use them or not.

  • Not shooting this down but you could just use "translucent inactive layers" - this automatically locks inactive layers so you won't have to bother with em.

    Hopefully we'll see some improvements to layers in C3. Layer groups, importing layers from other layouts, modifying multiple layers at once, etc. Also replace global layers with object groups...having a bunch of extra layers just for menus and stuff sucks.

  • Yeah by the time level = 1 the start of layout checks are already finished. You can replace "Start of layout" in event sheet 2 with "Trigger Once".

  • You do not have permission to view this post

  • joytokey.net/en

    Ew. It's almost 2017 man full gamepad support should be a given by now.

    Anyway I haven't heard of this problem until now. Maybe something to do with drivers?

  • It just gives you more control. You probably won't know the exact dimensions of your level or room when you first start, and you might not like the rectangular shape or top-left orientation, so unbounded scrolling lets you change that. Personally, I like to set the bounds myself with 9-patches and a custom camera. This lets me build any kind of level I want, with any combination of shapes, in any orientation, and all I have to do is drag some objects around.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads