RimWorld
RIMMSqol
396개 중 151~160개 표시 중
< 1 ... 14  15  16  17  18 ... 40 >
업데이트: 2021년 12월 15일 @ 오전 4시 58분

Bug-Fix: Changed harmony patch for food rules to prevent food loaded onto pack animals ignoring the rules.

업데이트: 2021년 12월 9일 @ 오후 2시 45분

[Auto-generated text]: Update on 12/9/2021 11:45:19 PM.

업데이트: 2021년 12월 9일 @ 오전 10시 49분

Fixed upload from 9 Dec @ 11:10am

Loading of mod settings had to be delayed to match the new workflow while keeping early access settings available. Loading the settings too early meant they would think no properties were available since they weren't initialized yet and the initial load reset all changes. If the mod menu was then used the changes were lost for good. If not they will now load up as usual.

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

Settings are lost between restarts.

업데이트: 2021년 12월 9일 @ 오전 2시 10분

Added Filth-Multiplier and stats to floors and terrain.

Some stats are hardwired like Cleanliness or Filth-Multiplier and won't appear in the stats selection. That's because only a handful of stats are actually useful on floors. The stats property is mainly there for mod support. Translations for hardwired stats use the stat's label but have custom tooltips. The default values and min and max limits are now inherited from the stat's definition when used as hardwired properties.

Internal changes for lifecycle events when starting the game to increase available functionality for property definitions.

업데이트: 2021년 12월 3일 @ 오후 1시 47분

Added properties for editing facilities(linkable buildings like dressers).

Bug-Fix: Updates to the list of allowed linkables for a building weren't update unless a game was running.

업데이트: 2021년 12월 1일 @ 오후 10시 47분

- Added ability to offset and scale headgear. Streamlined offset and scaling in general so that it works on creatures of different sizes.

- Modified translations on rendering parameters to not reference the concrete size since the properties can apply to any mesh not just equipment.

A few outliners for rendering. Many mods will work on the rendering. For some it's either/or, so functionality for offset and scaling can be missing altogether on certain things.
Others are bugged or have otherwise decided to differ from vanilla handling, this is mostly affecting the display of hair under hats.

Combat Extended:
No weapon scaling/offset since the mod has it's own properties.
Hat rendering is bugged. If a vanilla layer is used and hair is displayed under the hat CE will render the hat twice. Once with it's own code and once with vanilla.
When using CE layers the hat is rendered with CE's routine and won't be offset or scaled.
The reverse hockeymask doesn't work in general.

Babies and Children [1.3]:
Reverse hockeymask does not work.

HAR:
Reverse hockeymask does not work on non humans.

Vanilla Expanded Framework:
Oversized weapons are not using offset/scaling since they have their own properties.

업데이트: 2021년 11월 27일 @ 오전 8시 33분

Bug-Fix: Layers were not ordered correctly when adopted into the model. This could cause problems if the last layer was responsible for determining how to render the apparel. Namely it caused headgear to be renderd twice in combination with CE' custom layers.

Added "Rendering Parameters" to weapons. They allow weapons to be rendered with offsets and scaling based on bodytype and facing. CE users won't benefit from this since CE uses their own properties for a similar feature.

Modders can define the Rendering Parametersin xml as entry into the modExtensions property.

<li Class="RIMMSqol.performance.QOLDefModExtension_RenderingParameters"> <config> <entries> <li> <bodyType IsNull="true"/> <facing>4</facing> <offsetX>0.1</offsetX> <offsetY>0.2</offsetY> <scaleX>0.3</scaleX> <scaleY>0.4</scaleY> </li> </entries> </config> </li> [\code] Where bodyType null means any bodytype and allowed facing values are 0 North, 1 East, 2 South, 3 West, 4 Any.

업데이트: 2021년 11월 27일 @ 오전 12시 55분

[Auto-generated text]: Update on 11/27/2021 9:55:17 AM.

업데이트: 2021년 11월 24일 @ 오후 7시 38분

Added editable properties to apparel that dictate how hair and shells are rendered. "Shell Rendered Above Clothing", "Shell Covers Head", "Render Under Hair", "Hat Rendered Front Of Face", "Hat Rendered Behind Head" and "Hat Rendered Above Body".

Offsets and scaling will now also affect shells(e.g. power armor).