- Joined
- Aug 1, 2018
- Messages
- 20
- Reaction score
- 13
- First Language
- German
- Primarily Uses
- RMMV
Window_BattleStatus.prototype.standardBackOpacity = function() { return 192; };
Thanks for the qick answer but it doesn´t work.You could try something like this:
Copy it into a text editor (e.g. Notepad), save it as a .js file (Save As > File Type: All Files, Filename: whatever.js) and import as a plugin~JavaScript:Window_BattleStatus.prototype.standardBackOpacity = function() { return 192; };
The default back opacity is 192: 0 = full transparent, 255 = full opaque.
Oh, great!
That does seem a bit strange, though. I just had a quick look at the code for AltMenuScreen.js and I think it should be compatible. Did you remember to save your project before testing? If not, then Plugin Manager changes since the last save will not be seen during test. You might also want to try putting AltMenuScreen above this little plugin (click + drag in Plugin Manager), in case that helps.