Jump to content

Photo

duel wieldable weapons


  • Please log in to reply
14 replies to this topic

#1
pwnedbyscope

pwnedbyscope

    Grand Viceroy of the cheese planet dirke

  • Members
  • PipPipPip
  • 747 posts
I was looking around and began to wonder, is it possible to create a separate weapon type of create a mod that would allow the user to equip two weapons one for each hand. Just a simple question that I would like to know if it is possible.

#2
TGBlank

TGBlank

    Faithful poster

  • Members
  • PipPipPipPip
  • 1,893 posts
Things that can't be done:

adding new attack animations without replacing existing ones.
adding new weapon holding and aiming animations without replacing existing ones.
adding new reload animations without replacing existing ones.
having bullets coming off from 2 different fire nodes.

In short, anything other than a melee weapon that looks good with fist animations is a no-no.

#3
pwnedbyscope

pwnedbyscope

    Grand Viceroy of the cheese planet dirke

  • Members
  • PipPipPip
  • 747 posts

Things that can't be done:

adding new attack animations without replacing existing ones.
adding new weapon holding and aiming animations without replacing existing ones.
adding new reload animations without replacing existing ones.
having bullets coming off from 2 different fire nodes.

In short, anything other than a melee weapon that looks good with fist animations is a no-no.


Oh ok thanks

#4
Cipscis

Cipscis

    Scripter

  • Premium Member
  • 1,275 posts

having bullets coming off from 2 different fire nodes.

OBSE has a "SetModel" function, if a similar function is implemented in FOSE then it may be possible to toggle a weapon's model between two models that are identical in appearance but have different projectile nodes, meaning that the origin of projectiles could potentially change with each shot.

Cipscis

#5
SpeedyB64

SpeedyB64

    Feel the Speed!

  • Members
  • PipPipPipPip
  • 1,424 posts
I'm sure once FOSE becomes more advanced and gets more functions things like this will be possible (Crazy things have been done to Oblivion with OBSE)

#6
TGBlank

TGBlank

    Faithful poster

  • Members
  • PipPipPipPip
  • 1,893 posts
Well, fose has the potential capability of solving the issues to make it possible... but it doesn't have them now ^_^.

#7
Riven1978

Riven1978

    The Close-Minded Misanthrope

  • Supporter
  • PipPipPipPipPip
  • 4,839 posts

Well, fose has the potential capability of solving the issues to make it possible... but it doesn't have them now ^_^.


Yes will be great if Beth stops screwing with stuff hehe i say leave well enough alone :P everytime the Modders fix something Bethesda seems to come out with a new patch to break it all over again Can't wait till the FOSE team can sit down an implement some of the things that OBSE has in it like this and the ablity to make a writable notepad , etc (the list goes on ) :D Looking forward to the day i can use two pistols and then pop open my writable jornal hehe then i can reall creat a story line for my charecters ;)

#8
sheepinchina

sheepinchina

    Stranger

  • Members
  • Pip
  • 5 posts
I'm not good at modding fallout but I think I have an idea that may work. You could you not just add a new weapon type that is dual wielded pistol. you could make it so the player must create a new weapon at the work bench (explain it by saying they need to be changed to make it easy to dual wield them). The weapons would be created the same way the recipes (rock-it launcher etc..) are created now by using 2 pistols +other stuff. The outcome would just be a weapon with two fire points and double power. The modles and anims for the left hand could just be reflected horizontally from the right hand. It would look Ok in first person but it wouldnt work when zoomed out.
Probably wouldnt work but it's worth a try

#9
TGBlank

TGBlank

    Faithful poster

  • Members
  • PipPipPipPip
  • 1,893 posts
You're missing the critical piece, with current fose+fallout, you cannot, i repeat, you cannot:

adding new attack animations without replacing existing ones.
adding new weapon holding and aiming animations without replacing existing ones.
adding new reload animations without replacing existing ones.
having bullets coming off from 2 different fire nodes.

Meaning that your new gun will have to conform to existing animations. And it'd only have a single firing node.

#10
Cipscis

Cipscis

    Scripter

  • Premium Member
  • 1,275 posts

could you not just add a new weapon type that is dual wielded pistol

No, you could not. Weapon types are hard-coded - new types of weapon cannot be created. Any changes like this must use existing weapon types with heavy scripting so that they appear to be a new type of weapon.

Cipscis




Page loaded in: 1.284 seconds