Jump to content

Working Ovens and Sinks


Valmar

Recommended Posts

EDIT = I just searched the entire thread to find if there's anything about sound but it seems that because it's a modded file it won't use sounds well if there's a solution for that and someone found it please share :D

 

i cant seem to get the oven sound when i open it, everything else works fine

 

the only change i've made in blocks.xml is this

 

<property name="LootList" value="130"/>

 

to

 

<property name="LootList" value="175"/>

 

 

and

 

<!--Working Oven and Sink -->

<lootcontainer id="130" size="10,9" sound_open="UseActions/open_cupboard" sound_close="UseActions/close_cupboard" >

</lootcontainer>

 

to

 

<!--Working Oven and Sink -->

<lootcontainer id="175" size="10,9" sound_open="UseActions/open_cupboard" sound_close="UseActions/close_cupboard" >

</lootcontainer>

 

because in my loot xml there's already a loot container 130

 

i initially tried it with 130 with no sound coming out then changed it to 175 ( since there is no id with that number :p ) with the same results

any solutions :p ?

Link to comment
Share on other sites

Curious, why didn't you just modify the existing item 1076 wallOven?

 

 

I've been using the mod from this thread for forever.

<block id="1076" name="wallOven">    <property name="Class" value="Campfire" />
   <property name="Material" value="wood" />
   <property name="Texture" value="346,345,341,345,262,345" />
   <property name="IsTerrainDecoration" value="true" />
   <property name="ParticleName" value="campfire" />
   <property name="ParticleOffset" value="0.5,0,0.5" />
<property name="HeatMapStrength" value="2"/>
<property name="HeatMapTime" value="1200"/>
<property name="HeatMapFrequency" value="25"/>
   <drop event="Destroy" name="wallOven" count="1" />
   <property name="Group" value="Food/Cooking" />
 </block>

 

I’ve been using a working oven and sinks for a long time. My oven is so cool though as the flames come out the top of it in perfect position and it will burn you if you touch the flames. The sinks I left click for clean water and right click to empty the water out of the jars. I did the ovens via the blocks file and the sinks via the emptyJar in items file

Link to comment
Share on other sites

  • 4 months later...

Doubt it. This was made a long time ago and barely worked for A17. There was a lot of issues for a lot of people. Alpha 17 changed a lot of things and is almost like a new game. Doubt it will work for it. Your best bet is waiting for someone to update it so it’s compatible for alpha 17 or wait for someone to make a new one.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...