Search the Community
Showing results for tags '315751'.
Found 1 result
-
this is a full list of changes, including stuff klei might have glossed over in their patch notes! (note: this is only code changes, it would be far to taxing at-least at this moment to go over image and animation changes) Component Changes: The builder component now does a check for the tag "hungrybuilder" and removes 5 hunger if that was the first fast craft in the last minute. The burnable component has a new property called ignorefuel, when burnable.ignorefuel is set to true, the fueled component doesn't start/stop consuming fuel when set on fire/extinguished. The combat component no longer checks the fueltype of fueled entities when determining if they are burnable. The combat component also no longer loses its target when it wakes of from sleep(the game state, not sleeping from like a panflute) The deployhelper component now has a function called AddRecipeFilter(recipename), which makes the deployhelper only activate when the recipes added via AddRecipeFilter are being placed. The herd component has a new property called nomerging, when herd.nomerging is true, herds can no longer merge with other nearby herds(duh) The lootdropper component also uses the burnable.ignorefuel property to determine if it should drop its loot. The pickable component got a off by on bug fixed regarding protected_cycles giving one more protected cycle than it should. (thanks Scott) The placer component now uses WallUpdate(60 tps) instead of Update(30 tps) this has been handled in such a way that mods are unaffected. A new component circuitnode which is used to connect entities to other entities within a certain radius. A new component updatelooper, because klei got fed up with DoPeriodicTask being imprecise. Prefab Changes: The bugnet's build got changed from "bugnet" to "swap_bugnet" structure_collapse_fx got a new material type called "none", thats silent. The trunkvest_summer got the waterproofer component added to it. winona now has the tag "hungrybuilder" the following are new prefabs, which due to the nature of content wont be covered: winona_battery_high winona_battery_low winona_battery_sparks winona_catapult winona_catapult_projectile winona_spotlight Misc Changes: Priority has been changed for oval/shield portrait loading, see characterutil.lua@12 The engineering tab was added for winona FUELTYPE.MAGIC was clarified to be a "V2C: use this one if u don't want there to be any associated fuel" WAY WAY WAY to many changes to the skin system for me to even try to understand, let alone explain here, all that you should know is that if you used any "skin function" it more than likely got changed. This is all the files that got changed in reference to skins: that's all the changes for this update, expect these with every update that klei pushes! for a more game-play related overview of this update checkout Game Update 315751, The Players Change-log! Previous update: Game Update 304366, The Modders Change-log! As always, if I got anything wrong, or missed something, let me know and I can take another look at the code.