RMMZ SRD: Title Command Customizer Plugin - Cannot read property...

coldReactive

Regular
Regular
Joined
Mar 15, 2014
Messages
56
Reaction score
4
First Language
English
Primarily Uses
I just need a simplistic title screen editor/plugin, so I can change the position of the command window/text rather than having to go through the hassle of adding images to place on the title screen instead. But when I used this plugin:



In RPG Maker MZ, it gave me this error after adding SRD_GameUpgrade Plugin, which it requires:

Code:
Cannot read property 'TileRenderer' of undefined.
 

AquaEcho

Script Kitty
Regular
Joined
Sep 20, 2021
Messages
1,715
Reaction score
1,177
First Language
English
Primarily Uses
RMMV
In RPG Maker MZ, it gave me this error after adding SRD_GameUpgrade
I looked up this plugin and could only find an MV version. Are you trying to use an MV plugin with MZ? If so, do you have FOSSIL installed?
 

coldReactive

Regular
Regular
Joined
Mar 15, 2014
Messages
56
Reaction score
4
First Language
English
Primarily Uses
I looked up this plugin and could only find an MV version. Are you trying to use an MV plugin with MZ? If so, do you have FOSSIL installed?

No, I don't have Fossil installed. Is there any MZ plugins that do something similar?
 

ATT_Turan

Forewarner of the Black Wind
Regular
Joined
Jul 2, 2014
Messages
11,261
Reaction score
9,238
First Language
English
Primarily Uses
RMMV
Well, you could ask for help with changing the position of the window, it's just changing a few numbers in a line of code :wink:

But you do need to read carefully when you're browsing plugins. RPG Maker MV and MZ are two different engines, and a plugin for one is not guaranteed to be compatible with the other.

You can copy the below code, paste it into a text editor, save it as a *.js file, and include it as a plugin.
Code:
Scene_Title.prototype.commandWindowRect = function() {
    const offsetX = $dataSystem.titleCommandWindow.offsetX;
    const offsetY = $dataSystem.titleCommandWindow.offsetY;
    const ww = this.mainCommandWidth();
    const wh = this.calcWindowHeight(3, true);
    const wx = (Graphics.boxWidth - ww) / 2 + offsetX;
    const wy = Graphics.boxHeight - wh - 96 + offsetY;
    return new Rectangle(wx, wy, ww, wh);
};

The lines that start with "const wx" and "cosnt wy" are formulae defining the x and y coordinates of the command window. Change the numbers there to move it, replace the formulae with regular numbers, whatever you want.
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ
Hi there!
If you are using MZ, and you only want to change the X and Y coordinates of the default window from the title screen, why don't you use the default option on the system tab to change the window position?
1685491295342.png
 

coldReactive

Regular
Regular
Joined
Mar 15, 2014
Messages
56
Reaction score
4
First Language
English
Primarily Uses
Hi there!
If you are using MZ, and you only want to change the X and Y coordinates of the default window from the title screen, why don't you use the default option on the system tab to change the window position?
View attachment 263776

I suppose this will work. It would be nice to also remove the "Button" rectangles completely, leaving only text, but setting it to "Transparent" will still show rectangle buttons.
 

ATT_Turan

Forewarner of the Black Wind
Regular
Joined
Jul 2, 2014
Messages
11,261
Reaction score
9,238
First Language
English
Primarily Uses
RMMV
I suppose this will work. It would be nice to also remove the "Button" rectangles completely, leaving only text, but setting it to "Transparent" will still show rectangle buttons.
Did you Google it?

Unless I misunderstand what you mean, in which case please clarify.
 

Latest Threads

Latest Profile Posts

The site is being slow and funky again. IS SOMEONE CRAFTING POEMS?!
So yeah, @TRIDIUM @TESTOSTERONE, I wuz like, "What do they mean by borderline and boundaries?"

And then, y'all know this girl?

actress1.png

alice_bikini.png

The clothes? They're just a, um, quick edit. :kaoswt:
I've uploaded the opening cutscene from my game to my channel. It basically introduces us to the first three characters, and what their relationships are:
Cosmic Inferno: Opening dialogue
I don't want to start a panic...but everyone, check the color of your milk!
IMG_20231002_082329.jpg
My One Map Challenge is nearing completion. I am in the multiple run testing phase atm. This is the map. Beware the minotaurs in the maze area. The female ones are more aggressive. Can you prove to the land of Winchell that a dragon and a human can love each other?

Forum statistics

Threads
135,021
Messages
1,253,013
Members
177,948
Latest member
Kodi_Venus
Top