voult2 / BetterPawnControl

A RimWorld mod that allows bulk assignment of animals to zones and colonists to outfits (or drugs) in one single action
MIT License
20 stars 21 forks source link

update method to determine AnimalTab's integration. #27

Closed BryanAldrich closed 2 years ago

BryanAldrich commented 3 years ago

I dont' know what caused this, but since Fluffy's last AnimalTab release, this throws errors when the AnimalTab is first opened.

To resolve, I copied a few lines which references Fluffy's animaltab directly, but still works if the end user does not have it installed.

the project file changes are for compilation reasons. There are nuget packages for harmony, hugslib and the rimworld C# object model though i'm sure your AnimalTab reference may be in another place. We could alternatively include a copy of AnimalTab.dll in the repo and simply not include it in the distributed mod

Thanks!

voult2 commented 2 years ago

A long time ago, AnimalTab and BPC were indeed compatible. Then Fluffy change AnimalTab in such a way that broke the integration, and both mods could no longer work together. With BPC v2.2 for Rimworld v1.3 (and onward), both both should work together again. However, we need to wait for Fluffly to update AnimalTab for 1.3 to properly test. Afterwards, I'll reconsider this merge request.

voult2 commented 2 years ago

This is no longer needed! Thank you