RimWorld

RimWorld

SeedsPlease
Autogenerated seeds notice in log
I just noticed that I have an autogenerated seeds notification in my debug log during startup and I just wanted to share the log since it says to do that. I use saucy_pigeon's "Realistic Planets - Fan Update", which is where I believe the autogenerated acacia tree seeds come from. The grass and tallgrass might be from "Wild Cultivation - Fan Update", although I thought this and that mod already had full compatibility. The only other mods I use that effect grass are "Grazing Lands" and "Grass Is Still Hay", although I didn't think they would interfere with Seeds Please

SeedsPlease :: Some Seeds were autogenerated. Don't rely on autogenerated seeds, share the generated xml for proper support.


<!-- SeedsPlease :: Plant_Grass (Patched) Autogenerated as Seed_Grass-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Grass</defName>
<label>grass seeds</label>
<sources>
<li>Plant_Grass</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Grass</defName>
<label>extract grass seeds</label>
<description>Extract seeds from Hay</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Hay</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Hay</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Grass>3</Seed_Grass>
</products>
</RecipeDef>

<!-- SeedsPlease :: Plant_TallGrass (Patched) Autogenerated as Seed_TallGrass-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_TallGrass</defName>
<label>tallgrass seeds</label>
<sources>
<li>Plant_TallGrass</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_TallGrass</defName>
<label>extract tallgrass seeds</label>
<description>Extract seeds from Hay</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Hay</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Hay</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_TallGrass>3</Seed_TallGrass>
</products>
</RecipeDef>

<!-- SeedsPlease :: RRP_TreeAcacia (saucypigeon.realisticplanets) Autogenerated as Seed_RRP_Acacia-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_RRP_Acacia</defName>
<label>rrp_acacia seeds</label>
<sources>
<li>RRP_TreeAcacia</li>
</sources>
</SeedsPlease.SeedDef>

Verse.Log:Warning(String, Boolean)
SeedsPlease.DefGenerator_GenerateImpliedDefs_PostResolve_Patch:Postfix()
RimWorld.DefGenerator:RimWorld.DefGenerator.GenerateImpliedDefs_PostResolve_Patch3()
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()
< >
Showing 1-4 of 4 comments
RevReese 2 Feb, 2021 @ 5:40am 
I also have a yellow error with Seeds Please autogenerating seeds but it seems to be working fine anyhow with the odd exception that a couple of the seeds have purple cross icons instead of actual proper icons.



SeedsPlease :: Some Seeds were autogenerated. Don't rely on autogenerated seeds, share the generated xml for proper support.


<!-- SeedsPlease :: VG_Plant_Agave (dismarzero.vgp.vgpvegetablegarden) Autogenerated as Seed__Agave-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed__Agave</defName>
<label>_agave seeds</label>
<sources>
<li>VG_Plant_Agave</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed__Agave</defName>
<label>extract _agave seeds</label>
<description>Extract seeds from Agave</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawAgave</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawAgave</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed__Agave>3</Seed__Agave>
</products>
</RecipeDef>

<!-- SeedsPlease :: Plant_TreeBee (dismarzero.vgp.vgpvegetablegarden) Autogenerated as Seed_Bee-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Bee</defName>
<label>bee seeds</label>
<sources>
<li>Plant_TreeBee</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Bee</defName>
<label>extract bee seeds</label>
<description>Extract seeds from Honey</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Honey</li>
</thingDefs>
</filter>
<count>5</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Honey</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Bee>3</Seed_Bee>
</products>
</RecipeDef>

<!-- SeedsPlease :: PlantAvocadoTree (dismarzero.vgp.vgpmoreveggies) Autogenerated as Seed_Avocado-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Avocado</defName>
<label>avocado seeds</label>
<sources>
<li>PlantAvocadoTree</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_Avocado</defName>
<label>extract avocado seeds</label>
<description>Extract seeds from Avocado</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawAvocado</li>
</thingDefs>
</filter>
<count>6</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawAvocado</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_Avocado>3</Seed_Avocado>
</products>
</RecipeDef>

<!-- SeedsPlease :: Plant_TreeRandom (dismarzero.vgp.xtratreesandflowers) Autogenerated as Seed_Random-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Random</defName>
<label>random seeds</label>
<sources>
<li>Plant_TreeRandom</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: MSI_SOG (ogliss.bishop.smokeleafindustryreborn) Autogenerated as Seed_MSI_SOG-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_MSI_SOG</defName>
<label>msi_sog seeds</label>
<sources>
<li>MSI_SOG</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_MSI_SOG</defName>
<label>extract msi_sog seeds</label>
<description>Extract seeds from SmokeleafLeaves</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_MSI_SOG>3</Seed_MSI_SOG>
</products>
</RecipeDef>

