How to adjust Title position for MV

JAD94

The lunar knight
Veteran
Joined
Feb 18, 2014
Messages
662
Reaction score
189
First Language
English
Primarily Uses
RMMV
Hey everyone quick question, how does change the position for the title on the main menu? Thank you!
 

JAD94

The lunar knight
Veteran
Joined
Feb 18, 2014
Messages
662
Reaction score
189
First Language
English
Primarily Uses
RMMV
Silly me  :| lol, thank you  :)
 

JAD94

The lunar knight
Veteran
Joined
Feb 18, 2014
Messages
662
Reaction score
189
First Language
English
Primarily Uses
RMMV
There's a plugin inside KDKW plugins folder.
Edit: The script that is there is to change position of the command screen on the main menu, not the title itself. I wanted to change the position of the title lettering and raise it higher.
 

Faytless

recently unemployed Kung Fu Master
Veteran
Joined
Jan 27, 2013
Messages
244
Reaction score
164
First Language
English
Primarily Uses
N/A
I am in the process of making a script for this and have other options for you to change as well.  If you want to do this yourself,  go to your game data files,  go to the JS folder and open up

and open rpg_scenes.js

and now do a Ctrl F and find this line

Scene_Title.prototype.drawGameTitle

Delete this function and replace it with the one below.

Now follow my comments to adjust it to your liking

 

 

 

//Untill I can push a plugin for this,  you can adjust this to accomplish what you are trying to do

 

 

Scene_Title.prototype.drawGameTitle = function() {

    var x = 20;

    var y = Graphics.height / 3;

    var maxWidth = Graphics.width - x * 2;

    var text = $dataSystem.gameTitle;

    this._gameTitleSprite.bitmap.outlineColor = 'black';

    this._gameTitleSprite.bitmap.outlineWidth = 8;

    this._gameTitleSprite.bitmap.fontSize = 78; //Change this value to change font size

    this._gameTitleSprite.bitmap.drawText(text, x, 0, maxWidth, 48, 'center');     //  Adjust values for x and y to figure the pos of the title text

};

 

 

 

 

 

// Below are default values,  remove the slashes and delete your old

// code to revert back to original

//Scene_Title.prototype.drawGameTitle = function() {

//    var x = 20;

//    var y = Graphics.height / 4;

//    var maxWidth = Graphics.width - x * 2;

//    var text = $dataSystem.gameTitle;

//    this._gameTitleSprite.bitmap.outlineColor = 'black';

//    this._gameTitleSprite.bitmap.outlineWidth = 8;

//    this._gameTitleSprite.bitmap.fontSize = 72;

//   this._gameTitleSprite.bitmap.drawText(text, x, y, maxWidth, 48, 'center');

//};
 

JAD94

The lunar knight
Veteran
Joined
Feb 18, 2014
Messages
662
Reaction score
189
First Language
English
Primarily Uses
RMMV
Thank you so much! It worked perfectly  :)
 

Faytless

recently unemployed Kung Fu Master
Veteran
Joined
Jan 27, 2013
Messages
244
Reaction score
164
First Language
English
Primarily Uses
N/A
Would you like me to compile a plugin for you?
 

JAD94

The lunar knight
Veteran
Joined
Feb 18, 2014
Messages
662
Reaction score
189
First Language
English
Primarily Uses
RMMV
No that's ok thank you. I was able to adjust the title lettering position thanks to your instruments. I really appreciate it though  :)
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD

Forum statistics

Threads
105,868
Messages
1,017,074
Members
137,578
Latest member
JamesLightning
Top