• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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