Page 1 of 1

terrain object height

Posted: Thu Mar 22, 2018 7:58 am
by bodkin
Does anyone know if there's a way to alter the scale of terrain objects like trees? I'd like to increase the size of trees to make the scale look a little more realistic but can't find a file that may allow that sort of change.

Re: terrain object height

Posted: Thu Mar 22, 2018 8:20 am
by rbodleyscott
bodkin wrote:Does anyone know if there's a way to alter the scale of terrain objects like trees? I'd like to increase the size of trees to make the scale look a little more realistic but can't find a file that may allow that sort of change.
You can scale them in the Editor, but scaling them in the random maps would require (extensive) scripting in MapGenerateBattle.BSF, using SetObjectScale(id, scale) for each object after it is placed.