RimWorld
Choice Of Psycasts
Εμφάνιση 11-20 από 37 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 28 Μαϊ 2022 στις 9:42

UI issiues should be fixed now for real, sorry everyone.

Ενημέρωση: 28 Μαϊ 2022 στις 4:32

You saw nothing.

Ενημέρωση: 28 Μαϊ 2022 στις 3:10

- Added failsafe in case of lack of ChoiceOfPsycast comp that would leave the pawn with a dummy psycast causing major issues.

- Optimised data saving to only save not empty lists.

Ενημέρωση: 27 Μαϊ 2022 στις 1:13

Revert comp patching change, becase apparently filtering pawns based on humanlike intelligence is too narrow.

Ενημέρωση: 26 Μαϊ 2022 στις 3:10

- Added reflection based compatibility with Psycast Upgrade Framework.

- Modified comp patching to be based on the pawn having humanlike intelligence, to avoid bloating saves with choice info in every farm animal etc.

Ενημέρωση: 19 Ιαν 2022 στις 7:18

Removed source files.

Ενημέρωση: 18 Ιαν 2022 στις 3:51

- Reworked how preventing gaining free psycasts works to avoid rare issue when a pawn already has a psycast of the higher level.
- Added an option to get no free psycasts on increasing psylink level (if you change the settings afterwards, the previous choices will be presented to you.)
- Added compatibility with Keep on Linking mod by Marek15
- Added signal handling to the comp, allowing other mods to cause the mod to present set choice of psycasts.

Ενημέρωση: 27 Δεκ 2021 στις 6:26

Added info card button to the psycast selection float menu.

Ενημέρωση: 6 Νοε 2021 στις 5:04

- Made sure CanLearn list is initialised in the patch function.

Ενημέρωση: 5 Νοε 2021 στις 9:38

List menu now displays the Psycast icons.
Minor refactoring of the code.