Timberborn-Modding-Central / TimberAPI

The one and only
https://timberapi.com
GNU Lesser General Public License v2.1
34 stars 17 forks source link

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

Closed thomaswp closed 10 months ago

thomaswp commented 10 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 10 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 9 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 9 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 9 months ago

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