General

Selected Ref Color

# R, G, B, A
# R/G/B is 0-255
# Alpha is 0-100
SetINISetting "aConsoleSelectedRefColor:Menu" 255,0,0,100

Outposts

Sourced from Outpost Building QoL.

# Sets the max rotation speed for objects
SetINISetting "fItemRotationSpeedMax:Workshop" "5"

# Disables the budget. You will experience performance issues if you build too much in your outpost
SetINISetting "bBudgetEnabled:Workshop" "0"
SetINISetting "fBudgetBaseCost:Workshop" "0.0"
SetINISetting "fBudgetBaseline:Workshop" "99999.0"

# Allows the workshop freecam to leave the build area
SetINISetting "bConstrainWorkshopIsoCamToBuildArea:Camera" "0"

# Autosaves after you leave outpost building mode
SetINISetting "bWorkshopAutoSaveOnExit:Workshop" "1"

# Better outpost snapping
SetINISetting "fClosestPointToleranceLargeItems:Workshop" "-1.5000"
SetINISetting "fWorkshopItemConnectPointQueryRadius:Workshop" ".35"
SetINISetting "fWorkshopItemWouldBeSnappedDistance:Workshop" ".30"
SetINISetting "fWorkshopBreakSnapRadiusMult:Workshop" ".5"
SetINISetting "fOutpostSnapPreviewHoldSnappedTime:Workshop" "-50"
SetINISetting "fOutpostSnapPreviewWaitForPreviewTime:Workshop" "-50"
SetINISetting "fOutpostSnapWaitForPostSnapCycleTime:Workshop" "-50"

# Changes the extractor border color to be different to the outpost border color
SetINISetting "rHavesterExteriorBorderColor:Workshop" "62,188,170"
SetINISetting "rHavesterInteriorBorderColor:Workshop" "62,188,170"

# Changes border Height
#	SetGS "fWorkshopVisibleBorderHeight:Workshop" "15"
SetGS "fWorkshopVisibleBorderHeight" "15"

# Allows the player to stay outside of the build area
SetGS "fPlayerOutsideBuildAreaTimerDuration" "999999"

# Workshop (Outpost) - Reduce Collision Detection in build mode
# 		larger tolerance <-- 0 --> smaller tolerance
#	SetINISetting "fClosestPointTolerance" "-2000"
#	SetINISetting "fClosestPointToleranceLargeItems:Workshop" "-2000"

# Save INI Files
SaveINIFiles

Ships

Builder

To have BIG tolerances when placing parts:

SetINISetting "fShipBuilderModuleOverlapTolerance:Spaceship" "-1"
SaveINIFiles
cgf "Debug.Notification" "Set Overlap Tolerance to BIG"

To have HUGE tolerances when placing parts:

SetINISetting "fShipBuilderModuleOverlapTolerance:Spaceship" "-5"
SaveINIFiles
cgf "Debug.Notification" "Set Overlap Tolerance to HUGE"

Resetting the tolerances:

SetINISetting "fShipBuilderModuleOverlapTolerance:Spaceship" "-0.25"
SaveINIFiles
cgf "Debug.Notification" "Reset Overlap Tolerance to vanialla value"