Timberborn-Modding-Central / TimberAPI

The one and only
https://timberapi.com
GNU General Public License v3.0
32 stars 18 forks source link

Timberborn.Workshops.ObservatoryAnimator no longer exists in v5, but still exists in TimberAPI #97

Closed thomaswp closed 5 months ago

thomaswp commented 6 months ago

It seems the class Timberborn.Workshops.ObservatoryAnimator was removed or moved in v5, but TimberAPI still shows it. I'm not sure if that's for backwards compatibility, but since the class doesn't exist in the game, I don't think there's any reason to keep it around in the API.

Thanks for your great work!

KYPremco commented 5 months ago

This is not included in TimberApi but the gamelibs of Timberborn itself. They either still use this for some other components or forgot to remove it.

This is for anything related to Timberborn.*, Bindito.*

thomaswp commented 5 months ago

Ok, thanks for clarifying. Just for my own understanding, I see your NuGet package references Timberborn.GameLibs, but that's not hosted on NuGet. Where does it exist and who puts it out? Is it the devs themselves? Since mine is out of date, just curious if/how I can update it.

KYPremco commented 5 months ago

Ok, thanks for clarifying. Just for my own understanding, I see your NuGet package references Timberborn.GameLibs, but that's not hosted on NuGet. Where does it exist and who puts it out? Is it the devs themselves? Since mine is out of date, just curious if/how I can update it.

https://nuget.bepinex.dev/packages/Timberborn.GameLibs We upload it ourselves

thomaswp commented 5 months ago

Got it, thanks! And it looks like this was fixed in 0.5.7, so I appreciate the update.