Difference between revisions of "User:Mauirixxx/CustomRules"

From UFOpaedia
Jump to navigation Jump to search
(Needed a place to store my Hawaii (Honolulu, actually) rule for the Geoscape)
(No difference)

Revision as of 00:18, 21 June 2014

Add Hawaii to the Geoscape

# Ruleset to add new cities to the geoscape map

regions:
  - type: STR_PACIFIC
    cities:
      - name: STR_HONOLULU
        lon: 207.074
        lat: -21.3902
      - name: STR_LIHUE
        lon: 205.479
        lat: -22.0707
      - name: STR_HILO
        lon: 209.757
        lat: -19.6007
extraStrings:
  - type: en-US
    strings:
      STR_HONOLULU: Honolulu
      STR_LIHUE: Lihue
      STR_HILO: Hilo
  - type: en-GB
    strings:
      STR_HONOLULU: Honolulu
      STR_LIHUE: Lihue
      STR_HILO: Hilo

Just copy and paste this into data/Ruleset/[CustomRuleName].rul then go into Options -> Mods, find your newly created custom rule, and enable it.