Page 1 of 1

How do I get started making graphics? [ not even begun ]

Posted: 16 May 2010 19:35
by trainboy
I'd like to make a style of train station, so how would I do this (for OpenTTD)?

I have:
OpenTTD
Adobe Fireworks CS3
Microsoft Visual C++

I'm a complete beginner hoping to learn how!

Re: How do I get started making graphics? [ not even begun ]

Posted: 16 May 2010 19:52
by XeryusTC
Take a look at the newgrf documentation and prepare for A LOT of brainfucks ;)

Re: How do I get started making graphics? [ not even begun ]

Posted: 16 May 2010 20:33
by planetmaker
trainboy wrote:I'd like to make a style of train station, so how would I do this (for OpenTTD)?

I have:
OpenTTD
Adobe Fireworks CS3
Microsoft Visual C++

I'm a complete beginner hoping to learn how!
First I'd go and create some graphics. The general link was already given. Have a look especially at http://wiki.ttdpatch.net/tiki-index.php ... ngTutorial and http://wiki.ttdpatch.net/tiki-index.php ... oordinates

If you then want to code them, that's an entire topic on its own. The documentation on the grf specs is found at the same pages as the crude graphics guids. Or look at a more high-level language like NML or use GRFWizzard.

In any case, if you start with graphics only, it's a good start :-)

Re: How do I get started making graphics? [ not even begun ]

Posted: 17 May 2010 15:50
by trainboy
I don't have TTD, just open TTD.

Re: How do I get started making graphics? [ not even begun ]

Posted: 17 May 2010 15:59
by Drury
That doesn't matter (if you mean TTDPatch) :wink:

Re: How do I get started making graphics? [ not even begun ]

Posted: 17 May 2010 16:00
by audigex
That's fine, you don't need TTD etc. It's all in the documentation: although the coding can be a bit of a b******. The drawing is more fiddly and time consuming than difficult.

Re: How do I get started making graphics? [ not even begun ]

Posted: 17 May 2010 17:15
by planetmaker
trainboy wrote:I don't have TTD, just open TTD.
yes, but the newgrf specification is true for both, TTDPatch and OpenTTD