VTOL circle radius
-
aubergine
- Professional

- Posts: 3462
- Joined: 10 Oct 2010, 00:58
VTOL circle radius
Hi - what's the tile radius of VTOLs that are set to "circle"?
"Dedicated to discovering Warzone artefacts, and sharing them freely for the benefit of the community."
-- https://warzone.atlassian.net/wiki/display/GO
-- https://warzone.atlassian.net/wiki/display/GO
-
Cyp
- Evitcani

- Posts: 784
- Joined: 17 Jan 2010, 23:35
Re: VTOL circle radius
From order.cpp
The radius seems to be 1500/128 = 11.71875 tiles.
Code: Select all
xoffset = iSinR(angle, 1500);
yoffset = iCosR(angle, 1500);
-
aubergine
- Professional

- Posts: 3462
- Joined: 10 Oct 2010, 00:58
Re: VTOL circle radius
Awesome, thanks!
"Dedicated to discovering Warzone artefacts, and sharing them freely for the benefit of the community."
-- https://warzone.atlassian.net/wiki/display/GO
-- https://warzone.atlassian.net/wiki/display/GO