starbounded icon indicating copy to clipboard operation
starbounded copied to clipboard

Render a list of creatures that a world has

Open blixt opened this issue 12 years ago • 2 comments

blixt avatar Mar 20 '14 00:03 blixt

I think this is currently impossible – I can't find any metadata about creatures (besides alive entities in the world) in the world's metadata.

blixt avatar Mar 24 '14 22:03 blixt

We can do this with Starnub integration. I have ways of tracking Entity, am still working on decoding some of the last Starbound data in the net protocol. We could combine this data potentially.

StarNub/StarNubMain#3

I have fully integrated python into StarNub. You are able to use all StarNub libraries, and you are also able to write Python libraries that i can import into StarNub internally behind commands and plugins.

Mr00Anderson avatar Jan 11 '15 14:01 Mr00Anderson