VGR Mothership LOD´s
NewShipType.upLOD = 4000 --Switch from LOD0 to LOD1
NewShipType.upLOD = 5950 --Switch from LOD1 to LOD2
NewShipType.downLOD = 4015 --Switch from LOD1 to LOD0
NewShipType.downLOD = 5965 --Switch from LOD2 to LOD1
The values that you see above are the values that control the LODs switching distances and their description, these values are in meters, and to disable a certain LOD you must delete a pair of them (one that rises and one that lowers)
Ex.: To disable the LOD2 from the ship it should look like this:
Modified VGR Mothership LOD´s
NewShipType.upLOD = 4000
NewShipType.downLOD = 4015