I have seen that with OTTD, we can add vehicules/graphics to the ones given with the OTTD version. To do so, if I have understand, we have to dowload "newgrf" files which are in fact ".grf" extension files (simply called newgrf because it means that they compatible with OTTD) and install them following the rules (see http://wiki.openttd.org/index.php/Newgrf or:
My questions are :Wolf01 wrote:a simple howto
to make the sets work you have to:
1) open the openttd.cfg file
2) go at the endo of the file and write the following:where firstset, secondset etc.. are the names of the .grf files of the setCode: Select all
[newgrf] firstset.grf secondset.grf thirdset.grf ...
the files are loaded from the 0 to the 2... so if the secondset has some features that are also in the firstset, the features of the firstset would be overwritten
if you want to have more than one combination of sets you can do this:now you ca switch beetwen the combinations by removing the "#" from before one combination number and add it to the other combination, don't try to activate both combinations because can happen some errorsCode: Select all
[newgrf] #COMBINATION 1 firstset.grf secondset.grf #COMBINATION 2 #another_firstset.grf #another_secondset.grf
[/code]
3) Here is the default combination:3) put your grf files into the data/ folder.Code: Select all
[newgrf] #DEFAULT tempsetw.grf arcticsetw.grf newshipsw.grf #cargosetw.grf
if you have some problems post them here: http://www.tt-forums.net/viewtopic.php?t=9376
- do I have well understood ?
- do the version of OTTD includes all "good" and last grf files ? If not, why (it could be an option in the menu) ?
- from what I understand, not all "grf"are compatible with OTTD because they were made for TTD ? Is this (http://wiki.openttd.org/index.php/GRF_list) the up-to-date list of compatible grf ?
- do a compilation with all existing good "grf" files for OTTD exist or do we have to dowload file per file?
- when installing a grf file, do this take the place of an old one or is it simply add to the existing ones ? What I would like to know because if I add a new grf about a truck or a train, is it add to the list of the existing ones or does it the place of another one ?
Thanks for your answer
I'm really new here so a little help would be welcome (even if the answer may be found somewhere else, I know)