Tutorials: Difference between revisions

From TTWiki
Jump to navigation Jump to search
Content deleted Content added
add link to wiki page with NewGRF debugging tools
fixed link to debugging tools
 
Line 18: Line 18:


== Debugging NewGRFs ==
== Debugging NewGRFs ==
* [http://wiki.openttd.org/NewGRF_Debugging| Debugging tools] in OpenTTD
* [http://wiki.openttd.org/NewGRF_Debugging Debugging tools] in OpenTTD

Latest revision as of 20:41, 25 February 2013

Playing OpenTTD and TTDPatch


Coding NewGRFs for OpenTTD and TTDPatch

  • NFO Tutorial: How to make NewGRFs using NFO (incomplete)
  • NML Tutorial: How to make NewGRFs using the NewGRF Meta Language (NML)
  • Station Tutorial: Complete tutorial on station coding from scratch in NFO.

General sprite drawing

Debugging NewGRFs