tile names and properties

Place to get help with not working mods / modding interface.
Post Reply
hreintke
Fast Inserter
Fast Inserter
Posts: 115
Joined: Mon Sep 04, 2017 6:52 pm
Contact:

tile names and properties

Post 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 ?

Bilka
Factorio Staff
Factorio Staff
Posts: 3156
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: tile names and properties

Post 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
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2904
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: tile names and properties

Post 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

Post Reply

Return to “Modding help”