边缘世界 RimWorld

边缘世界 RimWorld

RIMMSqol
正在显示第 151 - 160 项,共 396 项条目
< 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).