<!-- SeedsPlease :: MSI_SCROG (ogliss.bishop.smokeleafindustryreborn) Autogenerated as Seed_MSI_SCROG-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_MSI_SCROG</defName>
<label>msi_scrog seeds</label>
<sources>
<li>MSI_SCROG</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_MSI_SCROG</defName>
<label>extract msi_scrog seeds</label>
<description>Extract seeds from SmokeleafLeaves</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</filter>
<count>5</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_MSI_SCROG>3</Seed_MSI_SCROG>
</products>
</RecipeDef>

Verse.Log:Warning(String, Boolean)
SeedsPlease.DefGenerator_GenerateImpliedDefs_PostResolve_Patch:Postfix()
RimWorld.DefGenerator:RimWorld.DefGenerator.GenerateImpliedDefs_PostResolve_Patch1()
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()

Did you ever fix this?
Captolamia 15 Feb, 2021 @ 3:13pm 
Some of these maybe spelling errors in the xml files. You can go in and fix them with a text editor. I have another post where I fixed Agave because it was misspelled.
xsnowboardsensei 25 Mar, 2021 @ 9:56pm 
I had similar debug log errors from AnyPlant, which seems to blow up the log as it were.
Additionally, Regrowth Boreal Forest Expansion does too:

SeedsPlease :: Some Seeds were autogenerated. Don't rely on autogenerated seeds, share the generated xml for proper support.

<!-- SeedsPlease :: AnyPlant_Plant_Rice (allezsoyez.anyplant.anyplant) Autogenerated as Seed_AnyRice-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_AnyRice</defName>
<label>anyrice seeds</label>
<sources>
<li>AnyPlant_Plant_Rice</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_AnyRice</defName>
<label>extract anyrice seeds</label>
<description>Extract seeds from Rice</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawRice</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawRice</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_AnyRice>3</Seed_AnyRice>
</products>
</RecipeDef>

<!-- SeedsPlease :: AnyPlant_Plant_Potato (allezsoyez.anyplant.anyplant) Autogenerated as Seed_AnyPotato-->

...

<!-- SeedsPlease :: RG-CB_Plant_SpruceTreePine (regrowth.botr.coldbogexpansion) Autogenerated as Seed_RG-CB_SprucePine-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_RG-CB_SprucePine</defName>
<label>rg-cb_sprucepine seeds</label>
<sources>
<li>RG-CB_Plant_SpruceTreePine</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: RG-CB_Plant_KarimTree (regrowth.botr.coldbogexpansion) Autogenerated as Seed_RG-CB_Karim-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_RG-CB_Karim</defName>
<label>rg-cb_karim seeds</label>
<sources>
<li>RG-CB_Plant_KarimTree</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: RG-BF_Plant_Potokus (regrowth.botr.borealforestexpansion) Autogenerated as Seed_RG-BF_Potokus-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_RG-BF_Potokus</defName>
<label>rg-bf_potokus seeds</label>
<sources>
<li>RG-BF_Plant_Potokus</li>
</sources>
</SeedsPlease.SeedDef>

<RecipeDef ParentName="ExtractSeed">
<defName>ExtractSeed_RG-BF_Potokus</defName>
<label>extract rg-bf_potokus seeds</label>
<description>Extract seeds from Fungus</description>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawFungus</li>
</thingDefs>
</filter>
<count>8</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawFungus</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Seed_RG-BF_Potokus>3</Seed_RG-BF_Potokus>
</products>
</RecipeDef>

<!-- SeedsPlease :: RG-BF_Plant_OrangeTreePine (regrowth.botr.borealforestexpansion) Autogenerated as Seed_RG-BF_OrangePine-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_RG-BF_OrangePine</defName>
<label>rg-bf_orangepine seeds</label>
<sources>
<li>RG-BF_Plant_OrangeTreePine</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: RG-BF_Plant_BlueTreePine (regrowth.botr.borealforestexpansion) Autogenerated as Seed_RG-BF_BluePine-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_RG-BF_BluePine</defName>
<label>rg-bf_bluepine seeds</label>
<sources>
<li>RG-BF_Plant_BlueTreePine</li>
</sources>
</SeedsPlease.SeedDef>

<!-- SeedsPlease :: RG-BF_Plant_LargeTreePine (regrowth.botr.borealforestexpansion) Autogenerated as Seed_RG-BF_LargePine-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_RG-BF_LargePine</defName>
<label>rg-bf_largepine seeds</label>
<sources>
<li>RG-BF_Plant_LargeTreePine</li>
</sources>
</SeedsPlease.SeedDef>

Verse.Log:Warning(String, Boolean)
SeedsPlease.DefGenerator_GenerateImpliedDefs_PostResolve_Patch:Postfix()
RimWorld.DefGenerator:RimWorld.DefGenerator.GenerateImpliedDefs_PostResolve_Patch2()
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()
< >
Showing 1-4 of 4 comments
Per page: 1530 50