Difference between revisions of "Create Art"

From The Battle for Wesnoth Wiki
(See Also)
m (Reverted edit of Komisarz, changed back to last version by MorkSoldat)
Line 2: Line 2:
 
|__TOC__
 
|__TOC__
 
|}
 
|}
 +
 +
== gettin stared ==
 +
 +
=== General Information ===
 +
 +
Graphic artists usually meet on the [http://www.wesnoth.org/forum/viewforum.php?f=9 artwork development forum] or on the [http://www.wesnoth.org/forum/viewforum.php?f=18 restricted art development forum]. The former is a great place to post and discuss new and current Wesnoth art and graphics, and the latter to see what the art development team is working on.
 +
 +
Unit and terrain art is stored in the portable network graphics (PNG) format.  Each frame of a unit animation, and each variation of a terrain is stored as a separate .png file in the "images" subdirectory of wesnoth, and generally these files will be 72 x 72 pixels (the size of Wesnoth's basic hexagonal tile) with an alpha channel (a part of the file that indicates how transparent each pixel is).  When creating your own images, you can test them without overwriting any game data by putting them in your userdata directory (see [[EditingWesnoth]] for details on Wesnoth's directory structure).  The game also supports JPEG images, though these are better suited for story art.
 +
 +
To edit these graphics, you'll need some program capable of creating PNGs - some of the programs in the following list are free, open-source software, and will do the job nicely: [[Art Programs]]
 +
 +
If you need some inspiration, we have a [[GraphicLibrary|Graphics Library]] which collects art posted on the forum. You can use this for ideas, and as a scrap heap for different parts of unit images (a technique described [[Give Your Hero A Personality|here]]).  One of the best examples of the library's content came from the project artist "Neoriceisgood," which can be seen in the following [http://www.wesnoth.org/forum/viewtopic.php?t=4466 forum thread].
 +
 +
=== Roadmap ===
 +
A list of what's being done and what needs doing:
 +
* '''[[Tiles Status]]''' - a roadmap/plan of sorts for future work on terrain tiles
 +
* [http://www.wesnoth.org/forum/viewtopic.php?t=9162&sid=21cf168d2b077d06bb0017c059b4add6 A list] of current work that needs to be done with sprites.
 +
 +
== Art Tutorials ==
 +
 +
These are a work-in-progress, and describe both how to make art fit into wesnoth's style, as well as giving some considerable tips on drawing in general.  Especially useful is the [[External Tutorials]] page which lists some very good art tutorials available on the web.
 +
 +
=== General Computer Graphics ===
 +
* [[How to Anti-Alias Sprite Art]] - A means of removing the jagged edges on pixel lines
 +
* [[Art Supplies]] - What physical items you need to do larger cell-shaded art like that of Jetryl/Jormungadr/et al
 +
* [[Inking With Pencils|Computer Inking a Sketch]] - Info from Jason Lutes on his portrait workflow
 +
* [[Scaling Digital Images]] - how to properly resize an image on a computer
 +
 +
=== [[Terrain|Terrain Graphics]] ===
 +
 +
The following is information specific to drawing terrain for Wesnoth.  Read Frame's "Tiles Tutorial" for a good overview of how terrain graphics work.
 +
 +
* [[Tiles Tutorial]] - Frame's tutorial describing the process of making terrain tiles in wesnoth, and how they interact with adjacent tiles.
 +
* [[How To Make Seamless Tiles]] - The tutorial is aimed at Photoshop users, but the technique is similar with The GIMP.
 +
* [[CastleTutorial|Castle Tutorial]] - A description of how Wesnoth's castle tiles work (needs updating, but useful nonetheless)
 +
* [[MultiHexTutorial|Multi-Hex Tiling Tutorial]] - A description of how multi-hex tiles work.
 +
* [[Editing Castles]] - Instructions for how to make/edit castles (and other corner-based terrains) using yobbo's GIMP script.
 +
 +
These describe the system used to specify how terrains behave in game:
 +
* [[TerrainLettersWML]] - A list of the letters used to represent terrain types.
 +
* [[TerrainGraphicsWML]] - If you really need to get technical, start here.
 +
* [http://www.anathas.org/ayin/wesnoth/doc/terrain_graphics_wml Ayin's Terrain Graphics document] - If you really, ''really'' need to get technical, this describes the terrain graphics WML system in depth.
 +
 +
=== Sprite Art ===
 +
The following are different tutorials about sprite work compiled by various wesnoth sprite artists.  These will give you the most specific-to-wesnoth information about making sprites, and are well worth a read.
 +
 +
* [[Creating Unit Art]] - a list of specifications you will need to match.
 +
* [[Give Your Hero A Personality]] - tricks for editing existing images, including some clip art.
 +
* [[Basic Animation Tutorial]] - or "How to Animate Sprites for Dummies," covering the basic theory, and all of the mistakes to avoid.
 +
* [[Team Color Shifting]] - how to use our new team color system (only for wesnoth 1.1 or greater).
 +
* [[Creating Shadows Under Units]] - how we create the shadows for the units in-game
 +
* [[Making Bow Animations]] - the current standard for how we want bow animations to work
 +
 +
=== External Tutorials ===
 +
The following page contains dozens of links to tutorials covering all manner of artwork, including sprite art.  These were not made by wesnoth artists, but should prove very useful for general instruction.
 +
 +
* [[External Tutorials]]
 +
 +
== See Also ==
 +
* [[Create]]
 +
* [[EditingWesnoth]]
 +
* [[GraphicLibrary]] - Lots of usercontributed graphics (most should be GPL'ed)
 +
* [[Project]]

Revision as of 17:43, 28 April 2006

gettin stared

General Information

Graphic artists usually meet on the artwork development forum or on the restricted art development forum. The former is a great place to post and discuss new and current Wesnoth art and graphics, and the latter to see what the art development team is working on.

Unit and terrain art is stored in the portable network graphics (PNG) format. Each frame of a unit animation, and each variation of a terrain is stored as a separate .png file in the "images" subdirectory of wesnoth, and generally these files will be 72 x 72 pixels (the size of Wesnoth's basic hexagonal tile) with an alpha channel (a part of the file that indicates how transparent each pixel is). When creating your own images, you can test them without overwriting any game data by putting them in your userdata directory (see EditingWesnoth for details on Wesnoth's directory structure). The game also supports JPEG images, though these are better suited for story art.

To edit these graphics, you'll need some program capable of creating PNGs - some of the programs in the following list are free, open-source software, and will do the job nicely: Art Programs

If you need some inspiration, we have a Graphics Library which collects art posted on the forum. You can use this for ideas, and as a scrap heap for different parts of unit images (a technique described here). One of the best examples of the library's content came from the project artist "Neoriceisgood," which can be seen in the following forum thread.

Roadmap

A list of what's being done and what needs doing:

  • Tiles Status - a roadmap/plan of sorts for future work on terrain tiles
  • A list of current work that needs to be done with sprites.

Art Tutorials

These are a work-in-progress, and describe both how to make art fit into wesnoth's style, as well as giving some considerable tips on drawing in general. Especially useful is the External Tutorials page which lists some very good art tutorials available on the web.

General Computer Graphics

Terrain Graphics

The following is information specific to drawing terrain for Wesnoth. Read Frame's "Tiles Tutorial" for a good overview of how terrain graphics work.

  • Tiles Tutorial - Frame's tutorial describing the process of making terrain tiles in wesnoth, and how they interact with adjacent tiles.
  • How To Make Seamless Tiles - The tutorial is aimed at Photoshop users, but the technique is similar with The GIMP.
  • Castle Tutorial - A description of how Wesnoth's castle tiles work (needs updating, but useful nonetheless)
  • Multi-Hex Tiling Tutorial - A description of how multi-hex tiles work.
  • Editing Castles - Instructions for how to make/edit castles (and other corner-based terrains) using yobbo's GIMP script.

These describe the system used to specify how terrains behave in game:

Sprite Art

The following are different tutorials about sprite work compiled by various wesnoth sprite artists. These will give you the most specific-to-wesnoth information about making sprites, and are well worth a read.

External Tutorials

The following page contains dozens of links to tutorials covering all manner of artwork, including sprite art. These were not made by wesnoth artists, but should prove very useful for general instruction.

See Also