Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Catalyst-
Aspect ratio and resolution are not the same thing. 1920x1080 and 1600x900 have the same aspect ratio, but the text draws' position will differ on both.
|
Actually you should test this theory of yours. The only thing that causes differences in textdraw positions is the aspect ratio. The base aspect ratio is 4:3 because textdraws are based on a 640x480 resolution, so working on 16:9 aspect will causes dislocations in your positions because textdraws are not stretched across resolutions.
EDIT: Btw, the only actual correct one of your three examples is the middle one, the one on the 4:3 resolution.