Page 1 of 1
double pistol bullets
Posted: Fri Jan 30, 2009 7:56 pm
by ryukaji
I added double pistols to my mod but the line for the two bullets doesnt work right cause the bullets make a < shape so its hard to aim. Ist there a way to make it shoot like > so the bullets hit the center of the aimer?
Re: double pistol bullets
Posted: Fri Jan 30, 2009 8:00 pm
by Maveritchell
ryukaji wrote:I added double pistols to my mod but the line for the two bullets doesnt work right cause the bullets make a < shape so its hard to aim. Ist there a way to make it shoot like > so the bullets hit the center of the aimer?
No, because you can't shoot from two firepoints at once. Every version of the dual pistols has used the .odf parameters you're trying to use, just tweak it to get it as good as you can.
Re: double pistol bullets
Posted: Fri Jan 30, 2009 8:07 pm
by ryukaji
So there's no line to make bullets a little to the side of the fire point, only angle them?
Re: double pistol bullets
Posted: Fri Jan 30, 2009 8:10 pm
by Maveritchell
As far as I know, no.
Re: double pistol bullets
Posted: Sat Jan 31, 2009 5:10 am
by DarthD.U.C.K.
there is one:
Syth wrote:Ever see my jango jetpack missile ODF?
Code: Select all
FirePointExtraOffset = "0 0.3 2"
ShotDelay = "2.0"
ShotPatternCount = "1"
ShotPatternPitchYaw = "-15.0 0.0" //makes it come out at an angle
That makes it some out at an angle, as if from the jetpack
Re: double pistol bullets
Posted: Sat Jan 31, 2009 5:15 am
by Maveritchell
That's not the same thing - that can move the firepoint for a weapon, but it doesn't add an extra one (despite its language, seemingly contradictory to that statement). All that does is allow your one firepoint for a single weapon to be in a different location.
Re: double pistol bullets
Posted: Sat Jan 31, 2009 5:17 am
by DarthD.U.C.K.
but he asked for a line to make bullets come from the side of a firepoint, so i posted it...
is it possible to add another hp to the weapon and use it for thr second pistol?
Re: double pistol bullets
Posted: Sat Jan 31, 2009 5:25 am
by Maveritchell
DarthD.U.C.K. wrote:but he asked for a line to make bullets come from the side of a firepoint, so i posted it...
Yes, but that wasn't what he really wanted. He was trying to ask if a second firepoint could be added so that the ordnance paths could be angled in towards each other (instead of away from a single firepoint).
DarthD.U.C.K. wrote:is it possible to add another hp to the weapon and use it for thr second pistol?
And this was what I was answering, no, you can add all the hps you want to weapons, but you can't make it shoot out of more than one (at least for unit weapons, vehicles are a-ok obviously).
Re: double pistol bullets
Posted: Sat Jan 31, 2009 12:42 pm
by ryukaji
what part of a vehicle allows it to do that? wouldnt it be possible to put the lines that allow it into a unit?
Re: double pistol bullets
Posted: Sat Jan 31, 2009 12:51 pm
by MileHighGuy
maybe you could make the second pistol a secondary weapon and add hp to that and use the shareheat line for both pistols
Re: double pistol bullets
Posted: Sat Jan 31, 2009 1:37 pm
by Grev
I'm not sure, but doesn't the droideka shoot in at its target? Wouldn't that be a good place to look?
Re: double pistol bullets
Posted: Sat Jan 31, 2009 3:49 pm
by Maveritchell
Guys... really? I'm telling you as a single weapon it won't work.
what part of a vehicle allows it to do that?
The part about it being
a vehicle.
wouldnt it be possible to put the lines that allow it into a unit?
No
maybe you could make the second pistol a secondary weapon and add hp to that and use the shareheat line for both pistols
If you have a second weapon you can do whatever you want, but then you still need a brand-new animation.
I'm not sure, but doesn't the droideka shoot in at its target? Wouldn't that be a good place to look?
The droideka is not a normal unit. What you can do with it you cannot do with normal units.
Re: double pistol bullets
Posted: Sat Jan 31, 2009 9:22 pm
by MileHighGuy
Quote:
maybe you could make the second pistol a secondary weapon and add hp to that and use the shareheat line for both pistols
If you have a second weapon you can do whatever you want, but then you still need a brand-new animation.
wouldnt darth ducks animations work?
Re: double pistol bullets
Posted: Sat Jan 31, 2009 9:31 pm
by Maveritchell
No.