The VG Resource
using spritesheets - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Discussion Boards (https://www.vg-resource.com/forum-133.html)
+--- Forum: General Discussion (https://www.vg-resource.com/forum-134.html)
+--- Thread: using spritesheets (/thread-31164.html)



using spritesheets - sefiroths - 06-01-2017

Hi, I'm new on this subject.
To use spritesheet in a project should I separate all sprites?
To make a correct animation all sprites should have the same dimension(?) but spritesheets frames has different dimension...
There is no xml telling how sprites are positioned and dimensioned.
When you use sprites what is your workflow?
thanks


RE: using spritesheets - puggsoy - 06-01-2017

Manually arranging them into a usable format by hand is usually the way. It's annoying, especially when you don't have animations with consistent bounding box dimensions, but the site is more centred around making the sheets nice to view, rather than easy to use. Not to mention, for hard ripped sprites (which is a large portion of the site, if not the majority) doing this is more effort than it's worth for the ripper.

So yeah, sorry :\


RE: using spritesheets - Goemar - 06-01-2017

Most game naming programs use 'hotspots' that are used as a focus point per frame of animation.


RE: using spritesheets - sefiroths - 06-09-2017

Ok thanks to all