Texture test
This commit is contained in:
parent
b80163c665
commit
e2bf063d4c
61
mission.sqm
61
mission.sqm
|
|
@ -8,7 +8,7 @@ class EditorData
|
|||
toggles=1;
|
||||
class ItemIDProvider
|
||||
{
|
||||
nextID=44;
|
||||
nextID=45;
|
||||
};
|
||||
class MarkerIDProvider
|
||||
{
|
||||
|
|
@ -16,14 +16,14 @@ class EditorData
|
|||
};
|
||||
class LayerIndexProvider
|
||||
{
|
||||
nextID=1;
|
||||
nextID=2;
|
||||
};
|
||||
class Camera
|
||||
{
|
||||
pos[]={15597.639,116.68486,14639.725};
|
||||
dir[]={-0.16195358,-0.55109572,0.81858104};
|
||||
up[]={-0.1069598,0.83444023,0.54061913};
|
||||
aside[]={0.98099035,-6.9521775e-08,0.19408646};
|
||||
pos[]={15599.593,78.25901,14717.343};
|
||||
dir[]={-0.36057472,-0.14850979,0.92087317};
|
||||
up[]={-0.054160755,0.98890042,0.13831836};
|
||||
aside[]={0.93119556,-4.9925438e-07,0.3646163};
|
||||
};
|
||||
};
|
||||
binarizationWanted=0;
|
||||
|
|
@ -31,13 +31,14 @@ sourceName="FashionPolice";
|
|||
addons[]=
|
||||
{
|
||||
"gm_characters_ge_characters",
|
||||
"A3_Ui_F"
|
||||
"A3_Ui_F",
|
||||
"A3_Misc_F_Helpers"
|
||||
};
|
||||
class AddonsMetaData
|
||||
{
|
||||
class List
|
||||
{
|
||||
items=2;
|
||||
items=3;
|
||||
class Item0
|
||||
{
|
||||
className="gm_characters_ge_characters";
|
||||
|
|
@ -52,6 +53,13 @@ class AddonsMetaData
|
|||
author="Bohemia Interactive";
|
||||
url="https://www.arma3.com";
|
||||
};
|
||||
class Item2
|
||||
{
|
||||
className="A3_Misc_F";
|
||||
name="Arma 3 - 3D Aids and Helpers";
|
||||
author="Bohemia Interactive";
|
||||
url="https://www.arma3.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
dlcs[]=
|
||||
|
|
@ -127,7 +135,7 @@ class Mission
|
|||
};
|
||||
class Entities
|
||||
{
|
||||
items=22;
|
||||
items=23;
|
||||
class Item0
|
||||
{
|
||||
dataType="Group";
|
||||
|
|
@ -1838,7 +1846,7 @@ class Mission
|
|||
alpha=0.097594045;
|
||||
a=47.389;
|
||||
b=53.664001;
|
||||
angle=339.77295;
|
||||
angle=339.77292;
|
||||
id=40;
|
||||
atlOffset=0.00039672852;
|
||||
};
|
||||
|
|
@ -1868,5 +1876,38 @@ class Mission
|
|||
};
|
||||
id=43;
|
||||
};
|
||||
class Item22
|
||||
{
|
||||
dataType="Object";
|
||||
class PositionInfo
|
||||
{
|
||||
position[]={15589.577,76.252472,14734.596};
|
||||
angles[]={0,4.3568211,-0};
|
||||
};
|
||||
side="Empty";
|
||||
class Attributes
|
||||
{
|
||||
};
|
||||
id=44;
|
||||
type="UserTexture1m_F";
|
||||
atlOffset=1.2048721;
|
||||
class CustomAttributes
|
||||
{
|
||||
class Attribute0
|
||||
{
|
||||
property="ObjectTextureCustom0";
|
||||
expression="_this setObjectTextureGlobal [0,_value]";
|
||||
class Value
|
||||
{
|
||||
class data
|
||||
{
|
||||
singleType="STRING";
|
||||
value="suprise.jpg";
|
||||
};
|
||||
};
|
||||
};
|
||||
nAttributes=1;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue