[INTERNATIONAL] [Jack] OptionTogglerPlugin menu

User Tag List

Results 1 to 2 of 2
  1. #1
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [INTERNATIONAL] [Jack] OptionTogglerPlugin



    The purpose of this plugin is to make easier to define custom actions when you press keyboard keys.

    It's just one file to save as \plugins\Jack\Keyboard\OptionTogglerPlugin.cs

    It (obviously) does nothing by default, you need to configure it.

    There is a simple example to add a toggle feature to the minimap clipping option in hud.
    PHP Code:
    // save me as \plugins\User\MyKeyboardConfigurator.cs

    using SharpDX.DirectInput;
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using Turbo.Plugins.Default;

    namespace 
    Turbo.Plugins.User
    {
        public class 
    MyKeyboardConfigurator BasePluginICustomizer
        
    {
            public 
    MyKeyboardConfigurator()
            {
                
    Enabled true;
            }

            public 
    void Customize()
            {
                
    Hud.RunOnPlugin<Jack.Keyboard.OptionTogglerPlugin>(plugin => {
                    
    // register the letter 'K' to toggle minimap clipping
                    
    plugin.AddAction(Key.K, (hud) => hud.SceneReveal.MinimapClip = !hud.SceneReveal.MinimapClip);

                    
    // add more rules below this line

                
    });
            }
        }

    ps :
    - thanks to JohnWick for the idea/request in (Default theme customization 101)
    Last edited by JackCeparou; 02-14-2019 at 07:37 AM. Reason: version tag
    Hide the Rum! --> Default theme customization 101 <--

    [INTERNATIONAL] [Jack] OptionTogglerPlugin
  2. Thanks johnbl, SeaDragon, ADV2015, Silkdog569 (4 members gave Thanks to JackCeparou for this useful post)
  3. #2
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good idea...

Similar Threads

  1. [INTERNATIONAL] [Jack] DangerousAffixMonsterPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 40
    Last Post: 03-20-2021, 04:08 AM
  2. [INTERNATIONAL] [Jack] RiftInfoPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 63
    Last Post: 02-25-2021, 07:35 AM
  3. [INTERNATIONAL] [Jack] DoorsPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 94
    Last Post: 01-15-2021, 05:08 PM
  4. [INTERNATIONAL] [Jack] *AlertListPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 99
    Last Post: 12-01-2020, 02:04 AM
  5. [v7.2] [INTERNATIONAL] [Jack] ItemDropSoundAlertPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 22
    Last Post: 07-17-2017, 08:27 PM
All times are GMT -5. The time now is 03:16 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search