mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-05-25 16:51:38 +00:00
Added new batch of script object icons + some fixes
This commit is contained in:
parent
78400b7072
commit
37fd93d10e
Binary file not shown.
BIN
resources/script/common/DistanceFog.txtr
Normal file
BIN
resources/script/common/DistanceFog.txtr
Normal file
Binary file not shown.
BIN
resources/script/common/Sound.txtr
Normal file
BIN
resources/script/common/Sound.txtr
Normal file
Binary file not shown.
BIN
resources/script/common/SoundModifier.txtr
Normal file
BIN
resources/script/common/SoundModifier.txtr
Normal file
Binary file not shown.
BIN
resources/script/common/StreamedAudio.txtr
Normal file
BIN
resources/script/common/StreamedAudio.txtr
Normal file
Binary file not shown.
BIN
resources/script/common/StreamedMovie.txtr
Normal file
BIN
resources/script/common/StreamedMovie.txtr
Normal file
Binary file not shown.
BIN
resources/script/common/VisorFlare.txtr
Normal file
BIN
resources/script/common/VisorFlare.txtr
Normal file
Binary file not shown.
BIN
resources/script/common/VisorGoo.txtr
Normal file
BIN
resources/script/common/VisorGoo.txtr
Normal file
Binary file not shown.
@ -46,12 +46,12 @@ CModel* CAreaAttributes::SkyModel()
|
||||
switch (mGame)
|
||||
{
|
||||
case ePrime:
|
||||
return (CModel*) static_cast<TFileProperty*>(pBaseStruct->PropertyByIndex(7))->Get().RawPointer();
|
||||
case eEchoesDemo:
|
||||
case eEchoes:
|
||||
return (CModel*) static_cast<TFileProperty*>(pBaseStruct->PropertyByID(0xD208C9FA))->Get().RawPointer();
|
||||
case eCorruptionProto:
|
||||
case eCorruption:
|
||||
return (CModel*) static_cast<TFileProperty*>(pBaseStruct->PropertyByIndex(8))->Get().RawPointer();
|
||||
return (CModel*) static_cast<TFileProperty*>(pBaseStruct->PropertyByID(0xD208C9FA))->Get().RawPointer();
|
||||
default:
|
||||
return nullptr;
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ public:
|
||||
};
|
||||
|
||||
/*
|
||||
* __CProperty is a template subclass for actual properties.
|
||||
* TTypedProperty is a template subclass for actual properties.
|
||||
*/
|
||||
template <typename PropType, EPropertyType TypeEnum, class ValueClass>
|
||||
class TTypedProperty : public IProperty
|
||||
|
@ -61,7 +61,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/DistanceFog.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">Sound.cmdl</model>
|
||||
<billboard source="file">script/common/Sound.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
|
@ -17,7 +17,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/SoundModifier.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -77,7 +77,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedAudio.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -39,7 +39,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedMovie.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">script/common/DebugCameraWaypoint.CMDL</model>
|
||||
<model source="file">script/common/CameraWaypoint.cmdl</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -25,7 +25,9 @@
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/DistanceFog.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
|
@ -30,7 +30,7 @@
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">Sound.cmdl</model>
|
||||
<billboard source="file">script/common/Sound.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
|
@ -17,7 +17,9 @@
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Active" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedAudio.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
|
@ -22,7 +22,9 @@
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorFlare.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
|
@ -19,7 +19,9 @@
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorGoo.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
|
@ -34,7 +34,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/DistanceFog.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -82,7 +82,7 @@
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">Sound.cmdl</model>
|
||||
<billboard source="file">script/common/Sound.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
|
@ -27,7 +27,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/SoundModifier.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -33,7 +33,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedAudio.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -36,7 +36,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedMovie.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -85,7 +85,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorFlare.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -45,7 +45,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorGoo.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -75,7 +75,6 @@
|
||||
<model source="property">0xC27FFA8F</model>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<collision source="property">0x0FC966DC</collision>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -119,7 +119,6 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0xE61748ED:0xAD54DA11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -62,7 +62,6 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0xE61748ED:0xAD54DA11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -124,11 +124,8 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0xC55918CC:0xBB06DD83</model>
|
||||
<model source="property">0xC55918CC:0xC0A86488</model>
|
||||
<model source="property">0xC55918CC:0x8DDD85CA</model>
|
||||
<model source="property">0xC55918CC:0x5EF8B288</model>
|
||||
<model source="property">0xC55918CC:0x5796A143</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -141,7 +141,6 @@
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0x0F4D73B7:0x07D8CC4F</model>
|
||||
<model source="property">0x0F4D73B7:0x2FA93722</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -34,7 +34,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/DistanceFog.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -57,7 +57,6 @@
|
||||
<assets>
|
||||
<animparams source="property">0xE25FB08C</animparams>
|
||||
<model source="property">0xB20CC271</model>
|
||||
<model source="property">0xAE5B2114</model>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
</assets>
|
||||
|
@ -139,13 +139,10 @@
|
||||
<assets>
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<animparams source="property">0xB92B481D</animparams>
|
||||
<animparams source="property">0x7E6E0D38</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0x00AE9C61</model>
|
||||
<model source="property">0x62C744CD:0xC0BA9E18</model>
|
||||
<model source="property">0x62C744CD:0x6B1FBC3A</model>
|
||||
<model source="property">0xE61748ED:0xAD54DA11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -58,7 +58,6 @@
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<animparams source="property">0x4A1E493B:0x85F36473:0xF10B6EF6</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
</assets>
|
||||
|
@ -49,7 +49,6 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0xA9482EB1</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -164,13 +164,9 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<animparams source="property">0xA18F626B</animparams>
|
||||
<animparams source="property">0x0ABEF809</animparams>
|
||||
<animparams source="property">0x9B193AE8</animparams>
|
||||
<animparams source="property">0xC24CF580</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0x4F3A4566</model>
|
||||
<model source="property">0x72258FE7</model>
|
||||
<model source="property">0xE61748ED:0xAD54DA11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -50,7 +50,6 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0xE61748ED:0xAD54DA11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -287,25 +287,6 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0x91E88D81:0xE47262F5</model>
|
||||
<model source="property">0x91E88D81:0xA9BAC3FE</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0x07D8CC4F</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0xAE30AE06</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0x656C7DA3</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0x78694D1B</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0xB3359EBE</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0x35A1EC10</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0xFEFD3FB5</model>
|
||||
<model source="property">0x91E88D81:0x8B452A19:0x37E99C23</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0x07D8CC4F</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0xAE30AE06</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0x656C7DA3</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0x78694D1B</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0xB3359EBE</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0x35A1EC10</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0xFEFD3FB5</model>
|
||||
<model source="property">0x91E88D81:0x0CF8C54C:0x37E99C23</model>
|
||||
<model source="property">0x91E88D81:0xBBD84681</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">Sound.cmdl</model>
|
||||
<billboard source="file">script/common/Sound.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
|
@ -163,7 +163,6 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0x560CF813:0xE61748ED:0xAD54DA11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -143,7 +143,6 @@
|
||||
<animparams source="property">0xB3774750:0xE25FB08C</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
<model source="property">0x15E03A2F:0xE61748ED:0xAD54DA11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -33,7 +33,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedAudio.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -67,7 +67,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorFlare.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -42,7 +42,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorGoo.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -187,7 +187,7 @@
|
||||
<object ID="SAMD" template="Script/StreamedAudioModifier.xml"/>
|
||||
<object ID="STAU" template="Script/StreamedAudio.xml"/>
|
||||
<object ID="MOVI" template="Script/StreamedMovie.xml"/>
|
||||
<object ID="SUBT" template="Script/Subtitle.xml"/>
|
||||
<object ID="SUBT" template="Script/Subtitles.xml"/>
|
||||
<object ID="SCTL" template="Script/SurfaceControl.xml"/>
|
||||
<object ID="SWBT" template="Script/SwarmBot.xml"/>
|
||||
<object ID="SWTC" template="Script/Switch.xml"/>
|
||||
|
@ -42,8 +42,6 @@
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0xA244C9D8</animparams>
|
||||
<model source="property">0x7E397FED:0xC0BA9E18</model>
|
||||
<model source="property">0x7E397FED:0x6B1FBC3A</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -3,8 +3,8 @@
|
||||
<name>DialogueMenu</name>
|
||||
<properties>
|
||||
<struct ID="0x255A4580" template="Structs/EditorProperties.xml"/>
|
||||
<struct ID="0xE0543E66" template="Structs/TextStruct.xml"/>
|
||||
<struct ID="0xC8E441FA" template="Structs/TextStruct.xml"/>
|
||||
<struct ID="0xE0543E66" template="Structs/TextProperties.xml"/>
|
||||
<struct ID="0xC8E441FA" template="Structs/TextProperties.xml"/>
|
||||
<property ID="0x7B86E0A2" type="long">
|
||||
<default>100</default>
|
||||
</property>
|
||||
|
@ -52,7 +52,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/DistanceFog.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -14,9 +14,7 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0xA3D63F44</animparams>
|
||||
</assets>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">Sound.cmdl</model>
|
||||
<billboard source="file">script/common/Sound.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
|
@ -31,7 +31,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/SoundModifier.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -56,7 +56,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedAudio.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -36,7 +36,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedMovie.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -34,7 +34,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/DistanceFog.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">Sound.cmdl</model>
|
||||
<billboard source="file">script/common/Sound.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
|
@ -27,7 +27,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/SoundModifier.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -33,7 +33,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedAudio.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -36,7 +36,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/StreamedMovie.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/Timer.txtr</model>
|
||||
<billboard source="file">script/common/Timer.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
|
@ -67,7 +67,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorFlare.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
@ -41,7 +41,9 @@
|
||||
<property name="Scale" ID="0x255A4580:0x5846524D:0x02"/>
|
||||
<property name="Active" ID="0x255A4580:0x41435456"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<assets>
|
||||
<billboard source="file">script/common/VisorGoo.txtr</billboard>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
|
Loading…
x
Reference in New Issue
Block a user