What's new

A simple tweak to hide/show on-screen interface

Kolera

Squid Slayer
Joined
Nov 19, 2016
Messages
175
Reaction score
83
Points
28
Location
Someone's badly infected body
Credits to "http://pirate.mmosite.com/guide/tweaking_client.shtml" (edited some keys because some are conflicting)

...and to my compooter :Dv

A simple tweak to hide/show...

  • Chat/System messages window
chat.jpg

  • Macro bar
macro.jpg
  • Menu buttons
menu.jpg
  • Character pane
charach.jpg

  • Mini map *No need to edit, just press " Alt + M "
To proceed...
  • Open the file " main.clu " (in my case, "D:\Pirate King Online\scripts\lua\forms\main.clu") in a Notepad, Wordpad or any similar application of your preference.
*I suggest you make a back-up of the original file before editing just in case you messed up.*

To edit...

  • Chat/System messages window
  1. Search for "--UI_FormSetHotKey( frmMain800, ALT_KEY, HOTKEY_X )".
  2. Remove "--" and change the "HOTKEY_X" to "HOTKEY_H".
  3. It should now look like this "UI_FormSetHotKey( frmMain800, ALT_KEY, HOTKEY_H )".
  4. NOTE: The shortcut key "Alt + H" is really for Help Dialog Box, but overriding this hotkey won't affect slightest bit since it is accessible in the Menu buttons.

  • Character pane
  1. Search for "--UI_FormSetHotKey( frmDetail, ALT_KEY, HOTKEY_X )".
  2. Remove "--" and change the "HOTKEY_X" to "HOTKEY_J".
  3. It should now look like this "UI_FormSetHotKey( frmDetail, ALT_KEY, HOTKEY_J )".

  • Macro bar
  1. Search for "--UI_FormSetHotKey( frmFast, ALT_KEY, HOTKEY_T )".
  2. Remove "--" and change the "HOTKEY_T" to "HOTKEY_G".
  3. It should now look like this "UI_FormSetHotKey( frmFast, ALT_KEY, HOTKEY_G )".

  • Menu buttons
  1. Search for "--UI_FormSetHotKey( frmMainFun, ALT_KEY, HOTKEY_D )".
  2. Remove "--" and change the "HOTKEY_D" to "HOTKEY_K".
  3. It should now look like this "UI_FormSetHotKey( frmMainFun, ALT_KEY, HOTKEY_K )".

Aaaaand save...

Cheers

Untitled.jpg
 
Last edited:
Top