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,713
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,227
Reaction score
9,187
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,227
Reaction score
9,187
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 Posts

Latest Profile Posts

I’m so lucky! Simone got referred to a feline cardiologist and had I not called this morning the moment there was a cancellation the next opening would have been SEVEN months from now! The other heart hospital would have been on the other side of Michigan. Who knew that animal specialty appointments were also terrible to get!?
Scalemail project is one step closer to completion. Ordered scales from a local metalworking company, ordered some split rings... now all I need is to wait. :>
And pray that the split rings will be flexible enough to handle that.
A spooky banner and a spooky pfp for a spooky season.
Spooky-Season.png
Broke: Actually making the stuff you need to make before the game can progress.
Woke: Wasting time instead by making a sidequest where you can recruit an imaginary friend to the party.
1696264391516.png
Day 1 I don't know where to start... I enjoy designing icons and brainstorming the abilities my video game will have

Forum statistics

Threads
134,991
Messages
1,252,685
Members
177,900
Latest member
LinkIncGames
Top