Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
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.