RimWorld

RimWorld

[SYR] Scar Removal Plus
239 Comments
Scando-lus Oct 23, 2024 @ 11:39pm 
@Monkey Magic - I clicked on the link out of curiosity, It did take a second to load but it pulled up discord on my browser. It popped me into a conversation in the (un)official Rimworld discord so if you're not logged into discord or haven't joined rimworld's (un)official discord then it won't work. Syrchalis stated that they aren't even going to be playing 1.5 so F to their mods.

o7
Monkey Magic Sep 6, 2024 @ 8:44am 
@Alias - Whatever that first link is supposed to prove, it leads to nothing. The app shows up as an error, and the browser option requires a log in. and is probably just the same error page in any case.

That aside, I can confirm that Syrchalis has stated on their Ko-fi account that they are not modding for RimWorld anymore :(
Ralathar44 Jun 5, 2024 @ 1:14am 
Awesome, thanks for your hard work.
Alias May 15, 2024 @ 9:08pm 
Syrchalis has stepped away from modding [discord.com], as such I'll be adopting a few of their mods, including this one. 1.5 update here: https://steamcommunity.com/sharedfiles/filedetails/?id=3247467735
Flast_Chorsid May 13, 2024 @ 9:08pm 
Dude, update this awesome mod to 1.5 plz!
Gman May 6, 2024 @ 7:53pm 
1.5 pls!
Ewell May 3, 2024 @ 9:03am 
I never realised how great this mod really was until I couldn't use it anymore.
Tomas Left Apr 30, 2024 @ 4:06pm 
One day it'll get updated
The Bard of Hearts Apr 23, 2024 @ 11:03pm 
Hoping for a 1.5 update
Ealdorman Apr 11, 2024 @ 12:39pm 
just to let you know this mod isnt compatible with 1.5. if its active you cannot open the operations tab with any pawn colonist, slave or prisoner. can give u the exact lines of code that the visual exceptions mod keeps giving me if you wish.
FoxHound / Nathan Hawn Mar 31, 2024 @ 10:41am 
Thanks for the mod but little warning though ! It's incompatible with 1.5 and prevent from opening the surgery menu of a pawn =)
Deadmano Feb 24, 2024 @ 8:35pm 
Thanks for the mod! Just a heads up, you mention in one of your patches "<!--same shit 12x because Rimworld is too dumb to remove it otherwise-->" the issue there is that you are using "<Operation Class="PatchOperationSequence">" which means that if even a singular patch fails (which, most likely they will given your targetting) they will all fail. It's better to use "<Operation Class="PatchOperationConditional">" and then check for the Def's xpath first like in your case it'd be:

<Operation Class="PatchOperationConditional">
<xpath>/Defs/ResearchProjectDef[defName = "RegenerativeMedicine"]</xpath>

That way the patch will only apply if it actually finds that xpath.
The Bard of Hearts Jan 16, 2024 @ 7:01pm 
Nvm. I found the issue. Just a different mod getting in the way. :steamhappy:
The Bard of Hearts Jan 16, 2024 @ 2:47pm 
I seem to be having an issue where attempting to remove a scar from an animal says "No giltterworld meds available" even though I have like 50 of them. Anyone else have this issue or know what to do about it?
Monkey Magic Aug 30, 2023 @ 5:18pm 
"Does this mod change the vanilla mechanics in any way, or does it just add these as new operations?" - Pretty sure it just adds new ones.

One thing worth mentioning though, just healed a colonists eye that had a scar and the popup text stated "eye successfully removed" instead of "repaired" - may want to fix that XD
BlueTressym Jul 30, 2023 @ 11:52pm 
So, I used the suggested fix for the research issue, as described below, which worked (thank you, folks) but I now have a different error: https://gist.github.com/HugsLibRecordKeeper/c5ac3a94bb35b825c6416979a62e2906

I am also having the same issue with the Mod Settings as described by Purake: if you open the window for this mod's settings, it won't close again.
Tequila Sunset Jul 26, 2023 @ 6:35am 
Is there a bug in opening the mod setting ingame?
ChelGame Jul 20, 2023 @ 6:35am 
In general, if in the Pathces folder in the ScarRemoval_Patches.xml file comment out
<!-- <li Class="PatchOperationRemove">
<xpath>/Defs/ResearchProjectDef[defName = "RegenerativeMedicine"]</xpath>
</li> -->
line like this, then the error goes away. The functionality is not affected, as I understand it, so you can change it, although this error should be harmless, so you can ignore it
ChelGame Jul 20, 2023 @ 3:42am 
As I understand it, the error Could not resolve cross-reference to Verse.ResearchProjectDef named RegenerativeMedicine (wanter=prerequisites) is related to an attempt to refer to a study, but the problem is that there is no such study (I did not find the defs about research in principle, here it is and swears. If they know how to add this research and roll out a patch that fixes this error? It is harmless, as I understand it, but mazolit eyes
Angelin01 Jun 17, 2023 @ 12:20pm 
@Syrchalis Can confirm Lanthrudar's and MasterGenjiMain's report. Having RBSE installed is giving errors with "Could not resolve cross-reference to Verse.ResearchProjectDef named RegenerativeMedicine (wanter=prerequisites)". Seems your patch isn't working quite right.
Dizzy Ioeuy Apr 13, 2023 @ 4:34pm 
Perfect mod for me. Working fine with 300 other mods . Thank you.
run~~~ Mar 5, 2023 @ 12:22am 
i wonder how to change the glitter medicine into other mod medicine. because i play with medieval quest reward but still trouble with the medicine use on the scar remove .
Nitsah Feb 19, 2023 @ 1:48am 
How is this still a problem lmao. I remember this being a thing a few years ago and having to wait for the game to load just to check default settings.
Sasha Pines (no brain) Dec 19, 2022 @ 7:15am 
opening the the option menu for this mod just straight up lock me forever and i cant even close the menu why ????
Stellar Harbour Dec 11, 2022 @ 2:31pm 
Why It require Infusion artefact? It's mod so I don't even know how to get it
Lanthrudar Nov 5, 2022 @ 9:06am 
I flipped those, oh well, should be able to copy/paste it in the right order.
Lanthrudar Nov 5, 2022 @ 9:05am 
<ParallelForEach>b__0 (object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()
Lanthrudar Nov 5, 2022 @ 9:05am 
Seeing this error in 1.4. Can you please review and update? Error log is too big to post all so will post the bottom part here and the top part as a new comment...

Could not resolve cross-reference to Verse.ResearchProjectDef named RegenerativeMedicine (wanter=prerequisites)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ResearchProjectDef> (string,Verse.FailMode,object)
Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ResearchProjectDef>:TryResolve (Verse.FailMode)
Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef)
Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:
bugrilyus Sep 8, 2022 @ 4:12pm 
Is this CE compatible?
QiamOnline Jun 12, 2022 @ 7:23am 
Can you make it available for animals too? Or is there already a mod for regenerating animal body parts?
Fedeh May 9, 2022 @ 8:29pm 
Can you remove the artifact requeriment for healing brain scars?
It dosnt seems to work very well, for example i just installed "infusion" mod and now this mod is asking me things from that mod, last time it was a smooth pulser thing, now is that of infusion
MasterGenjiMain Apr 28, 2022 @ 10:51am 
i'm not experienced in mod dev and i can't fix it by myself
MasterGenjiMain Apr 28, 2022 @ 10:50am 
@Syrchalis error disappears if in ScarRemoval_Patches.xml rename "RegenerativeMedicine" to any other name. However recearch do not work well in this situation. In basic (with error, "RegenerativeMedicine" button disappears from recearch tab and removing of scars and etc works all time), after renaming "RegenerativeMedicine" technology remains in place but removing of scars and etc works without research too
Tiny_Xenomorph Apr 4, 2022 @ 10:44pm 
Mod caused a bug where I need to use glitterworld for any surgery? I have no mods that effect medicine or surgery other than this one
Syrchalis  [author] Mar 3, 2022 @ 1:00pm 
That sounds like it's not from my mod but EPOE maybe?
MasterGenjiMain Dec 29, 2021 @ 12:25am 
@Syrchalis Caught error "Could not resolve cross-reference to Verse.ResearchProjectDef named RegenerativeMedicine (wanter=prerequisites)". Any ideas how to resolve it?
Azrael_ Dec 25, 2021 @ 3:27pm 
fixing the brain scar I have but said it needs artifacts? what is that artifacts?
MAXIMUS, Lucius Valerius Dec 19, 2021 @ 10:37pm 
@Firehawk/Devixian Did you set your pawn in health tab to "best quality medicine"?
Devixian-Firehawk Dec 19, 2021 @ 3:51pm 
Seems to not register that I have glitter world medicine no matter what I do, and as far as I can tell, it's not a mod conflict. I'm sure I'm probably missing something, but I figured I'd leave this here just in case.
Syrchalis  [author] Dec 15, 2021 @ 2:46am 
It's seperate. EPOE forked uses the same code though, they asked me if they can use it.
;D Dec 14, 2021 @ 11:30pm 
Is this mod what the old EPOE with scar healing was based on? Since EPOE removed it, does this 'return' the feature in the same sense?
Syrchalis  [author] Oct 9, 2021 @ 10:36am 
Yeah, I had a nice image showing the costs, but steam is too stupid and forgot the image, and I cant upload it because steam is dumb.
Thundercraft Oct 9, 2021 @ 3:14am 
I'm not sure that I understand. To clarify:

To fix the medical conditions listed in the description involves performing a Surgery? And each of these surgeries require Glitterworld medicine? Is this correct?
Syrchalis  [author] Oct 5, 2021 @ 9:33am 
Updated to 1.3.
vizthex Sep 20, 2021 @ 3:02pm 
could you update this and add support for animals?
BamboozleBallet Sep 8, 2021 @ 8:02pm 
No wait, put it at the very bottom of your mod list it should work!!! yes I'm so happy!
BamboozleBallet Sep 8, 2021 @ 7:58pm 
Its not smart medicine, I don't use that mod and this doesn't work for me, I want to cure some scars.
smitty_the_smith Aug 29, 2021 @ 12:07am 
This mod has almost a dependency on Smart Medicine because unless you leave your health settings to always use Glitterworld medicine SR+ will not do it's deal. SM is still 1.2 so it would be awesome if someone could port the "Use best medicine for surgery" feature.
♡ Pustalorc ♡ Aug 17, 2021 @ 5:32am 
To everyone asking for a 1.3 update, did any of you try the mod first? Because I've just tested it, and in vanilla, with no other mods, it works as intended.
If there's any big issues, and you can clarify, I can maybe make an unofficial update, but otherwise, it should work as intended.
gforce.baron Aug 17, 2021 @ 2:17am 
1.3 PLZ