RimWorld
[SYR] Scar Removal Plus
239 Komentar
Scando-lus 23 Okt 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 6 Sep 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 5 Jun 2024 @ 1:14am 
Awesome, thanks for your hard work.
Alias 15 Mei 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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3247467735
Flast_Chorsid 13 Mei 2024 @ 9:08pm 
Dude, update this awesome mod to 1.5 plz!
Gman 6 Mei 2024 @ 7:53pm 
1.5 pls!
Ewell 3 Mei 2024 @ 9:03am 
I never realised how great this mod really was until I couldn't use it anymore.
Tomas Left 30 Apr 2024 @ 4:06pm 
One day it'll get updated
The Bard of Hearts 23 Apr 2024 @ 11:03pm 
Hoping for a 1.5 update
Ealdorman 11 Apr 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 31 Mar 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 24 Feb 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 16 Jan 2024 @ 7:01pm 
Nvm. I found the issue. Just a different mod getting in the way. :steamhappy:
The Bard of Hearts 16 Jan 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 30 Agu 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 30 Jul 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 26 Jul 2023 @ 6:35am 
Is there a bug in opening the mod setting ingame?
ChelGame 20 Jul 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 20 Jul 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 17 Jun 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 13 Apr 2023 @ 4:34pm 
Perfect mod for me. Working fine with 300 other mods . Thank you.
run~~~ 5 Mar 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 19 Feb 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) 19 Des 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 11 Des 2022 @ 2:31pm 
Why It require Infusion artefact? It's mod so I don't even know how to get it
Lanthrudar 5 Nov 2022 @ 9:06am 
I flipped those, oh well, should be able to copy/paste it in the right order.
Lanthrudar 5 Nov 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 5 Nov 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 8 Sep 2022 @ 4:12pm 
Is this CE compatible?
QiamOnline 12 Jun 2022 @ 7:23am 
Can you make it available for animals too? Or is there already a mod for regenerating animal body parts?
Fedeh 9 Mei 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 28 Apr 2022 @ 10:51am 
i'm not experienced in mod dev and i can't fix it by myself
MasterGenjiMain 28 Apr 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 4 Apr 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  [pembuat] 3 Mar 2022 @ 1:00pm 
That sounds like it's not from my mod but EPOE maybe?
MasterGenjiMain 29 Des 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_ 25 Des 2021 @ 3:27pm 
fixing the brain scar I have but said it needs artifacts? what is that artifacts?
MAXIMUS, Lucius Valerius 19 Des 2021 @ 10:37pm 
@Firehawk/Devixian Did you set your pawn in health tab to "best quality medicine"?
Devixian-Firehawk 19 Des 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  [pembuat] 15 Des 2021 @ 2:46am 
It's seperate. EPOE forked uses the same code though, they asked me if they can use it.
;D 14 Des 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  [pembuat] 9 Okt 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 9 Okt 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  [pembuat] 5 Okt 2021 @ 9:33am 
Updated to 1.3.
vizthex 20 Sep 2021 @ 3:02pm 
could you update this and add support for animals?
BamboozleBallet 8 Sep 2021 @ 8:02pm 
No wait, put it at the very bottom of your mod list it should work!!! yes I'm so happy!
BamboozleBallet 8 Sep 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 29 Agu 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 ♡ 17 Agu 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 17 Agu 2021 @ 2:17am 
1.3 PLZ