Thanks for the reply, that mod helps me a lot LOL! I want to create a non-lethal AM MRS-4 mod, I tried to do it on my own with zeta but failed. Is it possible?Thx
I want to create a non-lethal AM MRS-4 mod, I tried to do it on my own with zeta but failed. Is it possible?
Yes, it is possible and very easy to do it depending on how you do it. You can do it either by editing the EquipParameters.lua , by simply changing the receiver section of the file. Find out HERE what is the receiver of the weapon you want to change and the receiver of a similar non-lethal weapon (The non-lethal ARC rifle, for instance) and change it, for instance:
this is the receiver section for the highest level AM MRS-4 rifle: {TppEquip.RC_30119,TppDamage.ATK_SOMETHING,36,46,23,13}
change the SOMETHING to 30239, which is the attack of the highest level non-letal arc rifle:
The other way to do it is by changing the attack properties of the AM MRS-4 directly on the DamageParameterTables.lua, which I would do it by copying the TppDamage.ATK_30239 (of the NL UN-ARC rifle) and altering the damage and impact to my tastes.
So you mean I need to unpack the 00.dat and find the EquipParameters.lua or, the DamageParameterTables.lua and edit it, then using make bite to creat the mod file? I will try this out, thank a lot for sharing so many details!
Other than the enhanced OSP, the only other modification is the penetration of Quiet's silenced rifle. Download the "Enhanced Quiet" rar file and install the "Enhanced Quiet.mgsv" version.
12 comments
https://www.nexusmods.com/metalgearsolidvtpp/mods/1893
It will turn all weapons into piercing ones.
Yes, it is possible and very easy to do it depending on how you do it. You can do it either by editing the EquipParameters.lua , by simply changing the receiver section of the file. Find out HERE what is the receiver of the weapon you want to change and the receiver of a similar non-lethal weapon (The non-lethal ARC rifle, for instance) and change it, for instance:
this is the receiver section for the highest level AM MRS-4 rifle:
{TppEquip.RC_30119,TppDamage.ATK_SOMETHING,36,46,23,13}
change the SOMETHING to 30239, which is the attack of the highest level non-letal arc rifle:
{TppEquip.RC_30119,TppDamage.ATK_30239,36,46,23,13}
The other way to do it is by changing the attack properties of the AM MRS-4 directly on the DamageParameterTables.lua, which I would do it by copying the TppDamage.ATK_30239 (of the NL UN-ARC rifle) and altering the damage and impact to my tastes.
https://www.nexusmods.com/metalgearsolidvtpp/mods/1868
Other than the enhanced OSP, the only other modification is the penetration of Quiet's silenced rifle. Download the "Enhanced Quiet" rar file and install the "Enhanced Quiet.mgsv" version.