RimWorld
You Are So Beautiful
4개 중 1~4개 표시 중
업데이트: 2025년 9월 28일 @ 오후 9시 37분

Added a Mod Settings menu. The following options are now configurable:
Effective Charm Range: Adjust the minimum and maximum PawnBeauty stat used in calculations.
Personal Beauty Cap: Set the maximum beauty bonus a pawn can get from their own stats.
Observed Beauty Cap: Set the maximum beauty bonus a pawn can get from seeing others.
Pawn Perception Radius: Configure the distance at which pawns influence each other.
Allow Negative Beauty: Toggle whether very low charm and social skills can result in a negative beauty effect.

업데이트: 2025년 9월 28일 @ 오전 10시 48분

The primary algorithm's complexity was reduced from O(n²) to O(n*k), resulting in a massive decrease in performance cost, especially in colonies with many pawns.
Test Results:
The test was conducted with a mod list of 350 Mods and a colony of 27 colonists, all placed in the same area via developer mode to simulate a high-load scenario.
Baseline (Mod Disabled): 320-350 TPS
Pre-Optimization (Mod Enabled): 290-300 TPS
Post-Optimization (Mod Enabled): 320-340 TPS

업데이트: 2025년 9월 28일 @ 오전 2시 46분

Limited pawn processing to only include the player's faction, prisoners, and visitors.
Hostile factions are now completely ignored, significantly reducing performance overhead, especially during raids.

업데이트: 2025년 9월 27일 @ 오후 9시 11분

[Auto-generated text]: Initial upload.