FL Animations
-
The thread where a lot of this was worked out is Here -reply #72
With just FL (not FLHook /FLAC) the only initiations [so far] for an animation are: docking / jumping, firing, jettisoning cargo, tractoring, and constant.well if firing sushi can just make the S-foils being closed all the time until firing, like its supposed to be
-
OMFGā¦ need to learn thatā¦ soonā¦ asapā¦
Uāre awesome sushi
Thanks, Mind. If you have some troubles with it, hit me up. I could even make a video tutorial down the line, if you like
-
Moar wing folding goodness ;D
http://www.youtube.com/watch?v=w1JUZ7xZ3g8 -
@ Legionā¦
Thats kind were my heads headed with thisā¦ but iād be more inclined (if i knew how lol)
to try to tie it to ātrail_effect_playerā in the enginesā¦ possibly via hook??This only seems to kick in when cruise is hitā¦ and thatās the perfect place for such an animation
might look a little funny when having docking problems thoughAwsome stuff thoughā¦ keeping 2 keen eyes on these delvelopments
-
Ya, fixed it
-
Sweet ;D
-
Well, now I know you guys are just posturing! ;D
-
-
might need some finetunningā¦ ;D
I hope you didnt use CShip::open_bay because thats too easy and you lose the normal cargo bay animation
-
might need some finetunningā¦ ;D
use your wingsā¦thatās jokes. Nice job, nevertheless!
-
I just saw the videos and did some testing, Mindhunter felt the need to post ^^ Out of simplicity I used open_bay() and to make it even worse I did a quick offset hack in common.dll via hex editor to prevent the shield dropping When I have some spare time (which I have not much atm because of university exams) I will try to call the animations directly (I have isolated the asm part), we will see where that leads
-
That sounds awesome. I look forward to see what you can do!
-
might need some finetunningā¦ ;D
Thatās what I was tlking about. Thanks for showing me that. I will try to have that done.
-
The problem I have so far is, that
namespace DALib{ IMPORT struct IAnimation2* Anim; };
seems to be wrong, since the linker searches then for__imp_?Anim@DALib@@3PAUIAnimation2@1@A
whereas it should be```
_imp?Anim@DALib@@3PAUIAnimation2@@AEdit: Corrected typo...
-
Yes thatās right, I retraced my attempts (via undo) and it occured before the 2 last so it basicly is only wrong in my quote