affederaffe / CustomPlatforms

A BSIPA Plugin for Beat Saber that adds support for custom environments (platforms)
GNU General Public License v3.0
34 stars 9 forks source link

[Feature Request] Register Custom Platforms with Song Core. #5

Closed AlexxSeven closed 3 years ago

AlexxSeven commented 3 years ago

Adding the following line to the "plugin.cs" file should register the mod with song core so that mods can list custom platforms as a suggestion and song core properly detect it.

SongCore.Collections.RegisterCapability("Custom Platforms");

IDK how to github properly to do a PR but I've tested it and confirmed it does work.

Without: unknown

With: 305340d0fea493eab145e0d1d8547cbc

affederaffe commented 3 years ago

Thanks for the suggestion, that's a great idea! I'll try to implement it when I have the time.

affederaffe commented 3 years ago

Added in the latest release.