Hello, i've been using Rpg maker Mv for 2 months or so (i have previous experience with XP), but after finishing my project, i've encountered a problem: The Yanfly's Core Engine doesn't resize the screen on the editor!! Is this issue only on the editor (test game function)? Because in the yanfly video, he resizes it and it works, but even after disabling all my other puglins, changing the Width and Height parameters doesn't seem to make it work. Any ideas? It's a project for the college and i'm kinda in a hurry, as i wanted to make a good mobile device game and the resolution probably won't match the device!
Plugins can't actually change anything in the editor. Are you sure about what you were seeing in the video?
Maybe i explained wrong? I mean the "test game" function on the editor. And if you were refering to that, i worked with the rest of plugins quite well in the test game function. The video shows a transition between pressing the key "test game" and actually showing it, but i think that was for merely display purposes, i don't think he actually created the installation to try that out
Did you tell the plugin what resolution you want it to use? If not it should still revert to default.
additionally, it might be that you added another plugin with the same option, overwriting the change done by yanlfy, or yanfly's plugin could be disabled by something.
I created another project, only with the yanfly core engine, changed the default set resolution and it doesnt work, what can be causing this to not work? The plugin seems to work in other aspects (i guess, either way some yanfly battle system derivates plugins won't work...) Right now i cant post pictures of it, but i change the first 2 parameters and that's it i change nothing more, and the screen always look the same square...
have you perhaps renamed the plugin file? that usually breaks the functions of most plugins, because the filename becomes part of the data structure and if it is different than assumed by the plugin writer, most plugins won't work. Or did you load a saved game? because part of the plugin data is saved with the game data and you need to start a new game for new settings to work. Third option: incompatibility between default core files and yanfly's plugins - is everything updated to the newest version?