Space Engineers

Space Engineers

Automated Beam Drill
Sempai 26 May, 2024 @ 4:15pm
MY FIX TURRET
FIX TURRET
go to
"steamapps\workshop\content\244850\681276386\Data\Scripts\LaserDrill"

open "LaserDrill.cs"

find "public float TurretRange"

change the line inside "get":

return (m_turret != null ? _maxRange : m_maxRange);

It will look like this in the end:

public float TurretRange
{
get
{
return (m_turret != null ? _maxRange : m_maxRange);
}
}

If you have any questions my discord is "user09362" or ID "248946553031622657"