Non of your pictures are displaying @Nelderson while it would be great if you upload a Demo, youtube video or something easy to understand.
N.A.S.T.Y. Replace Window with Picture
● ARCHIVED · READ-ONLY
-
-
anyway to fix with the Window_ActorPartySwitch with the picture? When I tested the battle to open, It was there. =[ I used the YEP_X_ActorPartySwitch.js. Please, Help me!
-
Hi, I'm unable to show a picture for the Select Item event despite the window name and picture name are correct.
The window skin is gone, but there's no picture loaded. Does anyone have a solution for this? -
I see this is quite an old plugin; does it still work okay? I'm interested in giving it a go.
-
@EthanFox it surely does I have 1.6.1 and it works like a charm.
Recently installed This plugin in the past week and it changed my entire game, thank you! -
I'm trying to replace the message window and it is working. But how do i get rid of the window skin? It is always being displayed and the position of the new window message image seems to be based off its position. The resolution of the window image is 1920x262.
-
I'm trying to replace the message window and it is working. But how do i get rid of the window skin? It is always being displayed and the position of the new window message image seems to be based off its position. The resolution of the window image is 1920x262.
You could get rid of the old skin presumably by replacing the file with a blank PNG, or at least, blank in the places that contain the window skin. -
Nevermind. Due to the way the window was made, those golden accents made the picture be drawn off center. Cropping it to remove that negative space fixed it.You could get rid of the old skin presumably by replacing the file with a blank PNG, or at least, blank in the places that contain the window skin.
-
Does anyone know of a way to change the picture of Window_Help ONLY in a certain scene using this plugin? Window_Help seems to be a universal thing and I wanted to create different help window images for different scenes.
Thanks in advance! -
Any way I can reset the changes for a window? :LZSooo:
I've changed Window_Base with a picture, and would like to reset that change afterwards. So it reverts back to using the original Window.png from img/system.
Is there any way to do this? :kaocry: -
Hi there Sigma! ^^Any way I can reset the changes for a window? :LZSooo:
I've changed Window_Base with a picture, and would like to reset that change afterwards. So it reverts back to using the original Window.png from img/system.
Is there any way to do this? :kaocry:
I think you can do something like that, with a script call:
JavaScript:if(Nasty.Param.PicWindow_Obj.hasOwnProperty("Window_Base")){ delete Nasty.Param.PicWindow_Obj.Window_Base }
or
JavaScript:if(Nasty.Param.PicWindow_Obj.hasOwnProperty("Window_Base")){ Nasty.Param.PicWindow_Obj.Window_Base = "" } -
if(Nasty.Param.PicWindow_Obj.hasOwnProperty("Window_Base")){
delete Nasty.Param.PicWindow_Obj.Window_Base
}
:VXA4:
It... works. :LZYshock:
Eli... IT WORKS! ;_;
Thank you.
Thank YOU.
THANK YOU SO MUCH @Eliaquim! :rtear: