Using differently sized faces.

centaur66

Villager
Member
Joined
Apr 18, 2019
Messages
27
Reaction score
2
First Language
english
Primarily Uses
RMXP
Hi everyone, i was wondering if anyone knew of any scripts / tricks i could use in order to use a 64x64 image as a face. I understand that the default is 96x96 but i have this one face sprite that i really want to use at 64, so if anyone could help me out i would be grateful. Thanks!
 

Silenity

Veteran
Veteran
Joined
Dec 17, 2013
Messages
677
Reaction score
271
First Language
English
Primarily Uses
RMMV
Upsize it? Put it in a 96x96 window and add a frame so it doesnt look so empty?
 

mlogan

Global Moderators
Global Mod
Joined
Mar 18, 2012
Messages
15,377
Reaction score
8,536
First Language
English
Primarily Uses
RMMV
Unless you have a consistent system of different sized faces - like, main characters larger, NPC's smaller - I wouldn't use a different size, but rather upsize the image to fit 96x96 as Silenity suggests.
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
2,674
Reaction score
566
First Language
English
Primarily Uses
RMVXA
use at 64
The only suggestion I can think of to use the 64x64 file size is to copy and paste it into a 96x96 file. Center it and use that file for the image.
Of course make the background transparent.
 

centaur66

Villager
Member
Joined
Apr 18, 2019
Messages
27
Reaction score
2
First Language
english
Primarily Uses
RMXP
Unless you have a consistent system of different sized faces - like, main characters larger, NPC's smaller - I wouldn't use a different size, but rather upsize the image to fit 96x96 as Silenity suggests.
The problem is that you cant resize an 64x64 image to fit 96x96 without the image warping and just increasing the space around the image makes the face too small.
 

TheoAllen

Self-proclaimed jack of all trades
Veteran
Joined
Mar 16, 2012
Messages
5,599
Reaction score
6,552
First Language
Indonesian
Primarily Uses
RMVXA
This request is kinda unclear. As roninator and silently suggested, use any graphics editor to put 64x64 face size into 96x96 space. You don't resize it, just put it in 96x96 size. But you seem to refuse it. English isn't my native language so I probably missed what you actually mean.

Do note that the default message box is optimized for 96x96 face size (4 lines text, 24px height for each line). If you want 64x64 to be used, what would it look like? shrink the message window so it fits 64x64 face size? Or keep the message box size but stretch the face to fit the message box?
 

centaur66

Villager
Member
Joined
Apr 18, 2019
Messages
27
Reaction score
2
First Language
english
Primarily Uses
RMXP
This request is kinda unclear. As roninator and silently suggested, use any graphics editor to put 64x64 face size into 96x96 space. You don't resize it, just put it in 96x96 size. But you seem to refuse it. English isn't my native language so I probably missed what you actually mean.

Do note that the default message box is optimized for 96x96 face size (4 lines text, 24px height for each line). If you want 64x64 to be used, what would it look like? shrink the message window so it fits 64x64 face size? Or keep the message box size but stretch the face to fit the message box?
What im looking for is a script that will allow me to use a 64x64 picture in the same scale as a normally sized face image. i know i could just increase the canvas size but that would make it much too small. It's okay if theres nothing we can do about it, i'll just have to redraw a few things.
 

TheoAllen

Self-proclaimed jack of all trades
Veteran
Joined
Mar 16, 2012
Messages
5,599
Reaction score
6,552
First Language
Indonesian
Primarily Uses
RMVXA
What im looking for is a script that will allow me to use a 64x64 picture in the same scale as a normally sized face image. i know i could just increase the canvas size but that would make it much too small. It's okay if theres nothing we can do about it, i'll just have to redraw a few things.
What is keeping you from resizing it manually using image editor? I'm not saying to use 96x96 size and put your 64x64 face, but resize 64px faces so that it stretched to 96px. Or are u unable to do that?

That said, there IS a function to stretch the image so you can actually use 64px to fit in 96x96. I'm not in a position to code it though.
 

centaur66

Villager
Member
Joined
Apr 18, 2019
Messages
27
Reaction score
2
First Language
english
Primarily Uses
RMXP
What is keeping you from resizing it manually using image editor? I'm not saying to use 96x96 size and put your 64x64 face, but resize 64px faces so that it stretched to 96px. Or are u unable to do that?

That said, there IS a function to stretch the image so you can actually use 64px to fit in 96x96. I'm not in a position to code it though.
A 64x64 image cant resize properly to 96x96, the image turns out warped.
 

TheoAllen

Self-proclaimed jack of all trades
Veteran
Joined
Mar 16, 2012
Messages
5,599
Reaction score
6,552
First Language
Indonesian
Primarily Uses
RMVXA
A 64x64 image cant resize properly to 96x96, the image turns out warped.
And what makes you think that it won't be the same if doing it by script?
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
2,674
Reaction score
566
First Language
English
Primarily Uses
RMVXA
I don't understand why you can't do this
upload_2019-7-24_21-4-42.png

Unless you need it to fill the space.
 

centaur66

Villager
Member
Joined
Apr 18, 2019
Messages
27
Reaction score
2
First Language
english
Primarily Uses
RMXP
And what makes you think that it won't be the same if doing it by script?
im not looking for a script to resize it, im looking for a script to make it look right. ;p
 

TheoAllen

Self-proclaimed jack of all trades
Veteran
Joined
Mar 16, 2012
Messages
5,599
Reaction score
6,552
First Language
Indonesian
Primarily Uses
RMVXA
im not looking for a script to resize it, im looking for a script to make it look right. ;p
Then you're going to answer this.
This request is kinda unclear. As roninator and silently suggested, use any graphics editor to put 64x64 face size into 96x96 space. You don't resize it, just put it in 96x96 size. But you seem to refuse it. English isn't my native language so I probably missed what you actually mean.

Do note that the default message box is optimized for 96x96 face size (4 lines text, 24px height for each line). If you want 64x64 to be used, what would it look like? shrink the message window so it fits 64x64 face size? Or keep the message box size but stretch the face to fit the message box?
But you answered by this
What im looking for is a script that will allow me to use a 64x64 picture in the same scale as a normally sized face image.
I don't get it.
 

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

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,038
Messages
1,018,466
Members
137,821
Latest member
Capterson
Top