ohhh. duh. I saw that but it didn't register with me what I was actually looking at.
Finally, last question I hope - how do I get the dual set of co-ordinates? I enabled debug, and hit ctrl-d and see:
rad: 3.64313, -0.360721
deg: 208.736, -20.6678
is rad "lon1, lat1" and deg "lon2, lat2" ? And what's the "-1" supposed to be for? In your terrain pack I see there's some listings that show -22 and other negative numbers.
EDIT: I figured it all out, lon1/lat1 & lon2/lat2 just repeat themselves, and the -22 is the region zone (pulled the -22 from
HERE).
Now I just need to figure out why the island of Maui refuses to show "Kihei" and instead shows STR_KIHEI, even though Oahu, Kauai, and the Big Island all show the proper name styles (Lihue, Hilo, Honolulu).
Here's my final code:
# Ruleset to add cities to the Hawaiian islands
# this will allow for terror missions in Hawaii
regions:
- type: STR_PACIFIC
cost: 1200000
missionZones:
-
- [205.482, 205.482, -22.153, -22.153, -22, STR_LIHUE]
- [207.081, 207.081, -21.343, -21.343, -22, STR_HONOLULU]
- [208.726, 208.726, -20.741, -20.741, -22, STR_KIHEI]
- [209.813, 209.813, -19.625, -19.625, -22, STR_HILO]
I wonder if it's a bug for that particular land mass out in the Pacific?