umutgunay's Forum Posts

  • I published the game I mentioned as a Beta version. I hope I did it right.

    https://www.construct.net/en/free-online-games/tank-vortex-beta-78093/play

  • Construct 2 was retired in 2021 and is no longer supported or available for sale. See Sunsetting Construct 2. Construct 3 is backwards compatible with Construct 2 projects.

    I believe that if the released version of Construct 2 could be used without limitations and with the latest features, more people would use Construct. In fact, among the many people who would choose Construct 2 because it’s free, some would advance in this field and eventually want to try Construct 3 and move on to something better. If this were possible, I think it would be a more attractive system.

    Of course, this is your decision. I respect that, but I have a different opinion.

  • "man im so sorry

    i always heard ppl saying they use c2 bcz its free

    but looks like i was wrong

    could ashley please make it free

    i mean its so old

    could you please ashley?

    Radkampfwagen"

    -----

    Thank you for the reply, Radkampfwagen.

    It would be great if the unrestricted version were free and accessible. In fact, if a reasonable price is set, I might even consider a one-time purchase.

    I'm dreaming of bringing my old projects back to life.

  • > > İndirilebilir bir Construct 2 sürümü mevcut

    > >

    > > There is a version of Construct 2 available for download

    > >

    > > construct.net/en/construct-2/download

    >

    > Thank you, but the free version has limitations such as a maximum of 100 events, a maximum of 4 layers, a maximum of 2 effects, and the inability to use Families.

    >

    > In a previous project I made, I created 840 events. I want to continue this project (legally).

    >

    > Is it not possible?"

    >

    >

    >

    >

    Wait i thought c2 was for free?!

    Is it not?

    Am I wrong?

  • İndirilebilir bir Construct 2 sürümü mevcut

    There is a version of Construct 2 available for download

    https://www.construct.net/en/construct-2/download

    Thank you, but the free version has limitations such as a maximum of 100 events, a maximum of 4 layers, a maximum of 2 effects, and the inability to use Families.

    In a previous project I made, I created 840 events. I want to continue this project (legally).

    Is it not possible?"

  • Hello to everyone from Türkiye,

    The pricing options for Construct 3 are not very suitable for people living in Türkiye who want to use this program as a hobby. Monthly or yearly subscriptions might be a good choice for those who can earn money using Construct, but here, the economy is a disaster(!).

    Because of this, I would like to use Construct 2 instead. However, using it in a pirated way doesn't feel right. Is there still a way to purchase a licensed and unlimited version of Construct 2? I understand that there won't be any updates, but at least it could be suitable for hobby use.

    I’m sorry if I wrote anything incorrectly—my English is not very strong.

    Tagged:

  • The 8direction behaviour tip it's just so they dont go through walls. Seems to work fine on my side.

    Subscribe to Construct videos now

    There is something I don't understand:

    All events and actions remain the same. Just adding 8 direction behavior solves the problem of getting stuck in solids. Is that right?

  • The 8direction behavior doesn't seem to be the right choice for finding the path. It's not possible to make the enemies chase and escape in 8 directions.

    I tried to combine the pathfinding behavior with the car or bullet behavior, of course it was very laborious and complicated. It didn't work the way I wanted.

    The only way to make enemies chase me in complex terrain is through the pathfinding behavior, and it works terribly in Construct.

    All my work went to waste because of the things I wanted to do but Construct couldn't.

  • Hi.

    I understand that you want the player to move at the click of the mouse, and the enemies are constantly approaching him.

    I see that your enemies are able to attack at a distance, for this you made a distance check?

    In general, I understood how to understand, there all simply periodically (every 0.5sec) all enemies look how far they are from the hero and if more than 100 then they go to him.

    Download File *.c3p

    The Enemy sprites behave very consistently with the way you prepared them. As far as I understand, when creating the event conditions, instead of running all events together, setting each as a sub-event of the other and creating an algorithm makes them behave more logically.

    _________

    What about this?:

    I haven't seen a sprite get stuck in a wall yet with this method, they move fine. I like it but they go through walls.

    This is all confusing to me. I've watched all the tutorials and read all the topics, but it seems like there's no one way to do somethin

  • Sorry Construct. Pathfinding behavior is a complete disaster. I'm disappointed.

    https://dosya.co/5jdmqbup4anr/Test_Pathfinding.c3p.html

  • Now I've made it as simple as possible. Again, a lot of enemy sprites are stuck like a mouse touching sticky.

  • Hello everyone

    To solve the problem, I prepared a very simple event sheet with very simple sprites. All events are as they appear on the screen. The sprite named Wall has a solid property. When I clicked in front of and behind the wall frequently (when I triggered pathfinding very often in a row), both the sprite I was directing got stuck on solid and the enemy sprites following me got stuck.

    I think the problem is not related to me now.

  • I removed the Solid behavior for the house.

    I added a different solid sprite and placed it invisibly on the map.

    I created the following event and action in case the calculations were wrong:

    On start of layout / regerenate pathfinding obstacle map

    I rechecked all the collision points in all the sprite's animations (all the same).

    I moved the sprite's focal point to the center for all the animations.

    I rechecked all the events and actions.

    Still the problem persists.

    So I added:

    Sprite / On Pathfinding failed to find path / sprite move forward 30 pixels.

    Of course it's ridiculous but at least it pops out when it gets stuck.

    It works but it doesn't look right.

    I'm not happy about this at all.

  • Let me make a correction. When I destroy the house in Debug mode, the polygons remain there. That's probably why destroying it doesn't work.

    If the sprite gets stuck and I change its position and move it away from the house, it continues to find its way again.

    By the way, I like the idea of ​​creating masks while I'm behind the house. I'll learn about it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To give details;

    All collision polygons in all animations are exactly the same.

    To understand what is happening there, I added flash behavior to the sprite and;

    -Event:

    * Sprite on pathfinding failed to find path

    * Is overlopping House

    - Action:

    * Start Flash.

    I ran it in debug mode. When the sprite is squeezed by the house, it cannot find the path, and flash is activated. However, when I destroy the house, flash does not work and the character does not move anymore.