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
Cannot draw radius ring of radius 1500: not enough squares in the precalculated list
This happens because RimWorld doesn't support visualizing turret range rings with a radius of 1500 by default.
In other words, the error only affects the visual range indicator when clicking the turret, not its actual functionality. The turret still works with a 1500 range — it just can’t draw the ring.
To fix the error, simply remove the range display.
Open this file:
1.6/Base/Defs/ThingDefs_Combat/SNS_TPOC_Turrets_Tier6_OP_Pinnacle.xml
Look for this section:
<placeWorkers>
<li>PlaceWorker_TurretTop</li>
<li>PlaceWorker_ShowTurretRadius</li>
</placeWorkers>
Then delete the following line:
<li>PlaceWorker_ShowTurretRadius</li>
This will stop the game from trying to draw the turret range ring, and the error will no longer occur.
The turret will still function perfectly with its full 1500 range.
Now they are.
@help That's planned.