FOnline Development > 3D Development
Character Animations
Luther Blissett:
I'm not 100% certain, but I think there's space available for up to 30 layers, based on these bits from _animations.fos, in the server/scripts :
--- Code: ---// 3d models layers, maximum 30
// Used in CritterCl::Anim3dLayer
#define ANIM3D_LAYER_SKIN (0)
#define ANIM3D_LAYER_RHANDLE (1)
#define ANIM3D_LAYER_LHANDLE (2)
#define ANIM3D_LAYER_BODY (3)
#define ANIM3D_LAYER_FEET (4)
#define ANIM3D_LAYER_HANDS (5)
#define ANIM3D_LAYER_HEAD (6)
#define ANIM3D_LAYER_HAIR (7)
#define ANIM3D_LAYER_EYE (8)
#define ANIM3D_LAYER_MUSTACHE (9)
#define ANIM3D_LAYER_PONYTAIL (10)
#define ANIM3D_LAYER_BEARD (11)
#define ANIM3D_LAYER_SHOULDER (12)
#define ANIM3D_LAYER_ARMLET (13)
#define ANIM3D_LAYER_BACK (14)
#define ANIM3D_LAYER_BACKPACK (15)
#define ANIM3D_LAYERS_COUNT (30)
--- End code ---
It's also mentioned in a few other bits, which I cannot find at the moment. Anyway, I don't know how to add extra layers myself.
It's possible that there may be something amongst this tutorial from Fonline.ru - Google Translate : adding 3d models, but with the combination of complexity and google translation, I've found it difficult to work out exactly what's going on there. Even if the tutorial itself is not relevant, the files it's pointing to probably contain the bits you'd need to change.
barter1113:
Hey guys how is progress ?
Karpov:
--- Quote from: barter1113 on October 01, 2011, 07:23:52 pm ---Hey guys how is progress ?
--- End quote ---
On these anims, stopped for now. I have the normal burst death animation ready, and I'm planning on duplicating the gore effects, but I've been quite busy lately so it might take a while...
Bye
PS: In case you wondered, "a while" is like "soon" but a bit shorter ;)
Lexx:
Btw. what was the status of the female animations again? Have the been done or is there still something missing?
LagMaster:
--- Quote from: Karpov on October 05, 2011, 10:17:58 pm ---PS: In case you wondered, "a while" is like "soon" but a bit shorter ;)
--- End quote ---
infinite-x is still infinite
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version