From aea096ce6887ded4d6fb1665d0692a99b113e896 Mon Sep 17 00:00:00 2001 From: vbawol Date: Fri, 18 Aug 2017 08:37:39 -0500 Subject: [PATCH] add showHUD settings #822 Thanks to @Ghostrider-DbD- --- Sources/epoch_config/sandbox_config.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Sources/epoch_config/sandbox_config.hpp b/Sources/epoch_config/sandbox_config.hpp index b1e6a9a5..201ba2fa 100644 --- a/Sources/epoch_config/sandbox_config.hpp +++ b/Sources/epoch_config/sandbox_config.hpp @@ -52,6 +52,19 @@ wreckRemovalMaxTime = 360; disableRandomization[] = {"All"}; +showHUD[] = +{ + true, // Scripted HUD (same as showHUD command) + true, // Vehicle + soldier info + true, // Vehicle radar + true, // Vehicle compass + true, // Tank direction indicator + false, // Commanding menu + false, // Group Bar + true, // HUD Weapon Cursors + false // Squad Radar +}; + #include "Configs\CfgServicePoint.hpp" #include "Configs\CfgItemSort.hpp" #include "Configs\CfgTraderMissions.hpp"