Push Jump Key!

Aug 8, 2006 at 12:17 PM
Junior Member
"Wahoo! Upgrade!"
Join Date: Jul 14, 2006
Location:
Posts: 47
In the Caret.pbm file, it has a "Push Jump Key", part. I've never seen this in the game, so I don't know whether this is activated by a TSC command, or by something else. I'd like to use this in my mod, so any help on how to activate it would be appreciated.
 
Aug 8, 2006 at 6:06 PM
The Bartender
"All your forum are belong to us!"
Join Date: Jun 18, 2006
Location: Montreal, Canada
Posts: 581
Age: 39
It's spawned via effect animations (ie, for instance, the star-shaped explosion when you fire your gun or the "Level up/down!" caption when your weapon level changes.)

As far as I know, this is never called in the game. Out of curiousity I'll comb through the code tonight to see if it's ever called. To use it, you'd have to modify the game's code to call it explicitely. It would be possible to create a TSC command that simple spawns this effect animation when called (or better yet, takes a position and an animation ID, and spawns it) but without resorting to assembly, AFAIK there's no using it.

The ID of the effect is something like 14 or 15 (not 100% sure, and I can't check right now.)

An entity that can spawn any animation effect via ANP commands would be useful. I'll post a script for that once I get my internet access at home back.
 
Top