Difference between revisions of "Tutorials"
From TTWiki
Jump to navigationJump to searchPlanetmaker (talk | contribs) (add link to wiki page with NewGRF debugging tools) |
|||
Line 16: | Line 16: | ||
* [[GraphicsTutorial]]: How to draw new 8bpp graphics sprites |
* [[GraphicsTutorial]]: How to draw new 8bpp graphics sprites |
||
* [[Creating_new_Sprites_with_3dsMax|Using 3dsmax]]: Creating sprites using 3DSMax (aimed at Locomotion currently) |
* [[Creating_new_Sprites_with_3dsMax|Using 3dsmax]]: Creating sprites using 3DSMax (aimed at Locomotion currently) |
||
+ | |||
+ | == Debugging NewGRFs == |
||
+ | * [http://wiki.openttd.org/NewGRF_Debugging| Debugging tools] in OpenTTD |
Revision as of 07:34, 29 August 2012
Playing OpenTTD and TTDPatch
- PreSignalsTutorial: How to use pre-signals
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.
- Releasing a NewGRF: How to release your NewGRF to the public once you made one.
General sprite drawing
- GraphicsTutorial: How to draw new 8bpp graphics sprites
- Using 3dsmax: Creating sprites using 3DSMax (aimed at Locomotion currently)
Debugging NewGRFs
- Debugging tools in OpenTTD