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;
|
toggles=1;
|
||||||
class ItemIDProvider
|
class ItemIDProvider
|
||||||
{
|
{
|
||||||
nextID=44;
|
nextID=45;
|
||||||
};
|
};
|
||||||
class MarkerIDProvider
|
class MarkerIDProvider
|
||||||
{
|
{
|
||||||
|
|
@ -16,14 +16,14 @@ class EditorData
|
||||||
};
|
};
|
||||||
class LayerIndexProvider
|
class LayerIndexProvider
|
||||||
{
|
{
|
||||||
nextID=1;
|
nextID=2;
|
||||||
};
|
};
|
||||||
class Camera
|
class Camera
|
||||||
{
|
{
|
||||||
pos[]={15597.639,116.68486,14639.725};
|
pos[]={15599.593,78.25901,14717.343};
|
||||||
dir[]={-0.16195358,-0.55109572,0.81858104};
|
dir[]={-0.36057472,-0.14850979,0.92087317};
|
||||||
up[]={-0.1069598,0.83444023,0.54061913};
|
up[]={-0.054160755,0.98890042,0.13831836};
|
||||||
aside[]={0.98099035,-6.9521775e-08,0.19408646};
|
aside[]={0.93119556,-4.9925438e-07,0.3646163};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
binarizationWanted=0;
|
binarizationWanted=0;
|
||||||
|
|
@ -31,13 +31,14 @@ sourceName="FashionPolice";
|
||||||
addons[]=
|
addons[]=
|
||||||
{
|
{
|
||||||
"gm_characters_ge_characters",
|
"gm_characters_ge_characters",
|
||||||
"A3_Ui_F"
|
"A3_Ui_F",
|
||||||
|
"A3_Misc_F_Helpers"
|
||||||
};
|
};
|
||||||
class AddonsMetaData
|
class AddonsMetaData
|
||||||
{
|
{
|
||||||
class List
|
class List
|
||||||
{
|
{
|
||||||
items=2;
|
items=3;
|
||||||
class Item0
|
class Item0
|
||||||
{
|
{
|
||||||
className="gm_characters_ge_characters";
|
className="gm_characters_ge_characters";
|
||||||
|
|
@ -52,6 +53,13 @@ class AddonsMetaData
|
||||||
author="Bohemia Interactive";
|
author="Bohemia Interactive";
|
||||||
url="https://www.arma3.com";
|
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[]=
|
dlcs[]=
|
||||||
|
|
@ -127,7 +135,7 @@ class Mission
|
||||||
};
|
};
|
||||||
class Entities
|
class Entities
|
||||||
{
|
{
|
||||||
items=22;
|
items=23;
|
||||||
class Item0
|
class Item0
|
||||||
{
|
{
|
||||||
dataType="Group";
|
dataType="Group";
|
||||||
|
|
@ -1838,7 +1846,7 @@ class Mission
|
||||||
alpha=0.097594045;
|
alpha=0.097594045;
|
||||||
a=47.389;
|
a=47.389;
|
||||||
b=53.664001;
|
b=53.664001;
|
||||||
angle=339.77295;
|
angle=339.77292;
|
||||||
id=40;
|
id=40;
|
||||||
atlOffset=0.00039672852;
|
atlOffset=0.00039672852;
|
||||||
};
|
};
|
||||||
|
|
@ -1868,5 +1876,38 @@ class Mission
|
||||||
};
|
};
|
||||||
id=43;
|
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