Page 1 of 1

fake tiles?

Posted: 2012.11.04 (06:15)
by Vanquish
hey, does anyone know how to make fake tiles in ngame. i heard about replacing a tile with a '.' in the code but that doesn't seem to work. are there any other ways. if anyone could answer this please it would be greatly appreciated.

Re: fake tiles?

Posted: 2012.11.04 (06:30)
by trance
When making fake tiles, you want start with a base like the map data below:


Then the tiles you want to make fake, you replace the number/letter in the map data with a period and then load. Now the map data will look like this:


The periods will make the tile fake (as in you can go through it), and the fake tiles will retain their original shapes.

Re: fake tiles?

Posted: 2012.11.04 (11:12)
by Vanquish
ahhh...i see. thanks trance