babe223 wrote:would be interesting if we could see our characters, as in minecraft
Could be done with some code changes I think. A character editor menu will be needed at some point... it would be nice if the player's appearance could be shown there too. Also, we need a way to toggle between third person and first person views later on.
Mito551 wrote:excuse me, but i've ran into a problem with trying to get models to my dwarves game. what should i do to add model-stuff into a game?
what mods can block the loading?
Make a rigged model in Blender, animate it in the timeline, and export it to the x format (enable the DirectX mesh exported in preferences -> addons first). Then in the lua script, set the entity's object properties mesh="filename.x" and visual = "mesh". See the player.lua script for the whole thing and how to change animations.