Page 1 of 1

DeadHamster's Plugin Topic

Posted: Sun Oct 19, 2008 4:02 pm
by DeadHamster
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>

Code: Select all

<type>float</type>
<offset>0xB8</offset>
<name>Vertical Camera Pull</name>
</value>
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!

Posted: Sun Oct 19, 2008 4:19 pm
by Andrew_b
You are quite welcome. I'm glad my assault rifle caught your eye. :P

Posted: Sun Oct 19, 2008 5:05 pm
by DeadHamster
Just a confirmation that it DOES function with HMT.

Posted: Sun Oct 19, 2008 5:10 pm
by WaeV
Cool. I hope there will be more to come!

Posted: Sun Oct 19, 2008 5:16 pm
by DeadHamster
There should be, unless something happens that stops me from it.