RimWorld
Choice Of Psycasts
Affichage des entrées 11-20 sur 37
< 1  2  3  4 >
Mis à jour le : 28 mai 2022 à 9h42

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

Mis à jour le : 28 mai 2022 à 4h32

You saw nothing.

Mis à jour le : 28 mai 2022 à 3h10

- 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.

Mis à jour le : 27 mai 2022 à 1h13

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

Mis à jour le : 26 mai 2022 à 3h10

- 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.

Mis à jour le : 19 janv. 2022 à 7h18

Removed source files.

Mis à jour le : 18 janv. 2022 à 3h51

- 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.

Mis à jour le : 27 déc. 2021 à 6h26

Added info card button to the psycast selection float menu.

Mis à jour le : 6 nov. 2021 à 5h04

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

Mis à jour le : 5 nov. 2021 à 9h38

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