mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
parent
129d60b0b0
commit
aea096ce68
@ -52,6 +52,19 @@ wreckRemovalMaxTime = 360;
|
|||||||
|
|
||||||
disableRandomization[] = {"All"};
|
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\CfgServicePoint.hpp"
|
||||||
#include "Configs\CfgItemSort.hpp"
|
#include "Configs\CfgItemSort.hpp"
|
||||||
#include "Configs\CfgTraderMissions.hpp"
|
#include "Configs\CfgTraderMissions.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user