Tutorial: How to Change Weapon Damage Values
Nov 21, 2021 10:15:25 GMT 10
BJ669 and heatboy077 like this
Post by scoovyhd on Nov 21, 2021 10:15:25 GMT 10
Hello everyone
in this Tutorial i will be showing you on how to change Weapon Damage output (from your weapons not enemies)
When Extracting an .arc file of a Weapon even objects like Explosive Barrels we can change how much damage we/enemies take from them
for this tutorial i will only show the Weapon Damage Values not object damage values that will be in another tutorial
if you dont know what Weapon you are Editing use this arc List to find what weapon you want (arc list not made by me!)
Arc List
once you found your weapon of choice you want to extract it
then you are gonna go into this folder path inside of the extracted .arc file
(like in my other tutorials the ? is for the number of the weapon you chose)
uWp??\soft\chara\wp\wp??\hit
then we open the XML file "wp??.atk.xml"
we are gonna be editing this Line
<string name="Comment" value="ATTACK"/>
<s32 name="Damage" value="??"/>
<u32 name="Filter" value="14"/>
<s32 name="Priority" value="0"/>
<u32 name="Attribute0" value="129"/>
<u32 name="Attribute1" value="16"/>
<u32 name="Attribute2" value="1"/>
<s32 name="User" value="0"/>
<f32 name="Timer" value="0.0000000000"/>
<s32 name="VibType" value="-1"/>
we are gonna edit the "Damage" line (put your values where the ?? are)
just enter your desired damage number (Decimal not Hex)
the next part is up to you this next line is for i believe the Quick Shot but i may be wrong i havent fully tested this line yet
<string name="Comment" value="ATTACK_QUICK"/>
<s32 name="Damage" value="??"/>
<u32 name="Filter" value="14"/>
<s32 name="Priority" value="0"/>
<u32 name="Attribute0" value="65601"/>
<u32 name="Attribute1" value="16"/>
<u32 name="Attribute2" value="1"/>
<s32 name="User" value="0"/>
<f32 name="Timer" value="0.0000000000"/>
<s32 name="VibType" value="-1"/>
same as before enter your desired Damage number also in Decimal not Hex
after that you save the file and repack
if everything worked then you are Done!
if you have any other questions ask me here!
Best of luck Modding!
in this Tutorial i will be showing you on how to change Weapon Damage output (from your weapons not enemies)
When Extracting an .arc file of a Weapon even objects like Explosive Barrels we can change how much damage we/enemies take from them
for this tutorial i will only show the Weapon Damage Values not object damage values that will be in another tutorial
if you dont know what Weapon you are Editing use this arc List to find what weapon you want (arc list not made by me!)
Arc List
once you found your weapon of choice you want to extract it
then you are gonna go into this folder path inside of the extracted .arc file
(like in my other tutorials the ? is for the number of the weapon you chose)
uWp??\soft\chara\wp\wp??\hit
then we open the XML file "wp??.atk.xml"
we are gonna be editing this Line
<string name="Comment" value="ATTACK"/>
<s32 name="Damage" value="??"/>
<u32 name="Filter" value="14"/>
<s32 name="Priority" value="0"/>
<u32 name="Attribute0" value="129"/>
<u32 name="Attribute1" value="16"/>
<u32 name="Attribute2" value="1"/>
<s32 name="User" value="0"/>
<f32 name="Timer" value="0.0000000000"/>
<s32 name="VibType" value="-1"/>
we are gonna edit the "Damage" line (put your values where the ?? are)
just enter your desired damage number (Decimal not Hex)
the next part is up to you this next line is for i believe the Quick Shot but i may be wrong i havent fully tested this line yet
<string name="Comment" value="ATTACK_QUICK"/>
<s32 name="Damage" value="??"/>
<u32 name="Filter" value="14"/>
<s32 name="Priority" value="0"/>
<u32 name="Attribute0" value="65601"/>
<u32 name="Attribute1" value="16"/>
<u32 name="Attribute2" value="1"/>
<s32 name="User" value="0"/>
<f32 name="Timer" value="0.0000000000"/>
<s32 name="VibType" value="-1"/>
same as before enter your desired Damage number also in Decimal not Hex
after that you save the file and repack
if everything worked then you are Done!
if you have any other questions ask me here!
Best of luck Modding!