Forum Discussion
7 years ago
"arizcolo;c-1960955" wrote:
Anyone know of a script that helps predict where you will land if you sector jump (relocate)?
Sure, math. MS-Excel will do it with ease.
Put the loc of all your bases in Column A and B
In Cell C1 = Average(A:A)
In Cell D1 = Average(B:B)
Determine your distance from center, change if not @ 500:500;
E1 =SQRT((500-C1)^2+(500-C2)^2)
Determine what sector disadvantage you have, for most it is -40.
E2 = E1 - 40 (New distance from center)
New sector locations shall be as follows;
F1 = North
F2 = Northeast
F3 = East
F4 = Southeast
F5 = South
F6 = Southwest
F7 = West
F8 = Northwest
G1 = 500
G2 = 500+SQRT((E2^2)/2)
G3 = 500+E2
G4 = G2
G5 = G1
G6 = 500-SQRT((E2^2)/2)
G7 = 500-E2
G8 = G6
H1 = 500-E2
H2 = 500-SQRT((E2^2)/2)
H3 = 500
H4 = 500+SQRT((E2^2)/2)
H5 = 500+E2
H6 = 500+SQRT((E2^2)/2)
H7 = 500
H8 = 500-SQRT((E2^2)/2)
About Tiberium Alliances Technical Issues
Having problems running the game or a script? Get help with Command and Conquer: Tiberium Alliances with the community!
1,433 PostsLatest Activity: 2 days agoRelated Posts
Recent Discussions
- 2 days ago
- 2 days ago
- 3 days ago
- 4 days ago