515
edits
Changes
→Dynamic LODs
Instead of single static LOD (attributes '''lod_desc''' and '''lod_dist''') there is now array of LODs (arrays '''dynamic_lod_desc[]''' and '''dynamic_lod_dist[]''').
Logic is the same: ''descriptor'' defines path to LOD model, ''dist'' defined defines distance from where it should be used. For now old LODs definition are loaded and converted, but this support might be removed in future updates, eventually.
Affected units are '''prefab_model''', '''model_def''' and '''curve_model'''.