Skip to content

Commit

Permalink
added music rock
Browse files Browse the repository at this point in the history
  • Loading branch information
Zt-freak committed Mar 31, 2022
1 parent 86b893d commit 8b02059
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This mod adds Trans pride paths, a flag, a HRT.CAFE sign and estrogen and testos
- [Smannsaker](https://smannsaker.wixsite.com/smannsaker) - Sign model and wooden pole texture
- [ReptileInk (Feral Designs)](https://getsauced2012.wixsite.com/zootycoonwarehouse) - Flag model and pole texture
- [IsabelleDotJpeg](https://twitter.com/IsabelleDotJpeg) - BLÅHAJ model and texture
- [Mirte](https://twitter.com/Mirteaaa) - HRT.CAFE writing
- IKEA of Sweden - BLÅHAJ zoopedia entry
- Wikipedia - Estrogen and testosterone zoopedia entry
- Nederlandse Spoorwegen - Gladde vloer sign design
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<material fx="BaseDecalDetail" name="musicalrock_hrtcafe">
<param name="AlphaApplyMode" type="dword">4</param>
<param name="AlphaBlendEnable" type="bool">false</param>
<param name="AlphaFunc" type="dword">5</param>
<param name="AlphaRef" type="dword">20</param>
<param name="AlphaTestEnable" type="bool">true</param>
<param name="AmbientMaterialSource" type="dword">1</param>
<param name="ColorApplyMode" type="dword">4</param>
<param name="CullMode" type="dword">1</param>
<param name="DiffuseMaterialSource" type="dword">1</param>
<param name="EmissiveMaterialSource" type="dword">0</param>
<param name="MaterialAmbient" type="vector4">1, 1, 1, 1</param>
<param name="MaterialDiffuse" type="vector4">1, 1, 1, 1</param>
<param name="MaterialEmissive" type="vector4">0, 0, 0, 1</param>
<param name="MaterialPower" type="float">1</param>
<param name="ShadeMode" type="dword">2</param>
<param name="SpecularEnable" type="bool">false</param>
<param name="TexCoordIndex0" type="dword">0</param>
<param name="TexCoordIndex1" type="dword">1</param>
<param name="TexCoordIndex2" type="dword">0</param>
<param name="Texture0" type="texture">xt_general</param>
<param name="Texture1" type="texture">hrtcafe_general</param>
<param name="Texture2" type="texture">rock_detail</param>
<param name="TextureTransform2" type="matrix">9.000000, 0.000000, 0.000000, 0.000000, 0.000000, 9.000000, 0.000000, 0.000000, -4.000000, -4.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000</param>
<param name="TextureTransformFlags2" type="dword">2</param>
</material>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
57 changes: 57 additions & 0 deletions entities/objects/scenery/ai/MusicalRock_HrtCafe.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<BFTypedBinder binderType="MusicalRock_HrtCafe">
<types>
<entity>
<scenery>
<MusicalRock_HrtCafe />
</scenery>
</entity>
</types>
<instance>
<BFGEntity entityVersion="1">
<physObjParenting>
<parentObj parent="mainObj" child="shadowObj" rottype="use" postype="ignore" attachnode="link" />
</physObjParenting>
</BFGEntity>
</instance>
<shared>
<UIToggleButton template="adopt">
<UIAspect>
<default image="entities\objects\scenery\MusicalRock_hrtcafe\MusicalRock_hrtcafe_icon.dds" />
</UIAspect>
<UIHelpInfo name="" short="" long="" help="" ids="entityname:MusicalRock_HrtCafe" />
<on>
<event msg="ZT_SETPLACEMENTOBJECT" data="BFString" string="MusicalRock_HrtCafe" />
</on>
</UIToggleButton>
<BFAIEntityDataShared s_Product="Downloads" b_MusicalRock="true" s_uisort="r" s_Zoopedia="zoopedia:zoopedia_soundrock:entry" f_FameReq="40" />
<ZTPlacementData terrainFlatten="false" icon3Doffset="-0.85 0.25 0.65" icon3Dscale="0.65" />
<ZTTourData>
<theme_extinct value="3" />
</ZTTourData>
</shared>
<binder>
<BFNamedBinder binderName="shadowObj">
<instance>
<BFPhysObj>
<BFMovingBlobShadowComponent shadowTexture="world\shadows\blob\round_blob2.tga" baseNode="footprint" width="2" length="1.5" intensity="0.3" />
</BFPhysObj>
</instance>
</BFNamedBinder>
<BFNamedBinder binderName="mainObj">
<instance>
<BFPhysObj>
<BFSimpleLODComponent isBFR="true" modelfile="entities\objects\scenery\MusicalRock_hrtcafe\musicalrock_hrtcafe" initialTextKey="snd &quot;againstme&quot; looping" switch="0 20" />
<BFGroundFitComponent heightOffset="0.0" />
</BFPhysObj>
</instance>
</BFNamedBinder>
<BFBinder>
<instance>
<ZTEconomyComponent cost="420">
<ZTTransaction name="build" costType="parent" type="debit" category="construction" />
<ZTTransaction name="destroy" cost="16.428571428571427" costType="%parent" type="credit" category="recycling" />
</ZTEconomyComponent>
</instance>
</BFBinder>
</binder>
</BFTypedBinder>
7 changes: 7 additions & 0 deletions entities/sound/transnoises.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<soundtags>
<BFSoundtag>
<BF3DSndFactory name="againstme">
<snd name="entities/objects/scenery/MusicalRock_HrtCafe/sound/AgainstMe.wav" volume="3" mindist="1" maxdist="60" looping="1" softenGain=".4" />
</BF3DSndFactory>
</BFSoundtag>
</soundtags>
12 changes: 12 additions & 0 deletions lang/1033/MusicalRock_HrtCafe_name.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<ZT2Strings>
<LOC_STRING _locID="entityname:MusicalRock_HrtCafe">HRT.CAFE Musical Rock</LOC_STRING>
<LOC_STRING _locID="entityname:MusicalRock_HrtCafe_stt">HRT.CAFE Musical Rock</LOC_STRING>
<LOC_STRING _locID="entityname:MusicalRock_HrtCafe_lower">The HRT.CAFE Musical Rock</LOC_STRING>
<LOC_STRING _locID="entityname:MusicalRock_HrtCafe_ltt">
<color r="255" g="248" b="178">
<b>HRT.CAFE Musical Rock</b>
</color>
<br/>
Click to select and place HRT.CAFE Musical Rock.
</LOC_STRING>
</ZT2Strings>

0 comments on commit 8b02059

Please sign in to comment.