Game Development Community

Terrain Height Range

by Alice O · in General Discussion · 10/24/2004 (9:24 pm) · 2 replies

Can the Height Range in the Terrain Terraform editor be greater than 500? My terrain ranges from 300-1600m but when I enter in 1300 as height range it defaults back to 500. If anyone knows where to change this it's be much appreciated... ta

#1
10/25/2004 (6:24 pm)
Go into "example/common/editor/editorgui.gui" and find the GuiTextEditSliderCtrl named "general_scale". In there, you can change the "range" value to be different than it's default. Just checked it by changing it's max to 1500 and it worked like a charm.
#2
10/25/2004 (7:15 pm)
Brilliant! thank you