Sucessfully was able to use CustomAsteroids to spawn around Corbo and Dolas. Close enough to planets for me! Basic Asteroids.cfg // Permanent fixtures in Custom Asteroids MODULEMANAGER[LOCAL] {} AsteroidSets { ASTEROIDGROUP { name = Dolas Test. centralBody = Dolas spawnRate = 10.0 orbitSize { type = SemimajorAxis // 0.5 AU min = 6799920128 // 4 AU max = 52859363534 } eccentricity { avg = 0.5 } inclination { avg = 7.5 } } ASTEROIDGROUP { name = Corbo Test. centralBody = Corbo spawnRate = 10.0 orbitSize { type = SemimajorAxis // 0.5 AU min = 6799920128 // 4 AU max = 52859363534 } eccentricity { avg = 0.5 } inclination { avg = 7.5 } } }