This commit is contained in:
Christian 2017-12-13 06:53:16 +01:00
parent 4d55c9803d
commit 9cd4996beb
2 changed files with 95 additions and 12 deletions

View File

@ -380,24 +380,106 @@ class AddonsMetaData
randomSeed=10137750;
class ScenarioData
{
author="Applejakerie";
author="[GREUH] Zbug, [GREUH] McKeewa, [KP] Wyqer";
respawnDialog=0;
disabledAI=1;
respawn=3;
respawnDelay=5;
class Header
{
gameType="CTI";
minPlayers=1;
maxPlayers=34;
};
};
class CustomAttributes
{
class Category0
{
name="Multiplayer";
class Attribute0
{
property="RespawnTemplates";
expression="true";
class Value
{
class data
{
class type
{
type[]=
{
"ARRAY"
};
};
class value
{
items=1;
class Item0
{
class data
{
class type
{
type[]=
{
"STRING"
};
};
value="Counter";
};
};
};
};
};
};
nAttributes=1;
};
class Category1
{
name="Scenario";
class Attribute0
{
property="EnableDebugConsole";
expression="true";
class Value
{
class data
{
class type
{
type[]=
{
"SCALAR"
};
};
value=1;
};
};
};
nAttributes=1;
};
};
class Mission
{
class Intel
{
timeOfChanges=1800.0002;
startWeather=0.30000001;
startWind=0.1;
startWaves=0.1;
forecastWeather=0.30000001;
forecastWind=0.1;
forecastWaves=0.1;
forecastLightnings=0.1;
year=2015;
month=10;
briefingName="@STR_MISSION_TITLE";
overviewText="@STR_MISSION_DESCRIPTION";
resistanceWest=0;
resistanceEast=1;
timeOfChanges=28800;
startWeather=0.39999998;
startWind=0.099999994;
startWaves=0.099999994;
forecastWeather=0.39999998;
forecastWind=0.099999994;
forecastWaves=0.099999994;
forecastLightnings=0.099999994;
year=2038;
month=6;
day=6;
hour=12;
hour=8;
minute=0;
startFogDecay=0.013;
forecastFogDecay=0.013;

View File

@ -169,6 +169,7 @@ class Missions
### 0.963 (in development)
* Tweaked: Arsenal blacklist for more compatibility with 3cbBAF. Thanks to [Applejakerie](https://github.com/Applejakerie)
* Fixed: There was a string key twice in the stringtable.
* Fixed: Lythium basefile was missing mission name and description in the lobby.
### 0.962 (10th December 2017)
* Added: ACE carry interaction for resource crates. Thanks to [veteran29](https://github.com/veteran29)