Skip to content

Commit

Permalink
Merge pull request #112 from ARCOMM/ORBAT_SLIMMING
Browse files Browse the repository at this point in the history
slimmed orbat, fixed radios, etc...
  • Loading branch information
BorderKeeper authored Jul 21, 2020
2 parents 2d358b6 + 6d17afa commit 79156d5
Show file tree
Hide file tree
Showing 4 changed files with 17,008 additions and 58,810 deletions.
4 changes: 1 addition & 3 deletions ARCMT.vr/briefing/admin.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ tmf_briefing_admin = "ADMIN BRIEFING<br/><br/>";

/* In this briefing page you should provide the admin with any information that will aid them doing their job.
- If mission has no automatic ending system. All conditions for the mission ending should be mentioned here so the session host knows what to do.
*/

// Insert custom text
tmf_briefing_admin = tmf_briefing_admin + "your text here";
tmf_briefing_admin = tmf_briefing_admin + "mission maker did not provide any details";

player createDiaryRecord ["diary", ["Admin", tmf_briefing_admin]];
83 changes: 0 additions & 83 deletions ARCMT.vr/briefing/briefing_example.sqf

This file was deleted.

59 changes: 18 additions & 41 deletions ARCMT.vr/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -5,52 +5,29 @@ enableDebugConsole = 1; // Allows the logged in admin to use the debug console f
overviewPicture = __EVAL(selectRandom ['\x\tmf\addons\common\ui\loadscreens\1.jpg','\x\tmf\addons\common\ui\loadscreens\2.jpg','\x\tmf\addons\common\ui\loadscreens\3.jpg','\x\tmf\addons\common\ui\loadscreens\4.jpg','\x\tmf\addons\common\ui\loadscreens\5.jpg','\x\tmf\addons\common\ui\loadscreens\6.jpg','\x\tmf\addons\common\ui\loadscreens\7.jpg','\x\tmf\addons\common\ui\loadscreens\8.jpg','\x\tmf\addons\common\ui\loadscreens\9.jpg','\x\tmf\addons\common\ui\loadscreens\10.jpg']);

class CfgDebriefingSections {
class acex_killTracker {
title = "Kill Tracker";
variable = "acex_killTracker_outputText";
};
class acex_killTracker {
title = "Kill Tracker";
variable = "acex_killTracker_outputText";
};
};

class CfgDebriefing
{
class Success
{
title = "Mission Success";
subtitle = "";
description = "";
// pictureBackground = "";
// picture = "";
// pictureColor[] = {0.0,0.3,0.6,1};
};
class Failed
{
title = "Mission Failed";
subtitle = "";
description = "";
// pictureBackground = "";
// picture = "";
// pictureColor[] = {0.0,0.3,0.6,1};
};
class CustomEnding1
{
title = "Custom Ending #1";
subtitle = "";
description = "*** Explanation for the debriefing page ***";
// pictureBackground = "";
// picture = "";
// pictureColor[] = {0.0,0.3,0.6,1};
};

class CfgDebriefing {
class CustomEnding {
title = "Custom Ending";
subtitle = "";
description = "*** Explanation for the debriefing page ***";
// pictureBackground = "";
// picture = "";
// pictureColor[] = {0.0,0.3,0.6,1};
};
};

// DO NOT REMOVE. Include the macros for custom loadouts.
#include "loadouts\_macros.hpp"

class CfgLoadouts
{
class EXAMPLE_LOADOUT
{
displayName = "Example Loadout";
#include "loadouts\example_loadout.hpp"
};
class CfgLoadouts {
class EXAMPLE_LOADOUT {
displayName = "Example Loadout";
#include "loadouts\example_loadout.hpp"
};
};
Loading

0 comments on commit 79156d5

Please sign in to comment.