Jump to content

Afke

Members
  • Posts

    84
  • Joined

  • Last visited

Profile Information

  • Location
    Sarajevo

Afke's Achievements

Newbie

Newbie (1/14)

8

Reputation

  1. Afke

    Preparing C++ Projects

    Hahahhaha Nice one And it's great to see ,everything goes well with LE
  2. Hi , and please welcome to LE community
  3. No problem man . We are here to help , just ask Cheers
  4. Roland gave you the best solution. In this case use his code. Vec3 has 3 Float values : x,y z So it should be: Float px= playerpos.X; DrawText (150,1,"X= %f ",px); But you don't need new variable in this case .Make new var only if you have to do same more calculation with it, and you don't want to change original variable.
  5. If you need sound effects there is www.freesound.org . Tons of great sound effects for commercial use.
  6. Hmm, I have to think about that , but anyway , raycast with mesh that has 3000 or more polygons is not a good idea, especially when you have a lot of enemies in level. I don't know how LE handles that inside, but I am sure that has to be some work around , perhaps (show and hide capsule or something... ) I have to refresh my mind first . I have to go now , but I will look at this problem when I come back.
  7. It is much better to check hit against some primitives not player mesh . Best practice use capsule . If you want to have check hits against all body parts then you have to make something like ragdoll and bounding box .First make check is there hit on bounding box.Only in the case if there is , then you can check which part of body. One capsule is OK , make it simple.
  8. I Like second one too.
  9. It is dungeons, medieval game as far as I know .
  10. Null value is reason probably . Some resource missing probably. But unusual because Leadwerks has excellent error handling .Try to reinstall .
  11. Ok , I know that . What I mean Do you like font ? Do you like art direction ? Just to see which way to go . The problem is I don't have to much time to experiment , I am in the middle of releasing process . (Finally ) ... (game ) But of course I want to help as much as I can
  12. You have to be more specific if you want to help us to make something what will nail it . Just try to be more specific ,what do you like on ?
×
×
  • Create New...