Difference between revisions of "Tutorials"
From TTWiki
Jump to navigationJump to searchm (2 revisions) |
LaDoncella (talk | contribs) (fixed link to debugging tools) |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Playing OpenTTD and TTDPatch == |
||
− | '''''Tutorials on the TTDPatch Wiki''''' |
||
− | |||
− | Currently, the following tutorials are available here: |
||
* [[PreSignalsTutorial]]: How to use pre-signals |
* [[PreSignalsTutorial]]: How to use pre-signals |
||
+ | |||
− | * [[GRFTutorial]]: How to make new TTDPatch .grf files (under construction) |
||
+ | |||
⚫ | |||
+ | == Coding NewGRFs for OpenTTD and TTDPatch == |
||
+ | |||
+ | * [[NFOTutorial|NFO Tutorial]]: How to make NewGRFs using NFO (incomplete) |
||
+ | * [[NMLTutorial|NML Tutorial]]: How to make NewGRFs using the NewGRF Meta Language (NML) |
||
+ | * [http://www.tt-forums.net/viewtopic.php?f=26&t=62069 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 == |
||
+ | |||
⚫ | |||
+ | * [[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 |
Latest revision as of 20:41, 25 February 2013
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