mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove old testmission addon
This commit is contained in:
parent
dd2767a4ec
commit
d48bd3ca83
@ -1 +0,0 @@
|
||||
z\ace\addons\testmissions
|
@ -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 = "";
|
@ -1 +0,0 @@
|
||||
enableSaving [false, false];
|
File diff suppressed because it is too large
Load Diff
@ -1,11 +0,0 @@
|
||||
ace_testmissions
|
||||
===========
|
||||
|
||||
Provides test missions.
|
||||
|
||||
|
||||
## Maintainers
|
||||
|
||||
The people responsible for merging changes to this component or answering potential questions.
|
||||
|
||||
- None
|
@ -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));
|
||||
};
|
||||
};
|
||||
};
|
@ -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"
|
Loading…
Reference in New Issue
Block a user