Difference between revisions of "GraphicsTutorial"
From TTWiki
Jump to navigationJump to search (create page) |
(add link) |
||
Line 4: | Line 4: | ||
* [[grfspecs:PalettesAndCoordinates|Palettes and Coordinates]] - How to work with palettes, and the 2D and 3D coordinates. |
* [[grfspecs:PalettesAndCoordinates|Palettes and Coordinates]] - How to work with palettes, and the 2D and 3D coordinates. |
||
* [http://users.tt-forums.net/purno/PDT/ Purno's Drawing Tutorials] - How to work with dimensions and the direction of light. |
* [http://users.tt-forums.net/purno/PDT/ Purno's Drawing Tutorials] - How to work with dimensions and the direction of light. |
||
+ | * [[Save paletted image files]] - How to save image files with the correct palette applied. |
||
=== Vehicles === |
=== Vehicles === |
Revision as of 20:50, 28 August 2011
This page collects several individually written tutorials about drawing 8bpp sprites for OpenTTD and TTDPatch. These graphics can then be coded using either NFO or NML.
General
- Palettes and Coordinates - How to work with palettes, and the 2D and 3D coordinates.
- Purno's Drawing Tutorials - How to work with dimensions and the direction of light.
- Save paletted image files - How to save image files with the correct palette applied.
Vehicles
- DrawingSprites - George's tutorial on how to draw road vehicles in his Long Vehicles scale.
- Purno's Drawing Tutorials - How to draw train engines and wagons.
Other
- StationDrawingTutorial - How to draw new stations.