Hello guys! This is my first time using CS2 and I have to make a physics educational game so I had the idea of making a car race where the user can input the speed, acceleration, etc.
Having said that, I want my speed input to be in meter/sec so I decided to search the conversion pixel to meters and I found 1 pixel (X) = 0.0002645833 meter. So, the speed and acceleration entered by the user(asked in m/s and m/s2 respectively) are divided by 0.0002645833 so CS2 can understand them as pixels. Then again, I ran some tests and it doesn't work at all, I got results way too far from the corrects. I don't know if I messed up with the conversion or the engine does not work with real conversions.
Note: I'm setting the speed entered by the user as "Max speed"(Pathfinding) and acceleration as "Acceleration"(Pathfinding).
Thanks guys!