Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - JadeXyan

#1
Outdated / Re: [B18] cuproPanda's Mods (5 Dec 17)
December 06, 2017, 05:50:33 AM
Hey, I'm either missing something or here to report a bug. Coffee shrubs (the ones grown on hydroponics) produce raw coffee beans which seem to have no use? Is there a way to roast these that I'm missing or are these leftovers from a past version that shouldn't be there?
#2
I'm having a problem trying to research Crystalline Synthesizing, essentially my colonists act as though I had not selected any research at all and never go to the research bench, even if they are idle. I've met all its requirements, I can even get some research points into it if I trick them by researching something else and switching suddenly, eventually they stop researching and go back to pretending I never selected research.
#3
Really enjoying your mods, but I've run into a few issues...

Firstly, the spotlight turret and mining turret are getting unlocked with microelectronics basics for me instead of via their respective researches.

Also the sonar isn't working for me, it builds but does nothing; the debug log gives these errors after its built:

Exception in Tick (pawn=Frank, job=FinishFrame A=Thing_MobileMineralSonar_Frame438196, CurToil=2): System.InvalidCastException: Cannot cast from source type to destination type.
  at MobileMineralSonar.Building_MobileMineralSonar.SpawnSetup (Verse.Map map, Boolean respawningAfterLoad) [0x00000] in <filename unknown>:0
  at Verse.GenSpawn.Spawn (Verse.Thing newThing, IntVec3 loc, Verse.Map map, Rot4 rot, Boolean respawningAfterLoad) [0x00000] in <filename unknown>:0
  at RimWorld.Frame.CompleteConstruction (Verse.Pawn worker) [0x00000] in <filename unknown>:0
  at RimWorld.JobDriver_ConstructFinishFrame+<MakeNewToils>c__IteratorE.<>m__34 () [0x00000] in <filename unknown>:0


and


GetInspectString exception on MobileMineralSonar438624:
System.NullReferenceException: Object reference not set to an instance of an object
  at MobileMineralSonar.Building_MobileMineralSonar.GetInspectString () [0x00000] in <filename unknown>:0
  at RimWorld.InspectPaneFiller.DrawInspectStringFor (ISelectable sel, System.Single& y) [0x00000] in <filename unknown>:0
Verse.Log:Error(String)
RimWorld.InspectPaneFiller:DrawInspectStringFor(ISelectable, Single&)
RimWorld.InspectPaneFiller:DoPaneContentsFor(ISelectable, Rect)
RimWorld.MainTabWindow_Inspect:DoPaneContents(Rect)
RimWorld.InspectPaneUtility:InspectPaneOnGUI(Rect, IInspectPane)
RimWorld.MainTabWindow_Inspect:DoWindowContents(Rect)
Verse.<WindowOnGUI>c__AnonStorey2C4:<>m__1B1(Int32)
UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, GUISkin, Int32, Single, Single, GUIStyle)