RimWorld
Perspective: Buildings
32개 중 21~30개 표시 중
< 1  2  3  4 >
업데이트: 2021년 9월 9일 오전 6시 14분

- Allows the ignore modExtension to override the usual rules and force the allowance of an offset. This is used, for example in my Seeds Please: Lite fork for the seed processing spot.

업데이트: 2021년 9월 9일 오전 12시 36분

- Non-static shadows now follow a building's offset. As for static shadows (buildings that occupy the entire tile space tend to have these), these are much more difficult to get working. Project for another day, perhaps.
- The ignore and no-mirror flags are no longer component properties, but instead modExtension properties. This removes needless performance overhead.

업데이트: 2021년 9월 6일 오후 5시 08분

- Update to fix gizmo errors that may occur if you were an early adopter of the mod, as well as preventing any future similar incidents from happening again.

업데이트: 2021년 9월 6일 오후 4시 29분

- Added a number of buildings that have perfectly symmetrical artwork to the exceptions list described in the previous update. No need for them to have a mirror button.

업데이트: 2021년 9월 6일 오후 4시 00분

Exposed the new mirroring function to XML patching to allow overriding this allowance.

<li Class="Perspective.CompProperties_Offsetter"> <mirror>false</mirror> </li>

업데이트: 2021년 9월 6일 오후 3시 24분

- New feature: Mirroring, available to non-rotatable buildings like sculptures.
- Added UI sound effects
- Minor code optimizations

업데이트: 2021년 9월 6일 오전 12시 18분

- Excludes wall mounted stuff
- Sittable buildings like chairs now have 4-way adjustment. Tuck those chairs in!
- Minor code optimization

업데이트: 2021년 9월 5일 오후 6시 39분

- Fixes power consumers not being adjustable.

업데이트: 2021년 9월 5일 오전 9시 54분

- Special exclusions for animated buildings, like wind turbines.

업데이트: 2021년 9월 5일 오전 9시 35분

- Removal of a stray debug message that sneaked in.