Difference between revisions of "Metadata:Mapping/Sizes.prop"
From Neocron Wiki
(New setting file for circle and point sizes) |
|||
(17 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
// Ideally both entries should be the same size | // Ideally both entries should be the same size | ||
// If you want the user to control the circle size dont add an entry here (Or comment it out) | // If you want the user to control the circle size dont add an entry here (Or comment it out) | ||
+ | |||
+ | // This is the default size of the circle when 'point' is used | ||
+ | // on the maps without a type | ||
+ | map_spot_size_default=15 | ||
// Outpost areas (For use on the Nema map) | // Outpost areas (For use on the Nema map) | ||
Line 43: | Line 47: | ||
point:uplink=15 | point:uplink=15 | ||
circle:uplink=15 | circle:uplink=15 | ||
+ | |||
+ | // Outpost markings (For using on the Nema world map) | ||
+ | point:nema_lab=9 | ||
+ | circle:nema_lab=9 | ||
+ | |||
+ | point:nema_mine=9 | ||
+ | circle:nema_mine=9 | ||
+ | |||
+ | point:nema_factory=9 | ||
+ | circle:nema_factory=9 | ||
+ | |||
+ | point:nema_fortress=9 | ||
+ | circle:nema_fortress=9 | ||
+ | |||
+ | point:nema_uplink=9 | ||
+ | circle:nema_uplink=9 | ||
// City entrances | // City entrances | ||
point:city=15 | point:city=15 | ||
circle:city=15 | circle:city=15 | ||
+ | |||
+ | // City entrances | ||
+ | point:nema_city=9 | ||
+ | circle:nema_city=9 | ||
point:city_entrance=15 | point:city_entrance=15 | ||
Line 81: | Line 105: | ||
point:cave=15 | point:cave=15 | ||
circle:cave=15 | circle:cave=15 | ||
+ | |||
+ | point:ceres_lab=18 | ||
+ | circle:ceres_lab=18 | ||
+ | |||
+ | // DoY Tunnels | ||
+ | |||
+ | point:doy_tunnel=15 | ||
+ | circle:doy_tunnel=15 | ||
+ | |||
+ | point:doy_tunnel_new=15 | ||
+ | circle:doy_tunnel_new=15 | ||
+ | |||
+ | point:doy_tunnel_up=15 | ||
+ | circle:doy_tunnel_up=15 | ||
+ | |||
+ | point:doy_tunnel_down=15 | ||
+ | circle:doy_tunnel_down=15 | ||
+ | |||
+ | point:doy_tunnel_surface=15 | ||
+ | circle:doy_tunnel_surface=15 | ||
+ | |||
+ | // Special points of interest | ||
+ | |||
+ | point:regants_legacy=15 | ||
+ | circle:regants_legacy=15 | ||
+ | |||
+ | point:gaia=15 | ||
+ | circle:gaia=15 | ||
+ | |||
+ | // New points | ||
+ | point:gogo_new=15 | ||
+ | circle:gogo_new=15 | ||
+ | |||
+ | point:genrep_new=15 | ||
+ | circle:genrep_new=15 | ||
+ | |||
+ | point:cave_new=15 | ||
+ | circle:cave_new=15 | ||
// NPC | // NPC | ||
point:npc=15 | point:npc=15 | ||
cricle:npc=15 | cricle:npc=15 | ||
+ | |||
+ | // Villages on nema map | ||
+ | circle:nema_village=9 | ||
+ | point:nema_village=9 | ||
+ | |||
+ | point:nema_village_gr=9 | ||
+ | circle:nema_village_gr=9 | ||
+ | |||
+ | // Vendors and smugglers | ||
+ | point:vendor=15 | ||
+ | circle:vendor=15 | ||
+ | |||
+ | point:smuggler=15 | ||
+ | circle:smuggler=15 |