GameHouse's Forum Posts

  • Is it possible to draw mesh on c2?

  • Self.ID&3 correct way to write this code?

  • if you set something every tick you need to use delta time!

    The default movement behaviours are already programmed to be framerate independent though.

    now that might explain why this bullet code i did earlier per tick didnt work properly

  • > self.vy*dt so why do you have delta time in the formula? is it even needed?

    Without it, it would be framerate dependant.

    After some research I realized thqt addon sadly is, making it look different on higher refresh rate devices. So this is a step up!

    Now I am interested to figure out how to make it a smooth mesh version...

    gosh, does this mean i have to use dt for all my code on all my games now?

    and btw how do i use two or more variables like this , im obviously using it wrong

    ((self.dy-waterNode(self.ID(self.n-1).dy)

  • Thats what ive been trying to do this whole time, ive just been trying to make it clonable so i can place multiple waters and it places the nodes automatically on all waters , but i cant figure how to seperate the nodes

  • ok so im understanding it alot better now , but i noticed that variable k2 and d2 dont affect anything, ive changed them alot i dont really see a change?

  • Here's one way to do it with springs. One spring to maintain a water level and two more to make the water level between two points match. You merely need to tune the spring forces and damping to adjust how it looks.

    https://www.dropbox.com/s/i894ii72hzpx8a9/spring_water.capx?dl=1

    self.vy*dt so why do you have delta time in the formula? is it even needed?

  • ROFL!! see fedca i told you it could be done in like 20events, R0J0 did it in 4! 4BRO 4!!! this guy is a genius , thank you so much , now let me do the usual , play around with it and try my best to understand it so i can re-produce , if any of you guys want to add me on discord ZtarDuzt#8322 and i will give u guys a free copy of my game when its done. plus u guys need help with anything or wanna work together or a project for fun, we can do it over discord.

  • or you can also try deleting the webstorage object then save the project file , and try re-opening the project on c3

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hey , if you want i can show you how to do it on construct 3 , add me on discord ZtarDuzt#8322

  • wait what, it doesnt work on c3? try downloading the webstorage plugin for c3?

  • Are you gonna buy the template? Or do you need me to show you how to do it?

  • You do not have permission to view this post

  • Yeah i think so too, i dont think its anything too complicated, im sure it can even be done in like under 20events easily