HammerDano
Hunter
I just started a 21.22 GB update on xbox
and done....got that snazzy new loading screen. V3.0.0 (B259)I just started a 21.22 GB update on xbox
I had to reset my bindings, then log off and back on after saving them. The way I did it was select anotherSo, anybody else having an issue rotating blocks when building?
I can't build anything decent without block rotation, I hope it's just my own problem.
Since the latest version blocks don't rotate anymore, but I haven't started a new game since the first experimental.
Could that be the reason?![]()
Is that right? Seems like on a PvP server the bear would already be cleared out 99% of the time by xp farmers and it would just be an empty cave. Plus, who trusts anyone on a PvP server anyway?Player 2 joins the PvP community. Everybody wins!
There's bugs and then there's bugs. "Game crashes when I reload" is going to get fixed for a 'stable', "The shotgun is of wrong color" might not.not trying to bash you guys but how is it stable all of a sudden?
2 bugs i reported are in "confirmed" and "work in progress".
That rule would result in 3.0 stable never being released. Bugs will continue to get fixed in the 3.0.x updates as well as the 3.x.x updates.as soon as bugs got fixed![]()
But I never touch the bindings...I had to reset my bindings, then log off and back on after saving them.
Assembly-CSharp.dll logging, not XML/config output and not Harmony itself.EntityBackpack now calls an unguarded LogBackpack() method during:ReadStartWriteOnEntityUnloadRemoveBackpackif (ConnectionManager.Instance.IsServer ||
world.IsLocalPlayer(RefPlayerId))
{
Log.Out(...);
}
IsServer is always true. Therefore every backpack serialization and lifecycle event is written at INF level. There is no debug setting or config check protecting it.| Measurement | Result |
|---|---|
| Total log lines | 65,380 |
| Backpack lines | 39,003 |
| Share of entire log | 59.7% |
| Unique backpack entity IDs | 484 |
Write messages | 30,131 |
Read messages | 2,952 |
Start messages | 2,929 |
OnEntityUnload messages | 2,807 |
RemoveBackpack messages | 184 |
