Recent content by CheatyFace

  1. C

    Need Help with trajectory based game equation

    how much i try to change the Diagonal won't change...my screen is 1920x1080 i don't know if it gives me the right value or not because even if i put some random numbers the diagonal won't change at all..
  2. C

    Need Help with trajectory based game equation

    yeah i have posted the equation see post nr.8 my problem isn't that... i need to know how to measure X and Y.. how do i measure X and Y. as X = distance of me and target and Y = height of me and the target.. if i use a ruler i would get it in cm must i convert it to Pixels? and as my screen...
  3. C

    Need Help with trajectory based game equation

    g = gravitational constant (which is 1 for this game) v = velocity (0.287p, where p = 100) x = distance from entity y = difference in Y position from entity and player the question is how should i measure and find x and y..
  4. C

    Need Help with trajectory based game equation

    i am trying to study the game and i am soo close to it just need a small push.. as i have already found out which equation should be used and WHAT are the relevant constants for that game: g = 1, v = 0.287p and where P is always 100 (MAX POWER) now i need help with how should i find the X and...
  5. C

    Need Help with trajectory based game equation

    the equation is from "Angle θ required to hit coordinate (x,y)" taken from Wikipedia.. here: http://en.wikipedia.org/wiki/Trajectory_of_a_projectile#Angle_required_to_hit_coordinate_.28x.2Cy.29
  6. C

    Need Help with trajectory based game equation

    ^how do i convert cm to pixels?? and my screen resolution is 1920 x 1080
  7. C

    Need Help with trajectory based game equation

    Homework Statement i Pmed some mentors but they said i should post it at forum, i asked Astronuc that if its ok to post this in forum and he told me to post it in this section.. i know some users here are very senior and surely have the knowledge to this and i want to learn. it is a...