RimWorld
Elite Bionics Framework
Εμφάνιση 61-70 από 75 καταχωρίσεις
< 1 ... 5  6  7  8 >
Ενημέρωση: 18 Απρ 2020 στις 3:13

Updated to v2.1.0 Beta 3: Fixed NullReferenceException when a social fight is about to start.

Ενημέρωση: 9 Απρ 2020 στις 5:23

Updated to v2.1.0 Beta 2: Fixed unexpected, critical patching bug (credits to Neceros and Bar0th for suggesting improvements)

Ενημέρωση: 22 Μαρ 2020 στις 8:36

Updated to v2.1.0 (Beta 1): new tool power adjuster comp

Ενημέρωση: 3 Μαρ 2020 στις 5:19

Updated to v2.0.0: update to RimWorld v1.1

Ενημέρωση: 1 Φεβ 2020 στις 1:18

Updated to v1.1.1: fixed a few UI bugs.

Ενημέρωση: 31 Ιαν 2020 στις 6:55

Updated to v1.1.0: scaleAdjustment now available. Refer to documentation for how to use it.

Ενημέρωση: 7 Δεκ 2019 στις 0:15

[Auto-generated text]: Update on 12/7/2019 4:15:36 PM.

Ενημέρωση: 8 Νοε 2019 στις 23:25

[Auto-generated text]: Update on 11/9/2019 3:25:38 PM.

Ενημέρωση: 27 Ιουν 2019 στις 6:12

Fixed bug where a bad patch made some capacity-affecting hediffs (e.g. scratch, crack, etc.) fail to show themselves when the player is highlighting the capacity readout.

For example, suppose a pawn has a scratch in the left leg. Before the bug was fixed, the Movement tooltip will look something like "Moving: 80%\nAffected by:\n"; notice that nothing follows after the 2nd '\n' character. After fixing, the tooltip should correctly display, e.g., "[...] left leg 18/30"

Ενημέρωση: 15 Μαϊ 2019 στις 8:04

Fixed critical bug that caused the vanilla GetMaxHealth() method to always return 0, causing a lot of errors, such as the instant-bleedout-from-injury bug.

Now, the vanilla GetMaxHealth() will return its vanilla results. However, I urge all modders out there to reconsider what they are trying to achieve with the vanilla method. Under the EBF, it's very likely they want to obtain the max HP of body parts via our new method, but we can't assume anything.