veloren / veloren

An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.

Home Page:https://www.veloren.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add addition entity and player data

zesterer opened this issue · comments

Some ideas for information that could be transmitted:

  • velocity
  • orientation
  • animation state
  • label (NPCs get names, player entities get their alias)

@Zestylimez If you're wanting to work on item and inventory things, it might be worth considering whether we bundle that information with the entity data or whether we split it up into separate packets that aren't sent constantly.