AKS DataBasis

CentrED => Bugs => Topic started by: Rukk on August 17, 2009, 03:11:36 AM

Title: Can't remove terrain tiles
Post by: Rukk on August 17, 2009, 03:11:36 AM
Hello,

I started creating a custom arena in my map (in the black region) and the first three worked good. When I started designing the fourth one, I needed to add grass... so I did. Then when I wanted to remove part of the grass I added I realized that I couldn't. I believe this is because it gets added to the map files and not the statics, but this is rather annoying because I can't delete anything.

Is this a bug or there's something I'm doing wrong?

Thank!
Title: Re: Can't remove terrain tiles
Post by: Tare on August 17, 2009, 10:36:47 AM
Hi,
I wouldn't call this a bug, cause the map has on every mapcell one landtile. So there is no delete for terrain, just a replacement. If you had a black landtile in your art.mul, just set this to the wanted areas, or use the ID 0, the unused, for it.

Hope I could help ;)
Title: Re: Can't remove terrain tiles
Post by: Rukk on August 17, 2009, 11:02:32 PM
Quote from: "Tare"Hi,
I wouldn't call this a bug, cause the map has on every mapcell one landtile. So there is no delete for terrain, just a replacement. If you had a black landtile in your art.mul, just set this to the wanted areas, or use the ID 0, the unused, for it.

Hope I could help ;)

Alright. I get it. I guess it will do :) Thanks!