RimWorld

RimWorld

Not enough ratings
SeedsPlease patch : Vanilla Factions Expanded – Medieval
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.0, 1.1
File Size
Posted
Updated
325.103 KB
2 Nov, 2019 @ 8:00pm
24 Apr, 2020 @ 8:57pm
9 Change Notes ( view )

Subscribe to download
SeedsPlease patch : Vanilla Factions Expanded – Medieval

Description
Last updated 4/25/20

Compatibility mod for:

Vanilla Factions Expanded - Medieval
SeedsPlease

Additionally, if you play with the aforementioned mods and with either

VGP Vegetable Garden
or
[1.0, 1.1] RimCuisine 2 Core

then this patch removes the grape seeds that SeedsPlease adds for them so that the only seeds that exist are the ones that're associated with Vanilla Factions Expanded - Medieval.

VGP Vegetable Garden and [1.0, 1.1] RimCuisine 2 Core do not play nicely together, so pick one!

This patch does not require VGP Vegetable Garden nor [1.0, 1.1] RimCuisine 2 Core to work.
18 Comments
Thundercraft 21 Aug, 2021 @ 2:50am 
Is there any hope for an update for 1.3?
Frigglish 28 Jun, 2021 @ 7:05am 
No effect on cross-reference error and throws "Patch operation Verse.PatchOperationFindMod(VGP Vegetable Garden) failed" error to boot.
chronosphaenon 1 Jun, 2020 @ 6:58am 
HI, great patch. Can you please make it work with Settlers' Chemroot also? Or make a separate patch?
BTAxis 16 May, 2020 @ 3:16am 
This patch doesn't seem to be having any effect for me. I'm loading it after both of its prerequisites, but the grape seeds and associated bill still look auto-generated by SeedsPlease.
slapMYmarsupial  [author] 24 Apr, 2020 @ 9:07pm 
Got it finally squared away! Was a combination of precisely mirroring Charlotte's design patterns, and mod ordering.

Mod order:

1. SeedsPlease

2. VGP Vegetable Garden
or
2. [1.0, 1.1] RimCuisine 2 Core

3. SeedsPlease patch : Vanilla Factions Expanded – Medieval
4. Vanilla Factions Expanded - Medieval
jptrrs 25 Mar, 2020 @ 7:41pm 
Well, that's still progress!
slapMYmarsupial  [author] 25 Mar, 2020 @ 5:30pm 
reading through the comments on Charlotte's SeedsPlease, she mentioned on 3/8/20:

Beware:
- If you use LoadOnDemand, it's broken, that's why I'm not distributing it. RimWorld has an issue with override-patches, they currently don't work and this issue affects LoadOnDemand.


I use LoadOnDemand which is precisely why this patch is bugged. Wonderful! At least I know now it's not on my end.

We'll continue to watch for Tynan to push out a fix.
jptrrs 24 Mar, 2020 @ 7:56am 
Charlotte made a very smart mod. Maybe that's just the auto-generation confliting with your changes. Did you see this line?
"SeedsPlease :: Some Seeds were autogenerated. Don't rely on autogenerated seeds, share the generated xml for proper support."
Maybe she can help.
slapMYmarsupial  [author] 24 Mar, 2020 @ 7:09am 
I noticed that segment of autogeneration code which hasn't always historically been there, but wasn't immediately sure what to do about it. Maybe I can remove this autogenerated def and replace with the intended one without having to disable the autogeneration feature entirely. Don't want the solution to create new additional problems.
jptrrs 24 Mar, 2020 @ 4:05am 
From my log:
<!-- SeedsPlease :: VFEM_Plant_Grape (oskarpotocki.vanillafactionsexpanded.medievalmodule) Autogenerated as Seed_VFEM_Grape-->

<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_VFEM_Grape</defName>
<label>vfem_grape seeds</label>
<sources>
<li>VFEM_Plant_Grape</li>
</sources>
</SeedsPlease.SeedDef>

It seems it's an auto-generated seed def.