Distribution angle under [weap] tag
Distribution angle under [weap] tag
What I am doing is replacing the warthog horn with a rocket launcher [very simple mod], except I don't want it to shoot straight ahead, I want it to shoot towards the ground so I am able to create a stunt warthog. I can't seem to figure out what the distribution angle means under the [weap] tag for the rocket launcher. I am using Entity UE v1.6. If anybody could help me figure this out it'd be greatly appreciated.
it think its the angle at which its fired (in radians)
so make it -1.57 to fire straight down
so make it -1.57 to fire straight down

Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
well there is another way ot go about it, you need to link the gun to a marker on the warthog then rotate the marker:
1. get latest plugins http://plugins.pheonic.co.uk
2. open warthog vehi in entity
3. find stringid labeled "Weapon Placement"
4. change the stringid to "antenna" because that marker is unused
5. open warthog mode
6. go to markers reflexive
7. change the "antenna" markers x,y,z to 0,0,0 and i,j,k,w to 0,0,1,0
that should work but you might need to play around with the ijkw values to get the rotation right
1. get latest plugins http://plugins.pheonic.co.uk
2. open warthog vehi in entity
3. find stringid labeled "Weapon Placement"
4. change the stringid to "antenna" because that marker is unused
5. open warthog mode
6. go to markers reflexive
7. change the "antenna" markers x,y,z to 0,0,0 and i,j,k,w to 0,0,1,0
that should work but you might need to play around with the ijkw values to get the rotation right

Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
If you look at my "custom" jmad tut, it shows how to make the markers use proper radians.

"Before you criticize someone, walk a mile in their shoes. That way after you make fun of them, you still have their shoes."-Dranciel ಠ_ಠScottyGee wrote:Smokers suck >_< (to avoid someone saying it later, both literally and in the derogatory way)
what? rotation doesnt use radians, it uses vectors
link mb?

link mb?

Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
link
at the bottom it says it.
Very simple but it works. Odd how it can only go up to 180 degrees though before you have to use negative to go the other direction.
at the bottom it says it.
Very simple but it works. Odd how it can only go up to 180 degrees though before you have to use negative to go the other direction.

"Before you criticize someone, walk a mile in their shoes. That way after you make fun of them, you still have their shoes."-Dranciel ಠ_ಠScottyGee wrote:Smokers suck >_< (to avoid someone saying it later, both literally and in the derogatory way)
well if you look at my site that value is "w" part of a vector4, if set to zero the other 3 values react like as vector3

Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.