Page 1 of 1

tile names and properties

Posted: Tue Feb 27, 2018 4:12 pm
by hreintke
Hi,

Starting to include tiles in my mods and have a couple of questions

- tile names
Is the a list of available tilenames

- tile conversion
I have a number of 0.15 save files, the tilenames differs from the 0.16 ones.
Is there a conversion list ? e.g 0.15 grass == 0.16 grass-1, 0.15 grass-dry == 0.16 grass-2

- there is a surface function get_tile_properties.
What properties/datastructure is returned by this function ?

Re: tile names and properties

Posted: Tue Feb 27, 2018 4:48 pm
by Bilka
hreintke wrote:Hi,

Starting to include tiles in my mods and have a couple of questions

- tile names
Is the a list of available tilenames
https://wiki.factorio.com/Data.raw#tile
hreintke wrote: - tile conversion
I have a number of 0.15 save files, the tilenames differs from the 0.16 ones.
Is there a conversion list ? e.g 0.15 grass == 0.16 grass-1, 0.15 grass-dry == 0.16 grass-2
54579

Re: tile names and properties

Posted: Tue Feb 27, 2018 6:36 pm
by darkfrei
hreintke wrote: - tile names
Is the a list of available tilenames
You can see whole of data.raw with this mod:
viewtopic.php?f=135&t=45107#p324171