• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Punching range B177

Left punch when brawling has no range in B177 (bug report filed).  I was really enjoying my brawler play though and would like to continue just got to steel knuckles.  

The bug: Left punch when wearing iron or steel knuckles has no range, it's fine bare handed or with leather wraps.  Can someone show me the code location to correct this problem, I don't want to wait until the next patch to play the brawler.    

Thanks.

 
Left punch when brawling has no range in B177 (bug report filed).  I was really enjoying my brawler play though and would like to continue just got to steel knuckles.  

The bug: Left punch when wearing iron or steel knuckles has no range, it's fine bare handed or with leather wraps.  Can someone show me the code location to correct this problem, I don't want to wait until the next patch to play the brawler.    

Thanks.


Hi davesimpson99

This has changed:

meleeWpnKnucklesT1IronKnuckles:

b173: <property name = "Meshfile" value = "# Other / Items? Weapons / Melee / Knuckles / knuckles_Prefab.prefab" />

parentTransform = "LeftHand" localPos = "- 0.0878, -0.0016, -0.0013" localRot = "3.841982,9.94,94.3">

b177: <property name = "Meshfile" value = "# Other / Items? Weapons / Melee / Knuckles / knucklesRight_Prefab.prefab" />

parentTransform = "LeftHand" localPos = "- 0.1171,0.004, -0.0187" localRot = "- 30.53241, -11.3179,135.1055">

meleeWpnKnucklesT3SteelKnuckles:

b173: <property name = "Meshfile" value = "# Other / Items? Weapons / Melee / Knuckles / knucklesSpiked_Prefab.prefab" />

parentTransform = "LeftHand" localPos = "- 0.0878, -0.0016, -0.0013" localRot = "3.841982,9.94,94.3">

b177: <property name = "Meshfile" value = "# Other / Items? Weapons / Melee / Knuckles / knucklesSpikedRight_Prefab.prefab" />

parentTransform = "LeftHand" localPos = "- 0.1171,0.004, -0.0187" localRot = "- 30.53241, -11.3179,135.1055">
 
I hope it is useful for you.

 
Back
Top