BunyaPineTree / LethalCompany_ModelReplacementAPI

MIT License
55 stars 17 forks source link

No NuGet Package #114

Open linkoid opened 3 months ago

linkoid commented 3 months ago

The ModelReplacementAPI does not have a NuGet package. It would be a good idea to have a nuget package for the model replacement API since this project has frequent updates. Having a NuGet package would also mean that it could be automatically referenced by projects generated by the ModelReplacementSDK.

BunyaPineTree commented 3 months ago

I've essentially stepped down from modding, due to a busy life schedule, so frequent updates aren't likely to go out any time soon.

Furthermore, while one does need to download the dll for referencing in generated projects, they do not need to be replaced for new updates, as the baseline logic in BodyReplacementBase is not going to change for backwards compatibility reasons.

This is the kind of thing that would have been very helpful early on, but wouldn't result in any meaningful change as of the moment.