PC Alpha 20.5 Stable

If you already got a corrupted game prior to the update, the update won't fix it.


...And this is extremely disappointing.

@ everyone: If you have problems post them in "General Support", and add a relevant logfile (there is a pinned thread explaining details). 


Well, already vastly posted in General Support. Bug acknowledged, investigated, fixed in exp, fixed in stable and fix released. So it's nothing even remotely new or deserving *further* data than the two-dozens-or-so of threads didn't already cover in detail.

But the damage the bug caused is not undone. Devs already know everything about that - including profile binary dumps in some cases! - but didn't provide a way to fix that damage. Pity.

 
Push the player against the wall by the 4x4 vehicle etc..... ,
the player can enter the wall inside and walk around the base.
 

This is very useful for robbing others base. 

Even without using auger or dynamite
Everyone can easily break into another's base

and can also use thisway to find underground bases.

PVP in this game is dead

is this be improved?

 
hello, i was running a dedicated server for me and my friends but ever since 20.4, i couldn't run the server again

the update says to add the two lines in the serverconfig.xml
specifically these two lines

<property name="Region" value="NorthAmericaEast" />

<property name="Language" value="English" />

i added them and saved it but when i tried to start up the server, it would only show a few lines then would forced close
do you guys have any fix for this? thanks

 
hello, i was running a dedicated server for me and my friends but ever since 20.4, i couldn't run the server again

the update says to add the two lines in the serverconfig.xml
specifically these two lines

<property name="Region" value="NorthAmericaEast" />

<property name="Language" value="English" />

i added them and saved it but when i tried to start up the server, it would only show a few lines then would forced close
do you guys have any fix for this? thanks
You should post this in General Support section. They will need your server log and use pastebin.com to post it. Instructions are in the pinned topic “Before you post……”.

 
Question about A20... is the chance for honey from stumps almost 100% now? every stump I've broken thus far into my a20.5 game has given me honey

 
Question about A20... is the chance for honey from stumps almost 100% now? every stump I've broken thus far into my a20.5 game has given me honey
pretty sure it was not altered by the team.

you either have a mod that changes it or just good RNG.

my average has been maybe 1 per 15-20 (sometimes i get a few close together and sometimes takes hours).

i just looked at vanilla settings/xml shows

Code:
<block name="treeStump">
	<property name="Material" value="MtreeWoodSmall"/>
	<property name="CreativeMode" value="None"/>
	<property name="Tags" value="wood"/>
	<property name="Shape" value="ModelEntity"/>
	<property name="Path" value="solid"/>
	<property name="Model" value="#Entities/Trees?Prefabs/Stump.prefab"/>
	<property name="ModelOffset" value="0,0,0"/>
	<property name="StabilitySupport" value="false"/> <!-- build restriction -->
	<property name="ImposterDontBlock" value="true"/>
	<property name="IsTerrainDecoration" value="true"/>
	<property name="BigDecorationRadius" value="3"/>
	<property name="IsPlant" value="true"/> <!-- it shall never be placed on rocks -->
	<drop event="Harvest" name="resourceWood" count="20,30" tag="oreWoodHarvest"/>
	<drop event="Destroy" name="foodHoney" count="1" prob=".2"/>
	<property name="FilterTags" value="MC_outdoor,SC_trees"/>
	<property name="SortOrder1" value="a0d0"/>
</block>
 
Last edited by a moderator:
pretty sure it was not altered by the team.

you either have a mod that changes it or just good RNG.

my average has been maybe 1 per 15-20 (sometimes i get a few close together and sometimes takes hours).

i just looked at vanilla settings/xml shows

<block name="treeStump">
<property name="Material" value="MtreeWoodSmall"/>
<property name="CreativeMode" value="None"/>
<property name="Tags" value="wood"/>
<property name="Shape" value="ModelEntity"/>
<property name="Path" value="solid"/>
<property name="Model" value="#Entities/Trees?Prefabs/Stump.prefab"/>
<property name="ModelOffset" value="0,0,0"/>
<property name="StabilitySupport" value="false"/> <!-- build restriction -->
<property name="ImposterDontBlock" value="true"/>
<property name="IsTerrainDecoration" value="true"/>
<property name="BigDecorationRadius" value="3"/>
<property name="IsPlant" value="true"/> <!-- it shall never be placed on rocks -->
<drop event="Harvest" name="resourceWood" count="20,30" tag="oreWoodHarvest"/>
<drop event="Destroy" name="foodHoney" count="1" prob=".2"/>
<property name="FilterTags" value="MC_outdoor,SC_trees"/>
<property name="SortOrder1" value="a0d0"/>
</block>



Hm. I wonder if it's governed by Living off the Land or by Lucky Looter? I do have 1 point in each (or possibly 2 in LL), maybe that's effecting it.  But it definitely feels like every one I've hit has done something lol. The only modlets I have are UI/QoL (and Capp00's voice as the drone lol). Nothing that should change loot

 
When I really need honey, I get one per 20 stumps. When I don’t need honey, I get one honey per stump./shrugs

Also there is a perk book that increases the chance of getting honey, I forget the name. You might look through the books that you’ve read and see if you found that book.

 
Also there is a perk book that increases the chance of getting honey, I forget the name. You might look through the books that you’ve read and see if you found that book.


Maybe I'm misremembering it, but I thought the book made every tree you harvested possibly give honey like a stump.

 
Last edited by a moderator:
You are correct however I thought that included increased honey for stumps as I considered stumps as trees though, honestly, I do not know for sure.

 
You are correct however I thought that included increased honey for stumps as I considered stumps as trees though, honestly, I do not know for sure.
Stumps are about a 10% chance (I believe madmole said that quite a while ago ). Therefore It is guaranteed that you get one jar of honey every 10 stumps, in any one of them. It's uncommon for 10  stumps in a row to not have at least 1. Very uncommon. Sometimes it does indeed feel like an eternity though. I mean 10 stumps can be tough to spot in a short time.

The honey book has a lower chance. It's around a 2% (Madmole also said that back when books were first added) and it does not add to the stumps, just all the trees in the game (that is balanced enough I think!). So you are guaranteed to get 1 jar of honey per 50 hits to any tree, regardless of the block damage.

That means that if you have an steel axe that cuts down trees in 2 hits then you have to -worst case scenario- cut down 25 trees to get 1 jar, while with a stone axe that needs 16 to cut down the biggest one you just need 5 trees minimum. 

 
Last edited by a moderator:
<drop event="Destroy" name="foodHoney" count="1" prob=".2"/>


doesnt this mean a 20% chance to drop from stump?

 
Back
Top