Difference between revisions of "Tutorials"

From TTWiki
Jump to navigationJump to search
(nml tutorial is not really under construction any more; some last bits need doing, but the majority is really usable)
(add sections)
Line 1: Line 1:
  +
== Playing OpenTTD and TTDPatch ==
Currently, the following tutorials are available here:
 
  +
 
* [[PreSignalsTutorial]]: How to use pre-signals
 
* [[PreSignalsTutorial]]: How to use pre-signals
  +
* [[GRFTutorial]]: How to make NewGRFs using NFO (under construction)
 
  +
== Developing NewGRFs for OpenTTD and TTDPatch ==
* [[NMLTutorial]]: How to make NewGRFs using the NewGRF Meta Language (NML)
 
  +
 
* [[GRFTutorial|NFO Tutorial]]: How to make NewGRFs using NFO (under construction)
 
* [[NMLTutorial|NML Tutorial]]: How to make NewGRFs using the NewGRF Meta Language (NML)
 
* [[DrawingSprites]]: How to draw new graphics
 
* [[DrawingSprites]]: How to draw new graphics

Revision as of 06:05, 28 August 2011

Playing OpenTTD and TTDPatch

Developing NewGRFs for OpenTTD and TTDPatch