• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Unlimited Natural Cliff Height?

Status
Not open for further replies.
Level 8
Joined
Mar 6, 2007
Messages
542
Anyone have an idea as to how I could get an unlimited cliff height without those extra stepps that appear every 2 levels?
 
Level 8
Joined
Mar 6, 2007
Messages
542
I can get unlimited height, I'm looking for a way to eliminate those steppes that appear at every 2 levels of cliff
 
Level 13
Joined
Aug 31, 2005
Messages
823
Well there is no way to stack more than 2 without the steps (that I know of). You can however change the height of one stack using the miscdata.txt file. Just open it up and change this part of the text file.
Code:
// Global height limits
// 0 = low ground, each cliff level = 128
MaxHeight=10096
MinHeight=-4096
and edit the 'each cliff level' to a number higher than 128 for higher cliffs and lower for lower cliffs.
 
Status
Not open for further replies.
Top