Hey, I've been trying to upscale the art of this game to 4k, this is all done. I was able to replace the 720p in the game to 4k quality. But then i had to make the game's window size also 4k, i managed to do it in the plugin.js file for this game, like this:
i have to do this otherwise the game looks like this:
But now this makes a problem with a window size this big, places to click are out of place, i expected something like that, their x and y positions must be hard coded. (some other elements also seem to be out of place) see gif below
I'm very much not familiar with rpg maker at all, ive been searching for some time now how to fix this, at 1st i thought "guess i just need to find their x and y in some data files and just times 3 them or something. maybe times 3 their hitbox size too?". ive tried stuff in the mapinfos.json and other map000.json files, ive found what seem to be some x and y coordinates but changing them doesnt seem to do anything?
Anyway, was wondering if any of you could help me out figure this out, would be very cool thanks
You don't have permission to view the spoiler content.
Log in or register now.
i have to do this otherwise the game looks like this:
You don't have permission to view the spoiler content.
Log in or register now.
You must be registered to see the links
I'm very much not familiar with rpg maker at all, ive been searching for some time now how to fix this, at 1st i thought "guess i just need to find their x and y in some data files and just times 3 them or something. maybe times 3 their hitbox size too?". ive tried stuff in the mapinfos.json and other map000.json files, ive found what seem to be some x and y coordinates but changing them doesnt seem to do anything?
Anyway, was wondering if any of you could help me out figure this out, would be very cool thanks