Difference between revisions of "GraphicsTutorial"

From TTWiki
Jump to navigationJump to search
(create page)
 
(Added link to Timberwolf's Magicavoxel tutorial series)
 
(7 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
=== General ===
 
=== General ===
 
* [[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.
+
* [[Save paletted image files]] - How to save image files with the correct palette applied.
   
 
=== Vehicles ===
 
=== Vehicles ===
 
* [[DrawingSprites]] - George's tutorial on how to draw road vehicles in his Long Vehicles scale.
 
* [[DrawingSprites]] - George's tutorial on how to draw road vehicles in his Long Vehicles scale.
* [http://users.tt-forums.net/purno/PDT/ Purno's Drawing Tutorials] - How to draw train engines and wagons.
+
* [http://users.tt-forums.net/purno/PDT/ Purno's Drawing Tutorial] - Purno's extensive tutorial on drawing train vehicles.
   
 
=== Other ===
 
=== Other ===
 
* [[StationDrawingTutorial]] - How to draw new stations.
 
* [[StationDrawingTutorial]] - How to draw new stations.
  +
* [[GraphicsTemplates]] - List of example templates with alignment
 
  +
* [http://www.tt-forums.net/viewtopic.php?f=26&t=69974 PixelTool] - An online tool to help draw vehicles
  +
* [https://www.youtube.com/playlist?list=PLuO1EdT1BRkdgicGIvQkV4QaBDqtsYmBs Voxel object workflow] - Timberwolf's video tutorials about using Magicavoxel to draw and render sprites
   
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Latest revision as of 19:40, 22 September 2020

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

Vehicles

Other