DK_Tools_Full_Input Plugin Questions

aporokizzu

anti-kumbaya
Veteran
Joined
Jan 14, 2020
Messages
59
Reaction score
89
First Language
english
Primarily Uses
RMMV
Howdy,

I have the following function:

JavaScript:
    Input.keyMapper[74] = `J`;

    _alias_Scene_Map_update = Scene_Map.prototype.update;
    Scene_Map.prototype.update = function() {
   
        _alias_Scene_Map_update.call(this);
       
        if (Input.isTriggered(`J`)) {

            $gameSwitches.setValue(8, $.IsNearEnough(1,2));
   
            $gameTemp.reserveCommonEvent(2);
   
        };
   
    };
So, currently CommonEvent 2 is executed when I press the `J` button on my keyboard.

How would I make it so that instead of the `J` button, it is the `L` button of a gamepad that triggers the CommonEvent?

super_famicom_l_button.png

I have @DK 's DK_Tools_Full_Input plug-in, but I cannot understand how to do it, even after reading the plug-in help and referring to the Gamepad Parameters window:

dk_tools_full_input-gamepad_parameters.PNG

I believe the button is 6 - lt.

Finally, I keep getting these errors when I run my game:

dk_tools_full_input-console_error.PNG

js/plugins/DKTools.js:7
dk_tools_full_input-console_error_1.PNG

DKTools_Full_Input.js:728
dk_tools_full_input-console_error_2.PNG


I have tried putting the DKTools library into my js/plugins/ folder (as well as lodash.js, which it is dependent upon, in my js/libs/ folder), with no luck:

dk_tools-plugin_window.PNG

The gamepad seems to work fine despite these errors but is there anybody familiar with the plug-in who might be able to help me sort this out?

As always, thanks in advance!
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,865
Messages
1,017,059
Members
137,574
Latest member
nikisknight
Top