Single wield

Hello. I'm sorry for my bad english.

For quite a long time now I've been trying to find a way to single wield pistols again after I upgraded to dual earlier. Google says something about "Shadow's single wield mod" from sr3nexus (which is, unfortunately, down for good as far as I'm concerned). This mod supposed to turn off dual wielding totally (thats ok, I can live with that), but I wasn't able to find it anywhere on the Internet. Is there a way to make something like that? Can you perhaps point me in the right direction plz (tools, files to mod, anything else you can help me with)? I really can't stand dual wielding anymore and don't want to begin a new game again.

And I don't want to spam you with topics so I'll ask another question right here if you don't mind. How do you think, is there a way to add some kind of slo-mo in the game? Like the one when you're about to get hit by the brute and need to press button to evade?
 
I think maybe something in weapon_upgrades.xtbl

<Name>Pistol-PoliceLvl4</Name>
<Flags>
<Flag>allow offhand grenade</Flag>
<Flag>bullets damage tanks</Flag>
<Flag>do not hide when sprinting</Flag>
<Flag>dual wieldable</Flag>
<Flag>armor piercing override</Flag>
</Flags>
 
Also in weapons.xtbl if you want to single wield the gang pistol. That flag in bold from sizustar's post must be removed.

To see the change, I beieve I had to deselect then reselect the weapon.
 
It seems to work. After placing this in SR3 folder you just should go in your weapon cache and get your single-wielded Kobra 4lvl. Actually you should do it again after every load in order to get single wield until the end of current game session. I found it even kind of convenient.

Thank you.
 

Attachments

Oh it's just a minor aestetic issue, nothing more. Some animations looks better with single and some with dual pistol wielding, and I hate to be stuck forever with just one option in such otherwise customizable game as SR3.
 
Kind of a piggy back to this, anyone know how to make it so you have to reload again? I might be weird, but I like reloading.
 
Kind of a piggy back to this, anyone know how to make it so you have to reload again? I might be weird, but I like reloading.
Not sure if I got you right, but if you don't want to reload manually, you could probably refer to weapon_upgrades.xtbl too.
For example,
Code:
<Weapon_Upgrade>
<Name>Pistol-PoliceLvl2</Name>
<Flags>
</Flags>
<_Editor>
  <Category>Radial:Pistol:Pistol-Police</Category>
</_Editor>
<Magazine_Size>9</Magazine_Size>
changing the number inside of <Magazine_Size> tags will result in the increasing\decreasing of the corresponding and higher upgrade lvl Kobra's clip size.
 
I'm having an issue with this, whenever I place the modified weapon_upgrades.xtbl posted above, my game will not start, I also tried editing it myself but still no luck.

Also a side note, is it possible to also downgrade weapons?
 
Back
Top