-
Member
TurboHUD (free)
F3 works
F4 does not work
I press F4 - turbohud turns off, I'm still pressing - turbohud turns on
-
Active Member
It's true, there is a conflict with the turbohud free hotkeys that are defined by default.
Edit the file config\hotkeys.xml to change F4 to another value
This is the original:
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<hotkeys>
<exit modifier="ctrl" key="End" />
<hide_hud modifier="" key="F4" />
<reload_pickit modifier="" key="F3" />
<capture modifier="alt" key="C" />
<capture_with_overlay modifier="ctrl+alt" key="C" />
<stat_tracker modifier="" key="F5" />
<debug_overlay modifier="" key="F11" />
<save_debug_data modifier="ctrl+alt" key="D" />
<reset_session modifier="ctrl+alt" key="R" />
</hotkeys>
</config>
This is the one I use:
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<hotkeys>
<exit modifier="Ctrl" key="End" />
<hide_hud modifier="" key="F8" />
<reload_pickit modifier="" key="F7" />
<capture modifier="Alt" key="C" />
<capture_with_overlay modifier="ctrl+alt" key="C" />
<stat_tracker modifier="" key="F9" />
<debug_overlay modifier="" key="F11" />
<save_debug_data modifier="Ctrl+Alt" key="C" />
<reset_session modifier="Ctrl+Alt" key="R" />
<reload_config modifier="" key="F6" />
</hotkeys>
</config>
Inside us live two wolves in constant conflict. Which one will you feed today?
-
Post Thanks / Like - 1 Thanks
RawHulk2 (1 members gave Thanks to EzGo for this useful post)
-
Member
I cant get it to work with the free version of Turbohud Lightning, Thud works when I dont have the Ez-folder and the RepairAndSalvagePlugin.cs file in it, but when I have it and start Thud I get "Dllimport is forbidden. Free tier cannot compile plugins containing DllImport."
I have had this installed a year ago and then it work I remember, something new or am I doing something wrong ?
-
Active Member
The author of LMOD is preventing third-party macros from being used in the free version and even blocked plugins in the paid version.
I mentioned this in the thread dedicated to my "PickItemPlugin" plugin.You can read about it starting in post 12, and there's a link to theTurboHud Free.
https://www.ownedcore.com/forums/dia...templugin.html ([Ez] PickItemPlugin)
Inside us live two wolves in constant conflict. Which one will you feed today?