From 7f74469bc114b09024549fee6d974155b10ce383 Mon Sep 17 00:00:00 2001 From: Raymix Date: Tue, 17 Oct 2017 20:23:07 +0100 Subject: [PATCH] geiger counter hud (had to hold this due to prerequisite requirements in epochcore back then). Just need 2 ez functions to show/hide it and change display. Dunno about sounds though --- Sources/epoch_config/Configs/CfgDynamicHUD.hpp | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgDynamicHUD.hpp b/Sources/epoch_config/Configs/CfgDynamicHUD.hpp index 7766ffc2..0a5f38c5 100644 --- a/Sources/epoch_config/Configs/CfgDynamicHUD.hpp +++ b/Sources/epoch_config/Configs/CfgDynamicHUD.hpp @@ -15,8 +15,8 @@ defaultPopulate: 1 - left 2 - down 3 - up - 4 - horizontal grow - 5 - vertical grow + 4 - horizontal grow (starts from center, evens on left, odds on right) + 5 - vertical grow (same as above) offSetX: Positive = right, Negative = left offSetY: Positive = down, Negative = up @@ -92,6 +92,17 @@ class rmx_dynamicHUD width = 4; height = 1; }; + class geigerCounter + { + classname = "RscPicture"; + defaultPos = 8; + defaultPopulate = 3; + arraySize = 8; + width = 10; + height = 2.5; + offSetX = -0.25; + offSetY = -1; + }; }; /*[[[end]]]*/