fedca's Recent Forum Activity

  • To my knowledge we cannot force disable Steam Input as the developer. It will still be enabled for the Steamdeck and maybe Remote Play Together. Also the user can still enable Steam Input on their end afaik.

    Also you should definitely make a developer account and pay the fee for one game so you can test these features. Steam integration is key and the engine developers should certainly test it.

  • I have reported it and Ashley has already fixed it for the next beta release.

  • That's an interesting find and sounds really painful.

    Some ideas how Scirra could fix it:

    - using uint16 arrays for the tiles, halving memory usage

    - only store a specific amount of tiles larger than the visible size (for example 128 tiles wider and 128 tiles higher than the visible size, making sure this can't get out of hand)

    - only keep the last few layouts in memory, instead of all tabs. This may also fix some other editor memory and stability issues

  • Imo 3d collision and 3d models can be solved via events/js and addons, so there is less of a need for it. (still I am interested in the threeJS subset based integration you seem to be working on)

    The issues that are more difficult to solve without engine changes are:

    - 3d editor navigation to do 3d level design

    - some form of transparency rendering pass

    - more control over the shaders (maybe c3addon support for vertex shaders)

  • Thanks for the repro, I uploaded a version with a fix on the addon exchange. Let me know if there are still issues!

  • artheads I'll take a look later today. If you have a minimal project that easily reproduces the issue that would be very helpful! (My first guess is I am not taking images rotated on the spritesheet into account)

  • Webgl only effect are hidden if webgpu is enabled in the editor or the project.

    And the latest stable enables webgpu by default.

  • if you are using sub-folders (and folders setting) you need to use the folder in the path i.e. "mySubFolder/myVideo.webm"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • also see:

    github.com/Scirra/Construct-feature-requests/issues/391

    Here I benchmarked a different implementation for tags giving me a 4-3x performance increase for realistic amounts of tags used.

    A set only starts out performing an array once it has many entries, which is not a realistic usecase for tags.

    (As I don't have c3 source code I couldn't test in place though, so take it with a grain of salt)

  • yea to me it's easy to misunderstand: "exclusively collide with tags A, B and C" (which implies the exact opposite)

  • nvm, you can get it on the objectType too directly. I think it's just not infering the type correctly without a type hint.

    Though even then using typescript I can't seem to type it as ISpriteObjectType , which should exists according to the doc that WackyToaster linked. So there might indeed be a bug here.

  • It's best reported directly to Mikal via github.com/MikalDev/3dobject/issues I have reported a similar issue, but yours might be great with a simpler repro. I am pretty sure this is due to 3DObject still needing to be fixed to work correctly with c3 now passing vertex colors.

fedca's avatar

fedca

Member since 6 Jul, 2017

Twitter
fedca has 87 followers

Connect with fedca