mehrshadfarahani's Forum Posts

  • Hi ,

    I'm developing tower defense game, and i have many different soldiers with different ability for each . I just want to know is there any difference between that ? about performance or anything else ...

  • Thank you for the time you spent . I will check it . Hope to be useful...

  • Thanks for your answer. I don't try wall clock time because it's very hard for me to change about 100 events . That means there is no way to do this . It doesn't actually have a big problem , So just thanks for your help

  • Thanks !

    I'm waiting for your example capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Deltatime!

    Every 1*dt seconds vs. Every 1 seconds.

    TIME*dt = time*actual seconds

    ~Sol

    Thanks for your reply .

    It doesn't help me , and it's already has problem

    I also can't use dt in timer behavior ...

  • Hi ,

    I just make a real-time game that something appears different in some devices.For example "Every X seconds" condition. It doesn't work same in a device that has 30 fps than 60 fps .

    Any solution to make the time same on any device with different fps ?!

  • I know what you mean , but there isn't better way to run c2 on linux . You don't have to run virtual box all the time . You can run it just when you need c2 . I also know a software named Crossover , But i didn't test it .

  • Hi, mehrshadfarahani

    I've tried Wine to run Construct 2 (from installation folder on Windows) but there was a problem with preview. It said something about HTTP if I remember right. If you suggest using Virtual Box, here are some questions:

    1) How much is it different from Wine?

    2) Should I run Construct's installation in Virtual Box or it's fine to use its .exe from the Windows installation folder?

    Wine is something very different !! Virtual box is a software that help you to install any os you want . All kinds of linux , all kinds of windows and ... . If you use virtual box, you'll have a real windows on your linux .

  • Hi,

    You can use VM ( Virtual machine ) to simulate windows on your Linux . There are different software to do this but i suggest you Virtual box . You can find it on Ubuntu store . It's free and easy to use .

  • Hi .

    Actually you can't ! but you can compare something like height,width,animation frame name or ...

  • WOW ! I really love it game play is very easy and the art is amazing . Maybe you can make it online multiplayer ?!

    Good luck

  • Hi .

    Is there any way to check the line of sight by image point ?

    I try a event like this :

    For each Soldier

    pick Building by comparison : distance(building.imagepointX(1), building.imagepointY(1),Soldier.X,Soldier.Y)<60)

    -----------------------------

    but it has lower performance than line of sight behavior .

    What should i do ?

  • UP !

  • UP !

  • Hi .

    I try some different ways to setup turn in Ubuntu like Coturn and EasyRtc , but i didn't get any result .

    Can someone tell me what should i do ? any helpful link ? any suggestion ?

    Or is there any way to setup a turn in windows ? because work with terminal is hard for me .

    Thanks