Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Creature Support #48

Open
loukylor opened this issue Dec 30, 2022 · 3 comments
Open

Custom Creature Support #48

loukylor opened this issue Dec 30, 2022 · 3 comments

Comments

@loukylor
Copy link
Contributor

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
Copy link
Collaborator

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
Copy link
Contributor Author

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
Copy link
Owner

KospY commented Apr 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants