Hello! Could you help me?
If I want to make all Tiles 0 be replaced for Tiles 1, for example, what should I do?
Thanks!
You need to loop for the whole TileMap and compare the Tile ID and if you find any with (Tile = 0) replace it.
Here is an example:
I replace all the (Tiles = 0) for tile 64
https://www.dropbox.com/s/y0upe5m9fnfpiyx/TileMap_Change%20Tile.c3p?dl=0
This is what I got when I try to open your cp3.
Dont you have a capx?
This is what I got when I try to open your cp3. Dont you have a capx?
Hoh sorry I missed that this was for C2 forum section.
This will replace all the (Tiles = 4) with (Tile = 15)
Here is C2 Capx:
https://www.dropbox.com/s/97ey9ympgqxo7p6/TileMap%20ReplaceTiles.capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
Hey, Bro!
I followed your method and it Worked.
Thanks a lot! :)