Current Hurdle
Added 2022-06-06 21:20:07 +0000 UTCOne thing im trying to do with the graphics plugin is make a mode where the picture you put in always appears fully on screen.
Normally this would be no problem at all, since the origin of the image is the center. You just add or subtract half of the images width and/or height depending on its position onscreen.
The issue comes with conveying this information to RPG Maker since it only stores this information AFTER the image has already appeared onscreen. Building this script the normal way means each image uses the height and width of the LAST image to do be used in that picture slot.
If I can get this working it means an extremely easy way to do visual novel type games in RPG Maker MV. More or less anyone who can type the commands will be able to tell their stories on an engine designed to be run on almost all systems!
I'll keep you guys updated on this, I really wanna make this work!