# Configuration file general { ########################################################################################################## # spaceelevator #--------------------------------------------------------------------------------------------------------# # Space Elevator section ########################################################################################################## spaceelevator { # If true, the Space Elevator will use it's fancy renderer, otherwise a simple block renderer [default: true] B:isCableRenderingEnabled=true } ########################################################################################################## # dysonswarm #--------------------------------------------------------------------------------------------------------# # Dyson Swarm section ########################################################################################################## dysonswarm { # How much coolant is consumed per hour [range: 0 ~ 2147483647, default: 3600000] I:coolantConsumption=3600000 # Name of the coolant to use # Will fallback to IC2 Coolant if this name is invalid [default: cryotheum] S:coolantFluid=cryotheum # Each hour, n of m modules are destroyed according to this formula: # n = m * (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. # This sets the parameter a. [range: 0.0 ~ 1.0, default: 5.0E-5] D:destroyModuleA=5.0E-5 # Each hour, n of m modules are destroyed according to this formula: # n = m * (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. # This sets the parameter b. [range: 0.0 ~ 1.0, default: 3.0E-5] D:destroyModuleB=3.0E-5 # Each hour, n of m modules are destroyed according to this formula: # n = m * (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. # This sets the parameter base_chance. [range: 0.0 ~ 1.0, default: 0.066] D:destroyModuleChance=0.066 # The maximum computation per second that will help prevent modules from collision [range: 0.0 ~ 1.7976931348623157E308, default: 100000.0] D:destroyModuleMaxCPS=100000.0 # How much EU the Dyson Swarm Command Center produces per module per tick [range: 1 ~ 2147483647, default: 10000000] I:euPerModule=10000000 # The maximum number of modules the dyson swarm can take [range: 1 ~ 2147483647, default: 10000] I:maxModules=10000 # If a power factor for a dimension is not set, this value will be used [range: 0.0 ~ 1.7976931348623157E308, default: 0.0] D:powerFactorDefault=0.0 # Define a power factor for each dimension ID. # The total energy output of Dyson Swarm multiblocks is multiplied by these values. # Format is "DIMID:FACTOR" # DIMIDs for Space Stations are "SS_unlocalizedNameOfBodyToOrbit" # DIMIDs for Utility Worlds dimensions are "UW_Garden", "UW_Mining" and "UW_Void" [default: [0:1.0], [25:0.15], [28:1.0], [29:0.81], [30:0.61], [31:2.28], [32:2.31], [33:0.16], [35:0.44], [36:0.44], [37:1.61], [38:0.81], [39:1.76], [40:0.81], [41:0.32], [42:0.6], [43:0.44], [44:0.32], [45:0.32], [46:0.23], [47:0.23], [48:0.18], [49:0.16], [63:1.12], [64:1.12], [81:1.41], [82:1.26], [83:0.15], [84:1.98], [85:1.34], [86:0.23], [90:2.28], [91:1.98], [92:1.81], [93:3.37], [94:1.98], [95:2.11], [SS_Overworld:1.1], [SS_planet.mars:0.89], [SS_planet.venus:1.94], [SS_planet.jupiter:0.48], [SS_planet.saturn:0.36], [SS_planet.uranus:0.25], [SS_planet.neptune:0.2], [PS:0.01]] S:powerFactors < 0:1.0 25:0.15 28:1.0 29:0.81 30:0.61 31:2.28 32:2.31 33:0.16 35:0.44 36:0.44 37:1.61 38:0.81 39:1.76 40:0.81 41:0.32 42:0.6 43:0.44 44:0.32 45:0.32 46:0.23 47:0.23 48:0.18 49:0.16 63:1.12 64:1.12 81:1.41 82:1.26 83:0.15 84:1.98 85:1.34 86:0.23 90:2.28 91:1.98 92:1.81 93:3.37 94:1.98 95:2.11 SS_Overworld:1.1 SS_planet.mars:0.89 SS_planet.venus:1.94 SS_planet.jupiter:0.48 SS_planet.saturn:0.36 SS_planet.uranus:0.25 SS_planet.neptune:0.2 PS:0.01 > } }