Project Zomboid

Project Zomboid

Barricaded World - Extended Erosion [b41/b42]
10件中 1-10 を表示
更新:2024年12月23日 @ 16時37分
更新者:Onkeen

Added b42 support

更新:2022年9月24日 @ 13時24分

- Fix out-of-bounds errors on some window tiles
- Slight performance improvement in tile parsing

更新:2022年2月5日 @ 13時18分

Added the ability to protect some doors or windows from erosion

  • Right click on your safehouse’s doors/windows and select “Protect from erosion”
  • You can also remove protection from erosion the same way
  • See it in action here

更新:2022年1月3日 @ 3時32分

- Fixed "leading outside doors" breaking chances that were too high (80%)
- Tweaked doors chances (40% break, 20% barricaded, interior still never barricaded)

更新:2021年12月31日 @ 3時12分

- Tweaked doors chances (20% break, 25% barricaded, interior still never barricaded)
- MP fix: Avoid multiple parsing at 100% erosion by synchronizing ModData with client

更新:2021年12月30日 @ 16時44分

- Optimization! Now use addRandomBarricades() vanilla function for planks instead of own custom code (less customization of percentages, more performances loading world)
- Doors are now affected too (40% chances of break, 25% chances of being barricaded, interior doors never barricaded, garage doors are unaffected)
- The 30 days since first load is now a 30 days since last time the tile was loaded
- Flag applied to windows/doors parsed at 100% erosion to avoid further infinite barricading

更新:2021年12月29日 @ 12時04分

- Added erosion integration
- The more advanced the erosion, the more chances the following code has to happen
- Example: 25% of current erosion advancement means 25% chance for a windows to go through the Barricaded World code.
- 30 days after a place first load, if the place is loaded again, the code will be run again for current erosion
- Removed metal bars because of incompatibility with bay windows
- First attempt to fix unbaricading issue in MP

更新:2021年12月29日 @ 8時05分

All windows in the game are now taken into account by the mod
Windows are now randomly broken (60%)
Windows placed by the user are excluded from the mod parsing for destruction/auto barricade
Windows that have been "spared" on first load are no longer at risk of being broken by the mod
Only windows on ground floor gets barricaded, top floors may still be destroyed

更新:2021年12月29日 @ 1時45分

更新:2021年12月27日 @ 11時25分