How do I disable this plugin?

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,434
Reaction score
7,713
First Language
German
Primarily Uses
RMMV
Basically you can't.


If the plugin writer provided some functions to activate or deactivate part of the plugin functions, you'll usually find them in the plugin help/description.


If those options were not programmed into the plugin, then there is no way.


Trying to disable a plugin while the game is running is like trying to work on the motor of your car - while driving at 50 mph on the highway.


You can't change any running plugin, you can only disable them if the game is stopped (and then disable them for the entire game).


I've moved this thread to Plugin Support. Please be sure to post your threads in the correct forum next time. Thank you.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,111
Reaction score
13,715
First Language
English
Primarily Uses
RMMV
It's a pretty simple plugin.  You'd be after a command that you could call via script that would simply hide that window (set its visible property to false is the most obvious method, but I have a feeling MV already plays around with the visible property when showing/hiding windows, so such a simple command may be overridden).


Try this in a script call to make it invisible:


SceneManager._scene._myWindow.visible = false;


and this to make it visible:


SceneManager._scene._myWindow.visible = true;






If it doesn't work, it'll probably be for the reason I said, and hopefully someone with more familiarity with showing/hiding windows will be able to correct it.  If it gives you an error, please post back with a screenshot of the console log (which you get to by hitting F8 when the error message appears).
 

Moist__Lord

Veteran
Veteran
Joined
May 6, 2016
Messages
66
Reaction score
2
First Language
English
Primarily Uses
It's a pretty simple plugin.  You'd be after a command that you could call via script that would simply hide that window (set its visible property to false is the most obvious method, but I have a feeling MV already plays around with the visible property when showing/hiding windows, so such a simple command may be overridden).


Try this in a script call to make it invisible:



SceneManager._scene._myWindow.visible = false;


and this to make it visible:



SceneManager._scene._myWindow.visible = true;






If it doesn't work, it'll probably be for the reason I said, and hopefully someone with more familiarity with showing/hiding windows will be able to correct it.  If it gives you an error, please post back with a screenshot of the console log (which you get to by hitting F8 when the error message appears).
Thank you!
 

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

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,051
Messages
1,018,549
Members
137,836
Latest member
T62352536256t362
Top