Posts: 2,286
Threads: 18
Joined: Jun 2010
Well the question is simple - Does anyone know what the map size of san andreas is? The X and Y points?
Posts: 2,286
Threads: 18
Joined: Jun 2010
Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by ******
Actually it's 6000x6000 - the co-ordinates go from -3000,-3000 to 3000,3000 (probably what Pharrel was thinking about). You can build beyond this range, but I think you start getting odd effects at some point (though don't take my word for it, I'm not a mapper).
|
Well i needed the coordinates anyway D:
Posts: 110
Threads: 3
Joined: Aug 2010
Reputation:
0
I've been able to go as far out in the X and Y planes as the integer size would allow, just after around 20,000 in either direction you start getting bugs such as "world out of bounds" and then display issues. (Note: IIRC you can go higher than 20,000 in the Z plane without issues, but there is still a point where it starts bugging out.)
Posts: 77
Threads: 3
Joined: Jan 2008
Reputation:
0
In San Andreas, world size is infinite; however, objects will not be created outside the 6000-metre XY plane.
In SA:MP, the only restriction is the world boundaries (hell, the misspelt message still remains), but no other issues happen.
Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by Scott
I've been able to go as far out in the X and Y planes as the integer size would allow, just after around 20,000 in either direction you start getting bugs such as "world out of bounds" and then display issues. (Note: IIRC you can go higher than 20,000 in the Z plane without issues, but there is still a point where it starts bugging out.)
|
Well I needed the size in the boundaries of the menu map D: Thx anyway