Djinni Wiki
Advertisement


Anexp1

In order to export an animation, you need to have a correctly constructed model containing such elements:[]

The most important is aurabase object: all information concerning animation is saved here

origin: dummy which determines relative movement in dynamic animations

headconjure: it’s the place where the overhead text and health numbers are appearing (place it neither too low nor too high)

handconjure: it’s the dummy which is used for joining 2 models together (e.g. during finishing moves, here, you have the aurabase of the 2nd model during specific animations)

model’s root, i.e. the beginning of the proper character’s skeleton.

All the above objects have to be linked to aurabase’s helper

Model, in order to have good orientation, has to be placed on axes in such order: Z – axis set ‘up’ Y – axis set ‘back’ (model’s front is on Y) X – axis ‘left’ The easiest way is do add helpers while viewing (in max) from above, then the objects have the proper orientation. YOU CAN’T CALIBRATE, MIRROR AURABASE, ORIGIN OR ANY OTHER SKELETON’S BONES (it leads to many errors, which are difficult to remove later on) BIPED in CharacterStudio can be modified (scaled, etc) YOU SHOULDN’T CHANGE BONES’ PIVOT (later, they will be moved to original place in the game)

Naming the skeleton:[]

Anexp2 AURABASE – it’s a helper created from the standard helper panel in 3dstudioMax. (you need to have appropriate .dll)

Anexp3


In a model, there can’t be any characterstudio standard names, i.e. **bip** – these bones won’t be exported.

k_ at the beginning of the bone means that the exporter will export every key in every animation frame; if there’s no k_ at the beginning of the bone, only the keys on the bone will be exported, you have to remember that the engine has only linear interpolation between the keys, so if (in max) we have prepared bezier animations on only a few keys, it will look completely different in the game; that’s why the majority of animations is exported with the key in every frame.

Only hierarchy linked to aurabase will be exported. All supporting bones, dummy and helpers can be used for animation, but have to be linked and therefore exported.

Only bone position and rotation are exported (the scale is not supported), plus some parameters, e.g. Alfa blend, etc (in materials).

Position controller is exported: Linear, TCB, XYZ (bezier) And rotation one: Linear, TCB, and XYZ (bezier) There’s no problem with exporting biped character studio (you shouldn’t change bones’ pivots!)

You can use all possible controllers, helping tools (lookat, splineik, etc.), but they will not be exported directly, they can only influence exported bones (linked to aurabase). Final exported bones have to have proper controllers.

SLOTS

rhand – compulsory dummy in a model, items are attached to it (weapons), range weapons shoot from rhand, monsters’ damage is calculated (if rhand in monster’s hand will go through the character)

lhand – the same for the left hand (shields, items, etc)

swd_r, swd_l, swd_s – weapon fastenings sidearms_1, sidearms_2 – weapon fastenings

FX_ bones, in which characters’ effects appear


EXPORT[]

Anexp4

Anexp5

Anexp6

In the very end you should export T_pose animation.

T_POSE it’s a position of a model (skeleton) in which we attach skin, a zero position of hierarchy. T_pose has to be the last animation exported in a model.

Advertisement