Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Note that any save that's used Prop Anarchy (or more specifically the EML library it uses) at any point is unstable and subject to corruption. Starting with a new city without Prop Anarchy is recommended over converting an existing city, but if you want to try you can try to use ' Remove EML ' to recover as much data as possible.
'Minimum distance' only takes effect if the automatic LOD calculation comes up with a lower value than your minimum. This is usually (but not always) for smaller assets, or assets with unusual shapes.
In this case, if the calculated LOD distance was 200, but you have a minimum LOD distance of 500, then 500 will be used.
'Minimum distance' is just that - a hardcoded minimum. If the calculation ends up with a smaller distance than that figure, then it'll be clamped to the minimum instead.
So, in your example, let's say the game calculates the LOD distance as 3000 (note the actual calculation is done on a per-asset basis and is based on the physical size of the asset model, so there's no set distance and no "rule-of-thumb" - it's truly unique for each asset).
Setting the minimum distance to anything under 3000 will thus have no effect on that asset (but may on others, ofc).
If you set the distance multplier to 150%, then the LOD distance for that asset will now be 4500. Now any minimum distance under 4500 will have no effect.