Jump to content

Glass stairs


Petite

Recommended Posts

I'm trying something silly, I would like in my game to have transparent stairs. I got it but for some reason if I put it on a X material we can see through it on the asphalt no problem. I don't know if I'm doing something wrong. Hope the picture can help more than my english.

 

https://steamuserimages-a.akamaihd.net/ugc/955208910477872679/0E3B74436D61C10D2E340D36DD433FA5597D36DE/

https://steamuserimages-a.akamaihd.net/ugc/955208910477873218/A4E437FD7EAB4400B14930C3BDEF8A3289D1AE24/

 

 

<block id="2037" name="clearStairs">

<property name="CustomIcon" value="stainlessSteelStairs25"/>

<property name="Material" value="MglassBulletproof"/>

<property name="MaxDamage" value="5000"/>

<property name="Shape" value="New"/>

<property name="LightOpacity" value="10"/>

<property name="Mesh" value="transparent" />

<property name="Texture" value="285" />

<property name="Model" value="StairsFilledVerticalUV"/> <property name="Place" value="TowardsPlacerInverted"/>

<property name="UseGlobalUV" value="Global"/>

<property name="Clear Stairs"/>

<property name="ImposterExchange" value="imposterRamp" param1="77"/>

<property class="RepairItems"> <property name="silverNugget" value="1"/> </property>

<drop event="Destroy" name="brokenGlass" count="1,4"/>

</block>

 

<block id="2038" name="clearStairs25CornerCNR">

<property name="CustomIcon" value="stainlessSteelStairs25CornerCNR"/>

<property name="Material" value="MglassBulletproof"/>

<property name="MaxDamage" value="5000"/>

<property name="Shape" value="New"/>

<property name="LightOpacity" value="10"/>

<property name="Mesh" value="transparent" />

<property name="Texture" value="285" />

<property name="Model" value="stairs_filled_corner"/> <property name="Place" value="TowardsPlacerInverted"/>

<property class="RepairItems"> <property name="silverNugget" value="1"/> </property>

<drop event="Destroy" name="brokenGlass" count="1,4"/>

</block>

Link to comment
Share on other sites

Nope my block and ramp are working fine.

 

https://steamuserimages-a.akamaihd.net/ugc/955208910478145426/F4777064F2D084DC3D322AC4C796415101F07555/

 

<block id="2035" name="clearRamp">

<property name="CustomIcon" value="glassShowerRamp"/>

<property name="Material" value="MglassBulletproof"/>

<property name="MaxDamage" value="10000"/>

<property name="Shape" value="New"/>

<property name="LightOpacity" value="10"/>

<property name="Mesh" value="transparent" />

<property name="Texture" value="285" />

<property name="Model" value="ramp_glass"/> <property name="Place" value="TowardsPlacerInverted"/>

<property class="RepairItems"> <property name="silverNugget" value="1"/> </property>

<property name="EconomicValue" value="160"/>

<drop event="Destroy" name="brokenGlass" count="1,4"/>

</block>

 

<block id="2036" name="clearBlock">

<property name="CustomIcon" value="glassShowerBlock"/>

<property name="Material" value="MglassBulletproof"/>

<property name="MaxDamage" value="10000"/>

<property name="Shape" value="New"/>

<property name="LightOpacity" value="10"/>

<property name="Mesh" value="transparent" />

<property name="Texture" value="285" />

<property name="Model" value="cube_glass"/>

<property class="RepairItems"> <property name="silverNugget" value="1"/> </property>

<property name="EconomicValue" value="160"/>

<drop event="Destroy" name="brokenGlass" count="1,4"/>

</block>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...