New key for extend wings?
-
I didn’t even know the wings could be extended. After going through all the ships, only Crusader and Valkyrie have actual “Sc_extend wing” animations. If there are any others, I guess they have a different name or have been added by a modder. I’ll see what I can do, but no promises…
-
Oh yeah, I’ve been willing to code animations for all wings of the original ships…
I will take a while… of course, also following w0dk4’s tut…but having a lot of fun with starflier wings right now
having those animations proper linked to a key or to cruise mode would be a great addition…
-
USER_Sc_extend wing
Why are you adding USER to the front when the actual animation name is simply Sc_extend wing? Seems that in and of itself may be confusing the game…
-
**This key ‘USER_Sc_extend wing’ does not exist in the default FL program…
http://digitalbrilliance.com/Evo-Forums_-file-viewtopic-t-_281.html**
-
Yes, the key definitions are hardcoded into Freelancer.exe. Since I happened to be working on a command console for single player, I’ve added the animation to that. Not exactly what was asked for, but I thought something like AutoHotkey could take care of that. It’s not available yet (I actually finished the animation a couple of days ago, but the console itself is still being tweaked). As per w0dk4’s suggestions, it reuses the bay animation. Type anim in the console and the bay doors open, type it again to close them. Type anim wing to retract the wings, and again (or just anim) to extend them. Finally, type anim script to run any available animation (wing is just short for Sc_extend wing). It was going to be SP only, but it looks like it might be popular, so I’ll allow it for MP (in which case I’ll use a comma prefix). Don’t know about running them automatically, though.
-
Not a problem at all. Indeed, I was thinking it would be better as part of FLHook, anyway. … Just tested anim with Dual MP and found it doesn’t really work. Opened the bay for the first player, switched to the second and it shows as opened. Looks like my technique isn’t right for multiplayer, anyway.
-
Azureus wrote:
So if its possible to animate the wings extending from a ship, say for example relating to stargate, would we be able to animate the jumpers drive pods extending out from the sides?Gorrblimeyblurryelll!!!
Wotonearth will you lot want next?
How about dressed dinner tables coming out the side, laiden for 2 by candlelight, retractable robopod waiters, wine already poured in the glasses, with sparklers to set off the nearby moonglow???!!!
Fugginnell!!
Hehehehheh
-
**@ ST
BTW, the remote control cost an extra $1000 credits, otherwise you have to spin the hand crank to make it work. ;)**
-
I already solved that problem completely (you can see some stuff I did here and the puddle jumper animation you talk about you can see in my video here.
I completed network sync some time ago and it is fully working in multiplayer. It will be a feature in upcoming New Universe 1.8 (which will be released before christmas). We decided to put some more things in the mod so it was delayed some times. I initially wanted to have a mod similar to wodkas cloak mod released about one month after we launch and I still plan to do so. So unless anyone is willing to invest the same time as I did you guys gonna have to wait until I release such a mod you can build into your own.
-
Thanks! I already described how I did it in the first link. If you still have questions feel free to ask.
-
It’s way to complicated for the average user to recreate. You will need flhook and a clientside hook I plan to release some time after New Universe 1.8 release (will cost some time to create a public version). The mod will consist of a flhook plugin and a client dll similar to wodkas cloak mod.