double pistol bullets

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

double pistol bullets

Post 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?
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: double pistol bullets

Post 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.
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: double pistol bullets

Post by ryukaji »

So there's no line to make bullets a little to the side of the fire point, only angle them?
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: double pistol bullets

Post by Maveritchell »

As far as I know, no.
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: double pistol bullets

Post 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
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: double pistol bullets

Post 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.
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: double pistol bullets

Post 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?
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: double pistol bullets

Post 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).
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: double pistol bullets

Post 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?
MileHighGuy
Jedi
Jedi
Posts: 1194
Joined: Fri Dec 19, 2008 7:58 pm

Re: double pistol bullets

Post 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
Grev
Hoth Battle Chief
Hoth Battle Chief
Posts: 3132
Joined: Sun Dec 09, 2007 11:45 pm
Projects :: No Mod project currently.
Games I'm Playing :: Minecraft
Location: A Certain Box Canyon

Re: double pistol bullets

Post 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?
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: double pistol bullets

Post 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.
MileHighGuy
Jedi
Jedi
Posts: 1194
Joined: Fri Dec 19, 2008 7:58 pm

Re: double pistol bullets

Post 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?
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: double pistol bullets

Post by Maveritchell »

No.
Post Reply