From 64a8cb0f42ab1b351d1642cc0ea4b2aed9554431 Mon Sep 17 00:00:00 2001 From: He-Man Date: Fri, 16 Jun 2017 15:27:19 +0200 Subject: [PATCH] Make ServicePoints more configurable --- Sources/epoch_config/Configs/CfgServicePoint.hpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgServicePoint.hpp b/Sources/epoch_config/Configs/CfgServicePoint.hpp index a1403254..8310551d 100644 --- a/Sources/epoch_config/Configs/CfgServicePoint.hpp +++ b/Sources/epoch_config/Configs/CfgServicePoint.hpp @@ -20,7 +20,14 @@ class CfgServicePoint { "MarkerText" } */ - {13325,14477,0} + { // Central + {13325,14477,0}, // Pos + 40, // max distance + {"Landvehicle","Ship","Tank","AIR"}, // Vehicle Types for SP + "loc_BusStop", // Marker Type + "ColorWhite", // Marker Color + "Service Point Land / Ship / Air" // Marker Text + } }; }; class Tanoa { @@ -43,7 +50,7 @@ class CfgServicePoint { }; }; - ServicePointClasses[] = { // Array of Classnames, where also are ServicePoints + ServicePointClasses[] = { // Array of Classnames where also are ServicePoints (not separat configurable for Vehicle types / distance) // "Land_Pillar_Pier_F", // "Land_CarService_F", // "Land_fs_feed_F",