Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Help to make Gameus's Quest Window transparent

Status
Not open for further replies.

JoePie

Towns Guard
Hey fellow,

I'm looking for a way to make Gameus's quest window transparent, then bind an image behind it. Same applied to Yep_Party System's party window.
Been looking in the JS but found nowhere to put in:
this._Window_Quest.opacity = 0;

For example Item Menu below. I basically make the window transparent and bind an image behind it with Alt Menu Screen3,
I didn't touched or moved anything with the layout and etc.
Attached a sample of how AltMenuScreen.js make it possible. Hope it help with anyone's trouble shooting.

2016-03-23 01_32_05-D.png2016-03-23 01_25_13-HotDog.png
Gladly Appreciate.
Cheers,
Joe
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
Not sure if you got this solved elsewhere but it should be rather simple, inside the plugin script, look for the Quest Window initialize function, and somewhere inside functions block put the code
Code:
this.opacity = 0;
. This will make the main quest window transparent, that being said there is probably more than 1 window, so you may have to look for another window's initialize function and put the same tidbit of code.
 
Status
Not open for further replies.
Top