macfifa 10 Posted April 14, 2016 hi all My map size is 12288 m and the lower left point in real live is 51657,51946 in altisconfig.cpp class grid:grid { xoffset = 0; yoffset = 30720; in my map the yoffset value came from adding 51946 and 12288 = 64234 but the xoffset is a problem after alot of testing the value is 48357 why? class grid:grid { xoffset = 48357; yoffset = 64234; and the game give me the lower left point as in real live 51657,51946 can some one explane why the xoffset value is like that ? res 4096 x 3 m = 12288 m Share this post Link to post Share on other sites
macfifa 10 Posted April 16, 2016 no reply after some playing with the grid class i make 10m x 10m grid with actual Universal Transverse Mercator as in the pic Share this post Link to post Share on other sites
Frenzi_ 18 Posted April 17, 2016 the lower left point in real live is 51657,51946 What kind of coordinates are these? UTM eastings can't be 5 digits. Share this post Link to post Share on other sites
macfifa 10 Posted April 17, 2016 What kind of coordinates are these? UTM eastings can't be 5 digits. this what it looks in the game but i had changed it as you see in the pic 651657,3451946 Share this post Link to post Share on other sites