New animation
-
now how did u do this?
and yesâŚim curios about this aswell
ohh andâŚi experimented a little with no resultsâŚjust usual FL
-
Definately beta. For a start the Omega 13 system is in the video which wasnât used, some of the other nebulas donât exist and that planet texture is also not used that you can see. The depot model still has letters on it as well. Planetscape backgrounds were different, and wtf is with the FL disco? I donât even think Juni was Juni back then either. Shame they removed some of the good stuff and left us with half a game, but there you go
-
i didâŚjust didnt work
EDIT: typing mistake
-
yesâŚi knowâŚi did it on valkyrie but it didnt workâŚbecause of typing mistake
i had sv instead of sc
-
btwâŚdo some1 know how to make the CMP animations?
-
well ive a basic idea of how it does workâŚ. i cant go into details as i never did it before and dont have the time to do tests atm
but from what i see the animations are pretty simple
via UTF you can definy which objects should interact
parent = root
child = component
for every wing you have 2 nodes which describe their starting state and the end state
so in the end you need to create a ship with 2 components and 4 animation nodesanimations are being run in a simple way by setting different coodinates describing which âpathâ the animation should go
to draw a simple picture of how it does/might work:
take 2 needles⌠stick them in a piece of wood⌠connect them with a cord⌠and now take one needle and stick it into a different place on the wood
et voila an animation -> the cord was your moving component (wing)hope you get the picture⌠thats how animations work
simple, effective, not that much time consuming, a bit primitive (imho) -
yes, but in which section stand the position?
-
Now all it needs is some further thinking and we are getting close to baydoors on custom ships
-
First off you need to add a Joint to the CMP, no Joint = no animation, you then need to attach it to itâs âParentâ and assign the âChildâ, this is the component in the CMP you want to animate, yes we are talking multiple component CMPs something most of you donât want to know about. After that you have to get the Joints orientation right, then set itâs rotation coordinates, this sets the plane that joint will work in, then you have to set how far the joint will âopenâ during the animation.
None of this can be done in Milkshape as the CMP exporter doesnât export joints, so your left with UTF_Edit, I think v3 will allow you to edit the rev & pris data nodes. This leaves you with 2 nodes still to add, they are the âheaderâ & âframesâ, this is where custom animations fall flat, as I have no idea how to replicate the data in these nodes, I know roughly whats in them, just not how their coded. Frames is just that âframesâ, a bit like frames in a movie, for a smoothish animation you need 25 frames for each second of the animation, the âheaderâ is the instuctions on how to join it all together.
This is the rev data for br_elite, the âoriginâ is the location on the model that the joint is attached to, the âRotation Matrixâ is how you set the rotation coordinates, donât ask how to work that out as it was a lot of trial & error on my part (I suck at maths), âAxis Rotateâ is the orientation of the joint, and âAngle(Radians)â is how far the joint âopensâ.PS thatâs v4 of UTF_Edit, I think itâs still classed as a beta, meaning I doubt if itâs publicly available for general use yet, :-[ sorry for teasing everyone with it
-
Good work guys, I hope you can find a way to unlock animations,
And I also have that version of the UTF editor,
Or I did anyway >.< -
ill see if i can create a new animation this weekend
-
i have it on defender!
i´ll make a vid -
hurry!! I WANNA SEE! ;D
-
-
let me guess ::) you copied the nodes from the crusader and put them into the defender, easy enough to do, but still leaves you with finding a trigger to use it properly rather than replacing the baydoor animation.
-
let me guess ::) you copied the nodes from the crusader and put them into the defender, easy enough to do, but still leaves you with finding a trigger to use it properly rather than replacing the baydoor animation.
ok you meen it is easy?
copy the crusader ani to defender and test it!
It wont workit´s more than copy&paste, but its easy
and later i´ll test to make it with a hotkey, but it have timePS: of curse i have copied the nodes of the crusader and edit tham for Defender
-
;D Did the same thing back in February with the rheinland battleships baydoor animation, I transfered it to a custom base I was working on, Iâd already worked out the coordinates for the âoriginâ in the ârevâ data, it just took a lot of trial & error to get the orientation & Rotation Matrix lined up properly.
32/106