边缘世界 RimWorld

边缘世界 RimWorld

Smart Farming
正在显示第 21 - 30 项,共 45 项条目
< 1  2  3  4  5 >
更新于:2022 年 1 月 4 日 下午 4:19

Update
- There have been a couple reports that the No Petty Jobs function can bug out the sowing entirely. While I wasn't able to reproduce this problem, looking over the code closely I did spot one edge case scenario in which the sowing flag could get stuck if a number of conditions were met. This has been fixed.
- Some minor optimizations applied while I was looking over everything closely.

更新于:2022 年 1 月 2 日 下午 3:18

The harvest if threatened now ignores plants not sensitive to the cold, like healroot.

更新于:2021 年 12 月 21 日 上午 11:56

Fixes Harvest Now gizmo not working for zones in caves

更新于:2021 年 12 月 16 日 下午 6:38

Slight adjust to message warnings to avoid spam

更新于:2021 年 12 月 16 日 下午 4:06

New
- Harvest early if threatened: a new mod option which will designate a zone for an immediate harvest if tonight's weather looks to be deadly cold.

This especially pairs well with the smart sow option, which will let sowing happening if a plant are predicted to reach their minimum harvest threshold (usually 65%), because normally pawns will not automatically harvest until 100% growth. With these two features combined, the whole process is much better automated, no micro-management needed.
- Improved the logging
- Minor code optimizations

更新于:2021 年 12 月 8 日 上午 12:11

New
- You can now set the sow mode and priority level of multiple zones at once, even if they don't have the same initial configurations. Doing so will sync them all together to use the same settings.
- As part of these changes, gizmo handling for this mod has been rewritten entirely and is now cached, greatly improving performance while a zone is selected.

Note: at the time of this writing, there is a slight visual glitch with gizmos if you use the mod Performance Optimizer due to the way it caches gizmos. An investigation request has been put in with its author.

更新于:2021 年 12 月 7 日 下午 10:31

Hotfix: Fixes an issue with existing saves trying to install this mod. This had to do with the performance caching in the previous update needing to take place earlier in the code.

更新于:2021 年 12 月 5 日 上午 2:57

New
- Prediction now considers plant rotting. For example plants that can survive the winter but will likely die of old age before maturity, due to slow growth over winter.
- Major performance improvements. An optimized version of rimworld's temperature forecaster has been written up, able to run the internal plant simulation in only 1/10th the time compared to before. Overall, the entire mod is about 70% faster.
- Improved accuracy. Before, if you were settled around +/- 90 degrees latitude, the temperature prediction could be several degrees off due to variance in sunrise/sunset. This is now accurately factored.
- There is now a new mod option called Allow cold sowing. When disabled, smart sow will not allow sowing into freezing soils. This option exists for those who wish to respect vanilla's normal rules.

更新于:2021 年 12 月 2 日 下午 3:56

- Fixed an NRE that could happen when making a new zone in some conditions.
- Some logic optimization regarding how and when cache data is refreshed.

更新于:2021 年 11 月 18 日 下午 5:01

- Slight tweak to the cache improvements in the previous update.