Skip to content

Commit

Permalink
Merge pull request #20 from Zarenx/master
Browse files Browse the repository at this point in the history
Updated Compositions and Mod Dependancies
  • Loading branch information
AndreasBrostrom authored Oct 23, 2023
2 parents bb434e1 + 36fea8a commit f5ed489
Showing 1 changed file with 52 additions and 18 deletions.
70 changes: 52 additions & 18 deletions template/sandbox/Template_Generic.VR/mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,28 @@ class EditorData
scaleGridStep=1;
autoGroupingDist=10;
toggles=1;
mods[]=
{
"3denEnhanced"
};
class ItemIDProvider
{
nextID=4608;
nextID=4611;
};
class LayerIndexProvider
{
nextID=248;
nextID=315;
};
class Camera
{
pos[]={-7.0352383,71.763695,70.064964};
dir[]={-0.017941318,-0.66497505,-0.74665552};
up[]={-0.015974071,0.74686193,-0.66478676};
aside[]={-0.99971509,-8.3655323e-009,0.024022};
pos[]={-34.45903,18.516155,6.8470387};
dir[]={0.89672804,-0.42494825,-0.12398475};
up[]={0.42097422,0.90519696,-0.058204543};
aside[]={-0.13696347,-2.9593139e-008,-0.99060994};
};
};
binarizationWanted=0;
sourceName="gerenal_template";
sourceName="Template_Generic";
addons[]=
{
"A3_Modules_F_Curator_Curator",
Expand Down Expand Up @@ -1886,37 +1890,67 @@ class Mission
dataType="Object";
class PositionInfo
{
position[]={-3.1503763,5.0014391,-16.803326};
position[]={-3.3075125,5.0014391,-16.801811};
};
side="West";
flags=5;
flags=4;
class Attributes
{
skill=0.40000001;
init="call{this setgroupID[""BANDIT-4""];" \n "this setVariable [""cScripts_Player_Unit"", ""BANDIT-4""];}";
description="Charlie MAAWS Gunner";
isPlayable=1;
};
id=4318;
type="Cav_B_C_Alpha_RiflemanLAT_F";
id=4609;
type="Cav_B_C_Weapons_MAAWS_MAAWSGunner_F";
class CustomAttributes
{
class Attribute0
{
property="speaker";
expression="_this setspeaker _value;";
class Value
{
class data
{
singleType="STRING";
value="Male06ENG";
};
};
};
class Attribute1
{
property="pitch";
expression="_this setpitch _value;";
class Value
{
class data
{
singleType="SCALAR";
value=1.02;
};
};
};
nAttributes=2;
};
};
class Item8
{
dataType="Object";
class PositionInfo
{
position[]={-3.1596537,5.0014391,-17.82774};
position[]={-3.3165126,5.0014391,-17.826813};
};
side="West";
flags=5;
flags=4;
class Attributes
{
init="call{this setgroupID[""BANDIT-4""];" \n "this setVariable [""cScripts_Player_Unit"", ""BANDIT-4""];}";
description="Charlie MAAWS Assistant";
isPlayable=1;
};
id=4319;
type="Cav_B_C_CombatLifeSaver_F";
id=4610;
type="Cav_B_C_Weapons_MAAWS_MAAWSAssistant_F";
class CustomAttributes
{
class Attribute0
Expand Down Expand Up @@ -11689,7 +11723,7 @@ class Mission
class Attribute0
{
property="acex_headless_blacklist";
expression="_this setVariable [""acex_headless_blacklist"", _value, true]";
expression="_this setVariable [""acex_headless_blacklist"", _value, true]";
class Value
{
class data
Expand Down Expand Up @@ -11752,7 +11786,7 @@ class Mission
class Attribute0
{
property="acex_headless_blacklist";
expression="_this setVariable [""acex_headless_blacklist"", _value, true]";
expression="_this setVariable [""acex_headless_blacklist"", _value, true]";
class Value
{
class data
Expand Down Expand Up @@ -11815,7 +11849,7 @@ class Mission
class Attribute0
{
property="acex_headless_blacklist";
expression="_this setVariable [""acex_headless_blacklist"", _value, true]";
expression="_this setVariable [""acex_headless_blacklist"", _value, true]";
class Value
{
class data
Expand Down

0 comments on commit f5ed489

Please sign in to comment.