RimWorld

RimWorld

Not enough ratings
Memory Implants
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.1, 1.2, 1.3, 1.4
File Size
Posted
Updated
1.185 MB
Mar 9, 2020 @ 6:54am
Jan 20 @ 10:02pm
7 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Memory Implants

Description
This mod adds implants similar to Neural Computation, but for memory to slow the rate of skill loss to 20% of the original value. Together with Great Memory trait the skill loss will be just 10%.

The drawback is that the pawn will get brain shocked by EMP damage.

Requires Neural Computation research to build it.

Memory assistant
Skill loss rate x 20%

REQUIRES ROYALTY DLC!

This mod can be added to an existing game.

Compatible with VanillaSkillsExpanded (Thanks to kingerman88)

28 Comments
Chrido  [author] Jan 20 @ 10:05pm 
@kingerman88 Great job! The mod has now been updated with your patch.
kingerman88  [author] Jan 18 @ 6:30pm 
*Half a year later*

Was looking through my mods for my next mod list and remembered this mod. Way late, but ended up making a transpiler for this and sent a GitHub pull request. Feel free to give it a look and a try, from my testing everything functioned the same.
Xercaine Jun 25, 2023 @ 1:37pm 
*Facepalm*, sometimes I think my brain is permanently on 50% Consciousness. Thanks, I'll check it out!
Chrido  [author] Jun 25, 2023 @ 1:34pm 
Check the comment before your first post. I'm linking to the github repository of the mod. You are welcome to take the code and make your own version of it.
Xercaine Jun 25, 2023 @ 7:19am 
One last question; could you maybe include the source in the mod? I tried decompiling for a personal version, but I'm out of my depth, as usual.
Xercaine Jun 24, 2023 @ 10:32am 
Alright, I get that! Thanks for the reply. Good luck if you try to do either at some point.
Chrido  [author] Jun 24, 2023 @ 8:09am 
It's a good idea but I don't know how to do it. In game mod settings would be even better.
Xercaine Jun 24, 2023 @ 7:57am 
Would you consider having the skill loss as XML? I wanted to make a patch that sets it to x0%, but saw that it's hardcoded, so I just thought I'd ask.
Chrido  [author] Jun 16, 2023 @ 9:07am 
Thanks for reporting.

Here is the source code for this mod https://github.com/jonaslarsson/rimworld-memoryimplants/blob/master/Source_VS2019/MemoryImplants/Patch_SkillRecordInterval.cs

You are welcome to try to make a version of this mod that is compatible with VanillaSkillsExpanded.
kingerman88  [author] Jun 15, 2023 @ 2:09pm 
Great mod, tho I found that this mod breaks the forget speed of the mod Vanilla Skills Expanded. The destructive nature of the prefix causes the VSE mod's transpiler to be completely ignored. Here's a link to their transpiler https://github.com/Vanilla-Expanded/VanillaSkillsExpanded/blob/main/1.4/Source/VSE/Passions/PassionPatches.cs#L189