X4 Map Reference
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 464
- Joined: Wed, 27. Feb 19, 19:39
X4 Map Reference
Looking for a reference list for the sector/cluster macros for the X4 map.
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: X4 Map Reference
I don't think i have a vanilla one anymore. You could always look at the names in mapdefaults then search the t files for the entry to find which is which
-
- Posts: 464
- Joined: Wed, 27. Feb 19, 19:39
Re: X4 Map Reference
Yes, will probably do that. Just wanted to see if someone had a graphic of the tiles with the names and coordinates to use.
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: X4 Map Reference
Coordinates don't work anything like in game. 1x is something like 30000000 and 1z is something like 17320000. Going up one is 1z, while going diagonal is 0.5z if that makes sense. Going due left/right is 1x while going diagonal is 0.5x.
-
- Posts: 464
- Joined: Wed, 27. Feb 19, 19:39
Re: X4 Map Reference
Wow, that is an odd system for sure..DeadAirRT wrote: ↑Thu, 7. May 20, 06:48Coordinates don't work anything like in game. 1x is something like 30000000 and 1z is something like 17320000. Going up one is 1z, while going diagonal is 0.5z if that makes sense. Going due left/right is 1x while going diagonal is 0.5x.