Merge pull request #3791 from acemod/dropTestMission

Remove old test-mission
This commit is contained in:
Glowbal 2016-05-14 09:18:06 +02:00
commit 57e83f8b35
7 changed files with 0 additions and 1315 deletions

View File

@ -1 +0,0 @@
z\ace\addons\testmissions

View File

@ -1,17 +0,0 @@
enableDebugConsole = 2; //note security risk
// respawn = "GROUP";
respawn = "BASE";
// respawn = "BIRD";
respawnDelay = 2;
class Header {
gameType = Coop;
minPlayers = 1;
maxPlayers = 491;
};
onLoadName = "ACE3 Testing";
// onLoadMission = "";
// author = "";
// loadScreen = "";

View File

@ -1 +0,0 @@
enableSaving [false, false];

View File

@ -1,11 +0,0 @@
ace_testmissions
===========
Provides test missions.
## Maintainers
The people responsible for merging changes to this component or answering potential questions.
- None

View File

@ -1,20 +0,0 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
VERSION_CONFIG;
};
};
class CfgMissions {
class MPMissions {
class ACETestingMap1 {
briefingName = "ACE Testing Map 1";
directory = QUOTE(PATHTO_R(MPMissions\ACETestingMap1.Stratis));
};
};
};

View File

@ -1,17 +0,0 @@
#define COMPONENT testmissions
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_TESTMISSIONS
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_TESTMISSIONS
#define DEBUG_SETTINGS DEBUG_ENABLED_TESTMISSIONS
#endif
#include "\z\ace\addons\main\script_macros.hpp"