onionburger's Forum Posts

  • Hello, could you please help me resolve one issue?

    There are three free places with numbers 1,2,3. I would like to make it so that when I click on an object A or B or C, it moves to free place 1. But if this place is occupied, it moves to place 2, if it is occupied, then go to place 3. Could you please help me, how can this be done?

  • Hi all! I'm making a game like Hill Climb Racing. I noticed that the physics in the game work differently at different frame rates. I'm using the independent framerate setting, but that doesn't change anything.

    Subscribe to Construct videos now

    The video shows the difference between physics at 144fps and 60fps. I'm making my game at 144fps and I was surprised when I saw that the physics in the game work differently at 60fps.I would like the physics to work the same at different frame rates. How do i solve the problem with physics and framerate?

    Is it possible to set different physics values depending on the frame rate? Will this solve the problem?

    Tagged:

  • You do not have permission to view this post

  • oosyragThank you very much for your reply.

    could you please tell me if i enabled the frame rate independent mode correctly?

    System (on start of layout) - Sprite (Set Physics world stepping mode to Framerate independent. And then I copy this action for every sprite with physics behavior.

    I use physics behavior to make a vehicle.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • dop2000Thank you very much for your answer. Is there any way to make the work of physics the same at different FPS? Or at least so that the physics is not so different. The physics in my game work fine at 144hz, but at 60hz the physics work very differently.

  • Hi all! Please help me solve the problem. I'm making a game based on the physics behavior. I noticed that the gameplay is very different when my laptop is charging. Physics starts to work differently. At this point, the screen setting changes from 60hz to 144hz. While researching the forum, I found out that I need to use the "Physics Set Stepping Mode -> Framerate Independment" setting. But that didn't solve the problem. When I disconnect the laptop from charging and the screen setting changes from 144Hz to 60Hz, the physics in the game start working differently again. Maybe I'm doing something wrong? What are the ways to solve this problem?