StendhalRefactoringGraphics: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Using sprites not created specifically from scratch: cross out deprecated instructions
imported>AntumDeluge
Specification: update links
Line 30:
 
== Creatures ==
=== Specification ===
 
The sprites used for creatures are in the [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/{{StendhalFile|master|data/sprites/monsters/ |data/sprites/monsters/]}} directory in the Stendhal source.
 
* The shape of a creature must have a dark outline of a few pixels (this is to make it stand out from the background). 2 black pixels work.
Line 48:
 
* The size of each frame is:
** for small-sized creatures (e.g. [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/{{StendhalFile|master|data/sprites/monsters/small_animalrodent/rat.png |rat]}}): 32 x 32 pixels, so the size of the whole image is 96 x 128 pixels.
** for human-sized creatures (e.g. [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/{{StendhalFile|master|data/sprites/monsters/undead/skeleton.png |skeleton]}}): 48 x 64 pixels, so the size of the whole image is 144 x 256 pixels.
** for giant-sized creatures (e.g. [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/{{StendhalFile|master|data/sprites/monsters/giant_animalrodent/giantrat.png |giant rat]}}): 64 x 64 pixels, so the size of the whole image is 192 x 256 pixels.
** for huge-sized creatures (e.g. [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/{{StendhalFile|master|data/sprites/monsters/huge_animaldragon/red_dragon.png |red dragon]}}): 96 x 128 pixels, so the size of the whole image is 288 x 512 pixels.
** for exceptionally huge-sized creatures (e.g. [http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/{{StendhalFile|master|data/sprites/monsters/mythical_animal/balrog.png |balrog]}}): 320 x 440 pixels, so the size of the whole image is 960 x 1760 pixels.
 
=== Using sprites not created specifically from scratch ===