边缘世界 RimWorld

边缘世界 RimWorld

Big and Small - Framework
正在显示第 231 - 240 项,共 434 项条目
< 1 ... 22  23  24  25  26 ... 44 >
更新于:2024 年 6 月 12 日 上午 9:01

Update on 6/12/2024 6:01:16 PM.

Null-checks and compatibility fixes.

更新于:2024 年 6 月 9 日 下午 11:13

Update on 6/10/2024 8:11:06 AM.

Small tweak to the Returned code so soulless characters cannot return. Also soulless characters with Revenant Soul and the like cannot return if they are soulless either, for obvious reasons.

更新于:2024 年 6 月 9 日 上午 5:04

Update on 6/9/2024 2:02:31 PM.

A ton of updates. Changed how the Prerequisite Genes tick. Most don't do their standard tick anymore, and run based on events instead. Let me know if you run into update issues. Overall it should be more responsive now though, not less.

A bunch of new framework features to support the new stuff in Big & Small Genes, etc.

更新于:2024 年 5 月 31 日 上午 1:56

Update on 5/31/2024 10:55:01 AM.

Super-fast fix to a compatibility error with Integrated Implants and the Engulf-jump.

更新于:2024 年 5 月 30 日 下午 11:09

Update on 5/31/2024 8:07:21 AM.

Fixed an issue from yesterday's update from some incomplete code that I had forgotten about. It was causing genepacks to generate with the wrong gene when extraction was performed.

The purpose of the code was to replace genes that should not be extracted (e.g. BS_DO_NOT) with random genes, but due to an incorrect if-statement it was running on nearly everything. Sorry about that.

更新于:2024 年 5 月 30 日 下午 11:05

[Auto-generated text]: Update on 5/31/2024 8:03:43 AM.

更新于:2024 年 5 月 30 日 上午 11:12

[Auto-generated text]: Update on 5/30/2024 8:10:53 PM.

更新于:2024 年 5 月 25 日 下午 12:58

Update on 5/25/2024 9:56:31 PM.

Fixed the Prerequisite update method where I'd accidentally removed the tick-check when cleaning up commented out code. So for awhile it ran far more often than intended.

更新于:2024 年 5 月 25 日 上午 10:07

Update on 5/25/2024 7:05:18 PM.

Greater Deathless now uses `OfPlayerSilentFail` so it doesn't generate a pointless warning message during world generation (Dracul Masters checking if the gene was applied to a player pawn)

更新于:2024 年 5 月 24 日 下午 11:46

Update on 5/25/2024 8:45:00 AM.

A ton of framework updates to support immortality genes, etc.

Also moved the Blank Facial Animation faces into the frame work, because apparently I had forgotten those in the B&S Genes mod when moving the "Facial Animation disabler" into the framework.