Hello ive come across a problem and ive been searching for a solution the past few hours now and cant seem to find one i recently bought the high fantasy resource bundle II and when i import my character sprite sheets theres no problem with that until i actually create a new event and the sprites only show the top half of them and the bottom half is under the tiles it came with a script but im not sure which part or where to place it.If anyone can kindly give me a solution to my problem it would be greatly appreciated its all about the little things in the beginning that help out when getting started.
edit*im currently using rpg maker vx ace
Strange when i do a play test the character sprites are full and correct but when im in editing mode there not :o
Just bought high fantasy resource bundle pack ii but my sprites dont fit?
● ARCHIVED · READ-ONLY
-
-
the editor will never show the full sprite, because that would block access to the other tiles around the larger event. And as you've seen, in playtest that works correct, because in playtest you don't need to click on the other positions to change tiles or events there...
yes, you need to enter the script to solve the visibility problem.
It works like entering every other script.
for short, open the script editor (in the tools menu), scroll down the list until you find the entry "materials" and "(insert here)" below it (almost at the botton), press the insert key to enter a new emply line below materials, click on that line and write "large sprite script" into the name field, then copy the script text into the large empty windows, OK and save.
You might want to follow the link in my signature to the tutorials, those will teach you how to use the basic functions of RM's editor.