Jump to content

Changing outdoor cliff types?


philstrek

Recommended Posts

Not the terrain itself, the vertical surface that is displayed when one terrain space is higher than another. For example, in above-ground outdoor spaces, you get a light dirt color - like the typical outdoor walls. In below-ground outdoor spaces, you get a darker grey color.

Link to comment
Share on other sites

So you're essentially wanting to change which sheet is used for outdoor cliffs? I sure haven't seen any call to set that (but then, I've done very little outdoors so far).

 

If you're wanting it to be used everywhere outdoors, you could define your own cliff terrains and copy them into the default numbers. But I don't know of any way you could change some of the cliffs, but not all, if that's what you're wanting.

 

EDIT: If that wasn't clear, I was talking about:

 

begindefineterrain my_number;

import = current_cliffs_number;

te_which_sheet = sheet_number_you_want;

 

begindefineterrain original_cliffs_number;

 

That last line will copy it back where it was, just with a different sheet.

 

EDIT 2: Left out an '=' in my pseudo-code. smile

Link to comment
Share on other sites

I guess I could import certain cliff types into an entire outdoor grid area (48X48, 64X64) and change them as necessary. Your suggestion sounds like a good way to go, since there is no way to define cliff types in outdoor sections in the editor and no calls that I'm aware of that will do it any easier. Thanks!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...