I know this is probably considered a dead thread, but has anyone done a 4x3, or 5x2, or even 5x3 multiuniverse map?
I even tried doing it as an 8x4 with a change of the x,y (as in liberty would be -0.06125, -0.06875).
[const]
;locate a file in "DATA\INTEFACE\NEURONET\NAVMAP\NEWNAVMAP\" and reference to section with mappings
;only first "prettymap" will be proceeded
prettymap = nav_prettymap_4x3.3db, 4x3
[4x3]
; dx = 0.245, dy = 0.275
; [nickname], x, y, scale, squeezex, squeezey, string resource
null = 0.3675, -0.1375, -0.235, 1.566, 1, 60239 ;_11 "HAZARD" ;background for map of sectors, critical
mapping = sector01, 0.1225, -0.1375, -0.235, 1.566, 1, 1249 ;_12 "LIBERTY" ;nickname must match to declared one in universe.ini
mapping = sector02, -0.1225, -0.1375, -0.235, 1.566, 1, 1250 ;_13 "BRETONIA"
mapping = sector03, -0.3675, -0.1375, -0.235, 1.566, 1, 1251 ;_14 "KUSARI"
mapping = sector04, 0.3675, 0.1375, -0.235, 1.566, 1, 1252 ;_21 "RHEINLAND"
mapping = sector05, 0.1225, 0.1375, -0.235, 1.566, 1, 1332 ;_22 "GAMMA"
mapping = sector06, -0.1225, 0.1375, -0.235, 1.566, 1, 1187 ;_23 "Unknown"
;mapping = sector07, -0.3675, 0.1375, -0.235, 1.566, 1, 0 ;_24
Or am I missing something in the way dx and dy are being defined?