X3M's Forum Posts

  • The only thing that you can do to determine if it's really the nvidia driver which causes the issue is this :

    1- Uninstall the nvidia driver.

    2- Reboot and let Windows install the standard VGA driver

    3- Run C2

  • Ok so did you try with r240 ?

  • So when did this problem start ? Just after you updated the nvidia driver or what ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Fallback to the old Nvidia driver.

    Or in case you are using a laptop and in case it is equipped with an extra Intel HD graphics card:

    Then switch to it when working with C2.

  • You're sending the Ajax data at each tick while the player location and the P1Location are superior to 100, try adding a third condition : System-> Trigger once while true.

    Put it under Player:Location>100

  • BeastCoasting I'm sorry about the inconvenience, if I had known before that there was no option to remove a score from leader-boards I wouldn't have done this.

  • tunepunk +1

  • Ashley The attacker can also NOP the function which compares the two values, you can easily backtrack the function that accesses the Score memory address and the one which writes to it:

    I think at the end, a good server-side validation system is the only way to prevent such hacks.

  • tunepunk Remember that anything that is client-side can be modified, so even if you do that ( comparing amount of arrows to a max value ) , the max value can still be hacked. So there is no point in that if the hackers will set their own max allowed arrows value.

  • kmsravindra The current version doesn't have that feature

  • If you buy C2 now you will get a free 1 year of C3.

  • vuanhvan Can you please send me the capx via gmail:

    Because the google drive link doesn't work

    I have just noticed that he is banned, what he was banned for ?

  • I'll try to make a 3D path finding behavior in the next update, and about sprite animations, I've tried to mimic the C2 animation frames behavior but I failed because the Babylon engine uses a different approach, it loads an entire spritesheet in divides it into cells, so in order to make it work, I'll need to hack my way into the library itself and adjust the code, so It will take me a while before getting everything to work right.

    What you all need to know for now is that the next update will please you a lot. There are some new features that will make designing levels in C2 a lot easier.

    When is the third impression thread coming up lamar ?