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日 @ 0時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日 @ 17時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日 @ 16時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日 @ 16時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日 @ 15時24分

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

更新: 2021年9月6日 @ 0時18分

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

更新: 2021年9月5日 @ 18時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.