Difference between revisions of "Metadata:Mapping/Settings.prop"
From Neocron Wiki
m (Revert and fix) |
|||
(34 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | // Default setting | ||
+ | default=map_default {strokeColor:'00446A',fillColor:'00446A'} | ||
+ | |||
+ | // Outpost areas | ||
+ | outpost=map_outpost {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | outpost_lab=map_outpost_lab {strokeColor:'00BAFF',fillColor:'ff0000'} | ||
+ | outpost_mine=map_outpost_mine {strokeColor:'FFA800',fillColor:'ff0000'} | ||
+ | outpost_factory=map_outpost_factory {strokeColor:'51EE94',fillColor:'ff0000'} | ||
+ | outpost_fortress=map_outpost_fortress {strokeColor:'FCF369',fillColor:'ff0000'} | ||
+ | outpost_uplink=map_outpost_uplink {strokeColor:'ffffff',fillColor:'ff0000'} | ||
+ | |||
+ | // Nema markings for outposts (For use on the world map) | ||
+ | nema_lab=map_nema_outpost {strokeColor:'00BAFF',fillColor:'ff0000'} | ||
+ | nema_mine=map_nema_outpost {strokeColor:'FFA800',fillColor:'ff0000'} | ||
+ | nema_factory=map_nema_outpost {strokeColor:'51EE94',fillColor:'ff0000'} | ||
+ | nema_fortress=map_nema_outpost {strokeColor:'FCF369',fillColor:'ff0000'} | ||
+ | nema_uplink=map_nema_outpost {strokeColor:'ffffff',fillColor:'ff0000'} | ||
+ | |||
+ | // Outpost markings (For using on the sector maps) | ||
+ | lab=map_lab {strokeColor:'00BAFF',fillColor:'ffffff'} | ||
+ | mine=map_mine {strokeColor:'FFA800',fillColor:'ffffff'} | ||
+ | factory=map_factory {strokeColor:'51EE94',fillColor:'ffffff'} | ||
+ | fortress=map_fortress {strokeColor:'FCF369',fillColor:'ffffff'} | ||
+ | uplink=map_uplink {strokeColor:'ffffff',fillColor:'ffffff'} | ||
+ | |||
+ | // City entrances | ||
+ | city=map_city {strokeColor:'ffffff',fillColor:'ffffff'} | ||
+ | city_entrance=map_city_entrance {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | city_entrance_nc=map_city_entrance_nc {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | city_entrance_mb=map_city_entrance_mb {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | city_entrance_th=map_city_entrance_th {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | city_entrance_doy=map_city_entrance_doy {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | city_entrance_tg=map_city_entrance_tg {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | nema_city=map_nema_city {strokeColor:'ffffff',fillColor:'ffffff'} | ||
+ | |||
+ | // Points | ||
+ | interest=map_interest {strokeColor:'FFFF00',fillColor:'FFFF00'} | ||
asg=map_asg {strokeColor:'00ff00',fillColor:'00ff00'} | asg=map_asg {strokeColor:'00ff00',fillColor:'00ff00'} | ||
− | + | gogo=map_gogo {strokeColor:'0B0AE4',fillColor:'0B0AE4'} | |
− | + | genrep=map_genrep {strokeColor:'15F2ED',fillColor:'15F2ED'} | |
+ | cave=map_cave {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | ceres_lab=map_ceres_lab {strokeColor:'C98838',fillColor:'C98838'} | ||
+ | |||
+ | // DoY Tunnels | ||
+ | doy_tunnel=map_doy_tunnel {strokeColor:'A20EA4',fillColor:'A20EA4'} | ||
+ | doy_tunnel_new=map_doy_tunnel {strokeColor:'A20EA4',fillColor:'A20EA4'} | ||
+ | doy_tunnel_up=map_doy_tunnel_up {strokeColor:'A20EA4',fillColor:'A20EA4'} | ||
+ | doy_tunnel_down=map_doy_tunnel_down {strokeColor:'A20EA4',fillColor:'A20EA4'} | ||
+ | doy_tunnel_surface=map_doy_tunnel_surface {strokeColor:'A20EA4',fillColor:'A20EA4'} | ||
+ | |||
+ | // Special points of interest | ||
+ | regants_legacy=map_regants_legacy {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | gaia=map_gaia {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | |||
+ | // Points of interesting on NEMA map | ||
+ | nema_village=map_nema_village {strokeColor:'FFFF00',fillColor:'FFFF00'} | ||
+ | nema_village_gr=map_nema_village_gr {strokeColor:'FFFF00',fillColor:'FFFF00'} | ||
+ | |||
+ | // New points | ||
+ | gogo_new=map_gogo {strokeColor:'0B0AE4',fillColor:'0B0AE4'} | ||
+ | genrep_new=map_genrep {strokeColor:'15F2ED',fillColor:'15F2ED'} | ||
+ | asg_new=map_asg {strokeColor:'00ff00',fillColor:'00ff00'} | ||
+ | cave_new=map_cave {strokeColor:'ff0000',fillColor:'ff0000'} | ||
+ | |||
+ | // NPC | ||
+ | npc=map_npc {strokeColor:'FFFF00',fillColor:'FFFF00'} | ||
+ | |||
+ | // Vendors | ||
+ | vendor=map_vendor {strokeColor:'3CC05B',fillColor:'3CC05B'} | ||
+ | smuggler=map_smuggler {strokeColor:'3CC05B',fillColor:'3CC05B'} |