DeadHamster's Plugin Topic

Discuss general issues about modding HaloPC. Post ideas for mods here.
Post Reply
User avatar
DeadHamster




Snitch! Advisor Articulatist 500

Posts: 2289
Joined: Thu Feb 15, 2007 9:38 pm

DeadHamster's Plugin Topic

Post 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!
User avatar
Andrew_b




Socialist

Posts: 4188
Joined: Sat Feb 24, 2007 4:52 pm
Contact:

Post by Andrew_b »

You are quite welcome. I'm glad my assault rifle caught your eye. :P
User avatar
DeadHamster




Snitch! Advisor Articulatist 500

Posts: 2289
Joined: Thu Feb 15, 2007 9:38 pm

Post by DeadHamster »

Just a confirmation that it DOES function with HMT.
User avatar
WaeV




Advisor

Posts: 1045
Joined: Tue Jun 01, 2004 10:45 am
Location: New England

Post by WaeV »

Cool. I hope there will be more to come!
Image
User avatar
DeadHamster




Snitch! Advisor Articulatist 500

Posts: 2289
Joined: Thu Feb 15, 2007 9:38 pm

Post by DeadHamster »

There should be, unless something happens that stops me from it.
Post Reply