DeadHamster's Plugin Topic
Posted: Sun Oct 19, 2008 4:02 pm
I just wanted a topic where I'd be able to post little things that I've worked out for plugins in eschaton, since I plan on doing more work with that. For example, I just mapped out the offsets for one with some help from Andrew_b, that under the [jpt!] branch it makes the camera move up/down.
Attach to the trigger, and it'll cause an effect similar to firing the SMG in Halo 2, attach to a projectile, and I believe it'll cause the victim's camera to shoot up/down when they get hit.
No promises on the second one, first is proven to function.
Cool Beans?
Copy/Paste this somewhere into you're eschaton HMT style plugin or your HMT plugin (untested) for [jpt!]. I suggest pasting directly after:
<name>Main</name>
<size>0</size>
It's in radians, positive values push it down, negative values push up.
Alternatively, download this file and replace your current plugins with this:
DeadHamster's Camera Plugin
Thanks Andy!
Attach to the trigger, and it'll cause an effect similar to firing the SMG in Halo 2, attach to a projectile, and I believe it'll cause the victim's camera to shoot up/down when they get hit.
No promises on the second one, first is proven to function.
Cool Beans?
Copy/Paste this somewhere into you're eschaton HMT style plugin or your HMT plugin (untested) for [jpt!]. I suggest pasting directly after:
<name>Main</name>
<size>0</size>
Code: Select all
<type>float</type>
<offset>0xB8</offset>
<name>Vertical Camera Pull</name>
</value>
Alternatively, download this file and replace your current plugins with this:
DeadHamster's Camera Plugin
Thanks Andy!