RimWorld
Signs and Comments
 此主題已被置頂,因此它可能很重要
Dark  [開發人員] 2021 年 8 月 17 日 下午 12:22
Bug reports & Suggestions
If you find any bugs, things that seem out of place or wrong, or just have some suggestions for improvement, please let me know in here and we can discuss it.
If posting a bug report, please include any errors from the game's log.
< >
目前顯示第 1-15 則留言,共 26
qux 2021 年 8 月 18 日 上午 7:09 
Hi, I think you interverted texture for archrustic and archwood no ?
Dark  [開發人員] 2021 年 8 月 18 日 下午 3:18 
As in, they're drawing upside-down?
qux 2021 年 8 月 18 日 下午 3:45 
no, the arch rustic seems modern and the arch wood seems rustic
Dark  [開發人員] 2021 年 8 月 18 日 下午 6:22 
Oh, I see what you mean. Well, when I named the rustic one "rustic," I meant for it to be in line with Ideology's "rustic" style being like the American western. The "wooden" one is just a log hanging from some posts.
Princess Autobalance 2021 年 8 月 21 日 上午 5:16 
Immediately following this latest update, your mod bugs out on loading:

XML error: Could not register node named "SignWithCustomLabelBase" in mod Dark.Signs because this name is already used in this mod.
Verse.Log:Error(String, Boolean)
Verse.XmlInheritance:Verse.XmlInheritance.TryRegister_Patch1(XmlNode, ModContentPack)
Verse.LoadedModManager:Verse.LoadedModManager.ParseAndProcessXML_Patch3(XmlDocument, Dictionary`2)
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.<>c:<Start>b__6_1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart()
Princess Autobalance 2021 年 8 月 21 日 上午 5:27 
Forgot to mention, this is on 1.2 and it's on game boot, before any save file is even loaded.
Dark  [開發人員] 2021 年 8 月 21 日 上午 9:07 
Okay, I'll look into that. I only tested the 1.3 update assuming they would be the same, my mistake.
Dark  [開發人員] 2021 年 8 月 21 日 上午 9:23 
Forgot to mention, this is on 1.2 and it's on game boot, before any save file is even loaded.
Thank you for reporting this, the update just now should make it work again. My apologies for messing it up, that was on me.
Princess Autobalance 2021 年 8 月 21 日 上午 10:24 
引用自 Dark
Forgot to mention, this is on 1.2 and it's on game boot, before any save file is even loaded.
Thank you for reporting this, the update just now should make it work again. My apologies for messing it up, that was on me.

Had to unsub and resub because steam is a ♥♥♥, but it's working again. Thanks! :)
Sindri Myr 2021 年 8 月 22 日 上午 7:11 
I have been playing the same save for a few days and all was fine when suddenly the game dropped to 20 fps and the debug log started spamming these two lines over and over.

"getting comment graphic"
"False False True"

Getting comment graphic
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Dark.Signs.Comp_Sign:get_CurrentGraphic ()
Dark.Signs.Building_Comment:get_Graphic ()
Verse.Thing:Print (Verse.SectionLayer)
Verse.ThingWithComps:Print (Verse.SectionLayer)
Verse.SectionLayer_ThingsGeneral:TakePrintFrom (Verse.Thing)
(wrapper dynamic-method) Verse.SectionLayer_Things:Verse.SectionLayer_Things.Regenerate_Patch0 (Verse.SectionLayer_Things)
(wrapper dynamic-method) Verse.Section:Verse.Section.RegenerateLayers_Patch1 (Verse.Section,Verse.MapMeshFlag)
Verse.MapDrawer:TryUpdateSection (Verse.Section)
Verse.MapDrawer:MapMeshDrawerUpdate_First ()
(wrapper dynamic-method) Verse.Map:Verse.Map.MapUpdate_Patch1 (Verse.Map)
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

False False True
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Dark.Signs.Comp_Sign:get_CurrentGraphic ()
Dark.Signs.Building_Comment:get_Graphic ()
Verse.Thing:Print (Verse.SectionLayer)
Verse.ThingWithComps:Print (Verse.SectionLayer)
Verse.SectionLayer_ThingsGeneral:TakePrintFrom (Verse.Thing)
(wrapper dynamic-method) Verse.SectionLayer_Things:Verse.SectionLayer_Things.Regenerate_Patch0 (Verse.SectionLayer_Things)
(wrapper dynamic-method) Verse.Section:Verse.Section.RegenerateLayers_Patch1 (Verse.Section,Verse.MapMeshFlag)
Verse.MapDrawer:TryUpdateSection (Verse.Section)
Verse.MapDrawer:MapMeshDrawerUpdate_First ()
(wrapper dynamic-method) Verse.Map:Verse.Map.MapUpdate_Patch1 (Verse.Map)
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

Do you think this is related to this mod? I only think so because it talks of signs and comments but honestly I have no idea.
Sindri Myr 2021 年 8 月 22 日 上午 7:34 
So I found if I delete all the comments in my base the error stops and performance returns to normal. I spent like an hour loading over and over trying to delete some versus others to try and see if it was a specific one but it seems to be all of them. After I delete them the error goes away but if I make a new comment then the log starts repeating again. It's very strange because I didn't change any of me mods. I am not sure why it broke suddenly with little seeming cause.

Edit the physical built signs do not seem to cause this error for me.
最後修改者:Sindri Myr; 2021 年 8 月 22 日 上午 7:37
Dark  [開發人員] 2021 年 8 月 22 日 下午 5:38 
引用自 Sindri Myr
So I found if I delete all the comments in my base the error stops and performance returns to normal. I spent like an hour loading over and over trying to delete some versus others to try and see if it was a specific one but it seems to be all of them. After I delete them the error goes away but if I make a new comment then the log starts repeating again. It's very strange because I didn't change any of me mods. I am not sure why it broke suddenly with little seeming cause.

Edit the physical built signs do not seem to cause this error for me.
Try the update I just uploaded, let me know if that makes no difference.
Sindri Myr 2021 年 8 月 23 日 下午 12:04 
I got the update and loaded a save with 45 comments and let it run for about 10 minutes and did not see a single error logged. So I think you fixed it I will post again if I see it return. Thank you for your help and the mod :)
MiiBot 2021 年 9 月 5 日 下午 4:46 
Disabling Sign button seems to disable all other's mods icons.
This includes...

The entire UINotIncluded
Window's mod button that shows natural light.
Ceiling light's button too.
Absolute Madman✨ 2021 年 9 月 8 日 下午 3:44 
Hey! I love the mod, but having signs around with a mod like Camera+ makes it rather obnoxious in terms of scrolling.

Are we able to add more scroll options?
< >
目前顯示第 1-15 則留言,共 26
每頁顯示: 1530 50