Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2025
4,673
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 1 0
  1. NEW
  2.  
  3. - Sheet Curtains attached to animated doors are now rendered in 3D, attached to the animated doors.
  4. - Added a craft recipe for Sawing a Plank from a Large Branch.
  5. - Further development of an "InheritFood" inputFlag for craftRecipes.
  6. - This is intended to automate translating all of the food qualities from the appropriate input to the appropriate product(s), such as properly splitting a pot of soup into bowls of soup, with all of the proper nutrition, cooked, poison, old, etc.
  7. - Ideally, for most cases for food craftRecipes, having "InheritFood" on the proper input should produce the desired results without needing an OnCreate lua function.
  8. - Added functionality for an "InheritCooked" craftRecipe input flag.
  9. - If an input with that flag is Burnt, Cooked, or Frozen, according to the code the output should also be Burnt, Cooked or Frozen.
  10. - Added Fire Axe Head item and enabled all of the business with them breaking and being assembled and disassembled like other axe items.
  11. - Added Masonry business vehicles so more Masonry Chisels spawn.
  12. - Added Craft Supply business vehicles so more Clay spawns.
  13. - Added Florist business vehicles because we have pretty flowers.
  14. - Holly trees can sometimes drop Holly Berries when chopped down.
  15. - Updated crafting/clay van texture.
  16. - Added Wooden Spade item and carving recipe.
  17. - Added recipe for crafting Molotov.
  18. - Added the Log tag to Log item, so that it can be used along with other tags in an input.
  19.  
  20.  
  21. BALANCE
  22.  
  23. - Adjusted how trees are evaluated based on their tile definition properties to determine their size and whether they yield logs.
  24. - A distinction was introduced within the smallest class of trees, differentiating between "really small" and "small" trees.
  25. - The really small trees will now drop one Log and a Sapling, bigger trees drop more Logs.
  26. - Revised tree health calculations to account for changes in log yield.
  27. - Note: Players with existing savegames will need to travel to unexplored areas for the "small but not really small trees" to drop logs when chopped down.
  28. - Adjusted weight of the broken branch item from 2 to 1.5.
  29. - Adjusted weight of Money Bundle from 1 to 0.5.
  30. - Large enough pine trees can sometimes drop pine cones when chopped down.
  31. - Large enough oak trees can sometimes drop acorns when chopped down.
  32. - Rebalanced tree chopping yields as excess Large Branches were dropping due to redundant code.
  33. - Crayons can be used to make green marks on the map.
  34. - Lowered base stress from the trailer crash story to avoid Ram/Bull killing players on sight.
  35.  
  36.  
  37. FIXES
  38.  
  39. - Fixed some broken animations when holding 1handed knives. We are aware that there are still issues with overtwisting animations and will fix it soon.
  40. - Fixed Null-ref Crashes on User Machines due to missing Display.capabilities
  41. - Fixed a floating sign at 11657x8375.
  42. - Fixed the CarveShortBat craftRecipe producing a LongHandle.
  43. - Fixed missing craftRecipe for assembling spears from proper spear heads.
  44. - Fixed an error with the improvised flashlight recipe onCreate.
  45. - Added a check to prevent car keys from spawning in explored containers.
  46. - Fixed pathfinding failing going up or down carpentry stairs, as well as an issue with negative world coordinates.
  47. - Fixed vehicles ceasing to operate on the edges of the world.
  48. - Fixed off-by-one issue with which chunks are loaded around vehicles and ragdolls in negative world coordinates.
  49. - Fixed line-of-sight issues in negative world coordinates.
  50. - Fixed alarm clocks not waking up players in basements.
  51. - Fixed dung/feather could spawn on water & other unreachable tiles.
  52. - Limit the numbers of dung/feathers that can spawn according to the animal's zone size.
  53. - Fixed rotten/stale text on fertilized eggs (they were still considered as fresh, but text was wrong). Hi, Dipper.
  54. - Fixed unequipping animal corpse not dropping them on the ground.
  55. - Added the functions shouldHaveCollision to IsoSprite to try and help prevent inappropriate thumpables from being instanced.
  56. - Related to issues with both teleporting and basements, added safety checks to several functions that set the Z-level for game elements to ensure that they don't set their Z-level to be below the minimum or above the maximum Z-level of the game engine.
  57. - Fixed error with DebugContextMenu.onTeleportValid.
  58. - Replaced player:teleportTo with getPlayer():teleportTo for non-client teleportation logic in the DebugContextMenu.onTeleportValid function.
  59. - Fixed bugs when teleporting while in a vehicle, which also caused duplications and sometimes trapping players inside cars. Players will now be removed from a vehicle before being teleported.
  60. - Now any time a character in a vehicle teleports, it is funneled through one java function in IsoGameCharacter.java that will properly remove them from a vehicle.
  61. - Fixed the vehicle dashboard remaining on screen when teleporting from within a vehicle.
  62. - Pottery kiln recipes should now accept any charcoal type.
  63. - Fixed Make Improsived Flashlight not consuming the tin can.
  64. - Fixed zombies from ambulance stories not wearing masks. 10% of Ambulance Driver and Doctor outfit zombies will be wearing surgical masks.
  65. - Note that in build 42 10% of Nurse outfit zombies are already wearing surgical masks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement