Hey everyone! Today's tutorial video is very specific. For anyone that uses SkyHUD and/or Customizable UI Replacer, have you noticed that after using some spells the HUD remains and blocks your menus? This is a known bug at the moment with SkyHUD. There is no universal fix because everyone's SWF file is different depending on what HUD replacer presets you use. This video will show you how to fix your own.
=========================
Text Transcript of the Video:
JPEX FREE FLASH DOWNLOAD: https://github.com/jindrapetrik/jpexs...
Step 1, download JPEXS Free Flash Decompiler
https://github.com/jindrapetrik/jpexs...
Step 2, navigate to Data\interface and look for hudmenu.swf. Open the file with JPEXS
Step 3, once opened choose “No to all” if you get any errors
Step 4, look for and click scripts/HUDMenu on the left side
Step 5, under “ActionScript source” use Ctrl + F to look for the following code “function ValidateCrosshair()” and delete the following:
this.SetModes();
DO NOT SAVE yet or the file will break
Step 6, under P-code source look for and delete this block of code:
Push 0.0 register1 "SetModes"
CallMethod
Pop
Step 7, save the code
Step 8, save the changes made to the swf file
Step 9, finished!