Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Uncle Zed

Fruit doesn't spawn anymore

Recommended Posts

The types.xml and events.xml have been changed for 1.06 in regards to fruit. For example, apple:
 

1.05 types.xml:

Quote

    <type name="Apple">
        <lifetime>900</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>    

1.06 types.xml:

Quote

    <type name="Apple">
        <nominal>0</nominal>
        <lifetime>900</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
        <category name="food"/>
    </type>

In 1.06, Apple, Plum and Pear are not even in the events.xml. Again, an example of apple from 1.05:

Quote

    <event name="TrajectoryApple">
        <waves>0</waves>
        <nominal>140</nominal>
        <min>2</min>
        <max>4</max>
        <lifetime>180</lifetime>
        <restock>0</restock>
        <saferadius>25</saferadius>
        <distanceradius>100</distanceradius>
        <cleanupradius>25</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="0"/>
        <position>player</position>
        <limit>parent</limit>
        <active>1</active>
        <children>
            <child lootmax="0" lootmin="0" max="0" min="0" type="Apple"/>
        </children>
    </event>

Does anyone know why this was done? Fruit is not spawning.

Share this post


Link to post
Share on other sites

I wonder if this is because of the lack of fruit trees in Livonia?

As a test, what happens if you use the 1.05 versions on a 1.06 server -- do apples spawn then?

 

Share this post


Link to post
Share on other sites

You sure about the lack of fruit trees? I've seen plenty of trees that looked like apple trees. 

  • Beans 1

Share this post


Link to post
Share on other sites
2 hours ago, Uncle Zed said:

You sure about the lack of fruit trees? I've seen plenty of trees that looked like apple trees. 

Definitely not sure -- just thought they weren't being used as fruit trees -- maybe it's just that the fruit spawns were turned off then.

Share this post


Link to post
Share on other sites

×