Chaos Project

RPG Maker => Event Systems => Event System Troubleshooting => Topic started by: RogerSmith on April 30, 2010, 11:23:21 pm

Title: [RESOLVED] Custom Event Graphics problem
Post by: RogerSmith on April 30, 2010, 11:23:21 pm
My friend is having trouble making a proper event out of a custom graphic. I took a pic to show.

(http://img.photobucket.com/albums/v421/Roger_Smith0/Eventgraphic.jpg)

As you see, the selection box is really...wrong. Is this a problem related to the dimensions of the graphic itself?
Title: Re: Custom Event Graphics problem
Post by: Wizered67 on April 30, 2010, 11:27:54 pm
if i recall, the size of the box is based off of the size of the graphic, but I havent really mad any custom graphics
Title: Re: Custom Event Graphics problem
Post by: WhiteRose on April 30, 2010, 11:30:11 pm
Just times the height of the image by four. That should solve your problem. RMXP always divides whatever you import into 16 images, 4 wide and 4 high.
Title: Re: Custom Event Graphics problem
Post by: RogerSmith on May 01, 2010, 07:05:51 am
Thanks Rose, allow me to raise your power level by over 9000.