Jump to content

cassius

Members
  • Posts

    2,834
  • Joined

  • Last visited

Posts posted by cassius

  1. I created a new project and copied all rellavent files to it. It now runs fine in the editor but not from visual studio which cannot find any models or textures OR map.

     

    Where can I find "properties" so I can try entering the items mentioned above?

  2. Since upgrading to le 4.2 one of my existing rojects runs ok in visual c++ 2015, but the other has multiple errors in a header file called evp.h. I have no idea what this file is its not mine. Anyone know ?

     

    I am using c++.

  3. From time to time over the years I have upgraded to new versions of visual c++

    and deleted old versions. But there are a lot of seemingly related programs such as runtimes and different versions of framework and sql remaining on my hard drive. Which ones can safely be deleted is the problem, anyone help???

    • Upvote 6
  4. Quote... In physics, mass is a property of a physical body. It is the measure of an object's resistance to acceleration

    if you had an object with a mass of 10 then a character with a higher mass could move it on collision.

  5. In my third person game the main character has a swordfight with enemy. I use GetDistance to check if they are near enough to fight then the animation starts.The problem is its possible to use the mouse to turn the main charcters back on the enemy and the attack animation continues, which looks silly.Is there some way I can fix this? Thanks.

×
×
  • Create New...