Bit Blot Forum
Aquaria => Support => Topic started by: EntiteFred on December 23, 2007, 09:55:38 pm
-
I found this bug in the editor: If a bone of the current entity is selected when loading a new entity from the animation, the game often crashes.
I also found an oddity: when you use the same graphics for an entity and for skinning naija, the entity is 2x bigger. I don't know if it is intended, but it can be quite confusing, especially when you need to add new parts to naija, and so need to create her as a separate entity.
-
From what I've found out, Naija gets scaled down in game. If you're creating an entity the same scale as her you can try this in the entity code
n = getNaija()
entity_setScale(me, entity_getScale(n))
Sets the entity to the same scale as Naija. Don't have the exact value on myself...
-
Yeah, Naija is scaled down in the hard code.
-
Speaking of bugs in the animation editor, I don't know if this is mentioned elsewhere, but I noticed that when you move bones around with the left mouse button the movement is relative to the orientation of the root bone, not relative to the screen. It's not a huge problem since generally entities stay upright and even when they don't, they shouldn't really need to move during the animation, but it's still really annoying if you do need to do it.
-
Yeap. And I had to work with it the whole time. Whee.
I'd like to change it at some point, when I figure out how. (matrix magic)