PDA

View Full Version : Getting rid of tree tiles



Makanyane
10-02-2007, 16:51
I'm trying to adapt the temperate_grassland_infertile climate to something nasty for a small area of my campaign map, that isn't going too badly. It needs a lot of tweaking but I think I at least know which bits need changing.

However:
https://img219.imageshack.us/img219/8600/aaarghpv3.jpg (https://imageshack.us)

I'm having a little bit of trouble getting rid of the ambient tree tiles (or whatever you call them), I'm sure I should know this but I can't find where they are referenced / linked to climate....

any ideas?

Dol Guldur
10-02-2007, 21:21
I can't remember - are they not associated with the settlement plans? Gah, my memory is fading :(

Makanyane
10-02-2007, 22:11
Gah, my memory is fading :(
that could be a symptom of age or just rust - you should start modding again :beam:
apparently failing memory is still working though, thanks :2thumbsup:

turns out to be descr_landscape_ambient_settlements.txt

ambient_settlement clump_of_palm_trees_A
{
type natural

plan clump_of_palm_trees_A
}
was slightly thrown by where it was getting the decidedly non-palm trees from, I still need to figure that relationship out as I thought I'd edited the relevant bit, but anyway can get rid of tile by using

ambient_settlement clump_of_palm_trees_A
{
type natural
climate temperate_grassland_fertile
climate sandy_desert

plan clump_of_palm_trees_A
}
think, on very rough test, you can list the climates you want to have it that way, trying to put more than one on first climate line makes it ignore the restriction though.