Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.62 KB

File metadata and controls

29 lines (25 loc) · 2.62 KB

[TSL] Blade Stuck On Fix For Oldflash's "Lightsaber Replacement Hilts" and "Short Lightsaber Replacement Hilts" Mods

This is a patch for the turquoise bladed hilt (w_lghtsbr_008) and the bronze bladed short hilt (w_shortsbr_006) in Oldflash's Lightsaber Replacement Hilts and Short Lightsaber Replacement Hilts (respectively) mods. The have the same issue that the original turquoise hilt in K1 had, where the blade would be stuck on/activated when transitioning to a new module until the player performed a flourish, engaged in combat, or otherwise triggered a lightsaber animation that reset the blade. This is due to Bioware misconfiguring the original model, created for the Yavin DLC for K1, where the scale on the blade planes was erroneously set to 1 instead of 0.

Because making recompiled models available would require permission from Oldflash, instead I have created binary difference patches using HDiffPatch which can be applied to the original models to fix the issue without the need for redistributing any of Oldflash's work.

Instructions

For Windows users:

  • Download and install Oldflash's mods.
  • Download the fix patch.
  • Extract the patch archive into your TSL Override folder.
  • Double-click OLDFLASH_SABER_FIX.BAT to apply the patch.
  • A command window will show the patch process. Press any key when it is complete to exit.

For Linux/Mac users:

  • Download and install Oldflash's mods.
  • Download the fix patch.
  • Extract the patch archive into your TSL Override folder.
  • Download HDiffPatch and extract the appropriate hpatchz binary for your OS, or compile from source.
  • Put the hpatchz binary in your Override folder alongside the patch contents.
  • Open a terminal window and change your working directory to the Override folder.
  • Make sure hpatchz is executable with chmod +x ./hpatchz
  • Run the following commands:
./hpatchz -f w_lghtsbr_008.mdl oldflashpatch008a w_lghtsbr_008.mdl
./hpatchz -f w_lghtsbr_008.mdx oldflashpatch008b w_lghtsbr_008.mdx
./hpatchz -f w_shortsbr_006.mdl oldflashpatchs006a w_shortsbr_006.mdl
./hpatchz -f w_shortsbr_006.mdx oldflashpatchs006b w_shortsbr_006.mdx