KospY / BasSDK

Official SDK for the VR game "Blade & Sorcery"
https://store.steampowered.com/app/629730/Blade_and_Sorcery
114 stars 67 forks source link

Custom Creature Support #48

Open loukylor opened 1 year ago

loukylor commented 1 year ago

Are there any plans for custom creature tools in the SDK at the moment? I realize there's nothing on the roadmap, but I'd like confirmation as I'm interesting in making a few tools myself, since I'm not particularly happy with the current custom creature framework on Nexus.

Wully616 commented 1 year ago

There is a custom creature in the SDK, the chicken prefab is there for modders to look at and replicate for their own creatures.

https://github.com/KospY/BasSDK/blob/08a8d7436cc39edd326142579eb75e7555ee109d/Assets/AssetDependencies/ProtoLevel/AssetDependencies/Chicken.prefab

For something like custom player avatars, while it is possible with some reverse engineering, as others have done. Its not supported in the SDK as of yet. It's something we would like to do but can't give dates on right now, sorry.

loukylor commented 1 year ago

I'm mostly interested in potentially adding tools to streamline the process of creating creatures and to add documentations for creature specific components (brain, creature, locomotion, etc.), so they don't have to reverse engineer how the chicken works. Especially since the chicken isn't as functional as a full enemy.

KospY commented 1 year ago

We added a TestChar prefab in the U12 SDK, containing an example of Humanoid creature