-
Active Member
[Ez] CloseDialogPlugin
Simple plugin for Turbo Hud Free users that automatically closes most of the windows that pop up.
This plugin assumes that you have the Space key assigned to you for Close all Windows. If not, you need to edit the plugin and change the value of keyCloseDialog (default is Keys.Space)
It's automation, use it at your own risk.
Download => Plugins\Ez\CloseDialogPlugin.cs
Custom Code (PluginEnablerOrDisablerPlugin) :
Code:
using System.Windows.Forms; // This line must be present at the beginning of the file
Hud.RunOnPlugin<Ez.CloseDialogPlugin>(plugin =>
{
plugin.Enabled = true;
plugin.keepVictoryScreenInTown = false;
plugin.keyCloseDialog = Keys.Space; // Close all Windows // https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=windowsdesktop-9.0
} );
Last edited by EzGo; 21 Hours Ago at 01:57 PM.
Reason: keepVictoryScreenInTown
Inside us live two wolves in constant conflict. Which one will you feed today?
-
Post Thanks / Like - 3 Thanks
-
Active Member
Update: Fixed a bug in detecting a video sequence
Inside us live two wolves in constant conflict. Which one will you feed today?
-
Member
-
Active Member
Update: The VictoryScreen window will now close even if you are in town unless keepVictoryScreenInTown is equal to true. Tutorial windows that usually appear while leveling up to 70 have been added to the automatic closing..
Last edited by EzGo; 1 Day Ago at 04:18 AM.
Inside us live two wolves in constant conflict. Which one will you feed today?
-
Post Thanks / Like - 1 Thanks
robin_nerf (1 members gave Thanks to EzGo for this useful post)
-
Active Member
you cant use this on free THUD version, and no free THUD version nevermore, only free version LightingMOD and you cant use this funtion...
"free tier cannot compile plugins containing DlImport"
[DllImport("USER32.DLL")]
private static extern IntPtr FindWindow(string ClassName, string WindowText);
[DllImport("USER32.DLL")]
private static extern IntPtr SendMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
-
Active Member
Many of us do not use lmod, neither the free nor the paid version, but rather a zero-cost version that does not block plugins or functions.: TurboHud Free
Inside us live two wolves in constant conflict. Which one will you feed today?
-
Post Thanks / Like - 1 Thanks
xblade2k7 (1 members gave Thanks to EzGo for this useful post)
-
Active Member
My apologies, I had no idea that this version of THUD existed. Thank you.
-
Active Member
Update: Fixed a bug that caused a gr to be automatically accepted when it overlapped with the VictoryScreen window
Inside us live two wolves in constant conflict. Which one will you feed today?
-
Active Member
website or API for learn for make plugins? Thanks