SpaceEngine

SpaceEngine

The Plutonian Empire Universe (Compat)
 此主题已被置顶,因此可能具有重要性
plutonianempire  [开发者] 2023 年 11 月 21 日 上午 10:26
Recommended main-user.cfg tweaks
Life Generator:

// Life generator probabilities LifeGenerator { // TPE Universe; Assume Complex Life = Multicell Land Life; // Assume Panspermia of Complex Life = Human and/or Alien Colonization // and/or the standard Life Spores assumption. // The TPE is Space Fantasy, expect lots of life! :3 ProbLifeOrgTerra 1 // probability of origin of organic life on non-arid worlds (surface & ocean) ProbLifeOrgOceania 1 // probability of origin of organic life on ocean worlds (ocean) ProbLifeOrgDesert 1 // probability of origin of organic life on arid worlds (surface) ProbLifeOrgIceWorld 1 // probability of origin of organic life on ice worlds (subglacail) ProbLifeOrgGiant 0.001 // probability of origin of organic life on gas giants (atmosphere) ProbLifeExotTerra 0.1 // probability of origin of exotic life on non-arid worlds (surface & ocean) ProbLifeExoOceania 0.1 // probability of origin of exotic life on ocean worlds (ocean) ProbLifeExoDesert 0.1 // probability of origin of exotic life on arid worlds (surface) ProbLifeExoIceWorld 0.1 // probability of origin of exotic life on ice worlds (subglacail) ProbLifeExoGiant 0.002 // probability of origin of exotic life on gas giants (atmosphere) ProbPanspEjectTerra 1 // Probability of organic life spores ejection on asteroid impact on non-arid worlds (surface & ocean) ProbPanspEjectOceania 1 // Probability of organic life spores ejection on asteroid impact on ocean worlds (ocean) ProbPanspEjectDesert 1 // Probability of organic life spores ejection on asteroid impact on arid worlds (surface) ProbPanspEjectIceWorld 0.3 // Probability of organic life spores ejection on asteroid impact on ice worlds (subglacial) ProbPanspEjectGiant 0.0001 // Probability of organic life spores ejection on asteroid impact on gas giants (atmosphere) ProbPanspInsertTerra 1 // Probability of organic life spores insertion on asteroid impact on non-arid worlds (surface & ocean) ProbPanspInsertOceania 1 // Probability of organic life spores insertion on asteroid impact on ocean worlds (ocean) ProbPanspInsertDesert 0.1 // Probability of organic life spores insertion on asteroid impact on arid worlds (surface) ProbPanspInsertIceWorld 0.3 // Probability of organic life spores insertion on asteroid impact on ice worlds (subglacial) ProbPanspInsertGiant 0.0005 // Probability of organic life spores insertion on asteroid impact on gas giants (atmosphere) LifeOrgAgeUni 0.02 // mean value of system age to develop unicellular organic life (in billion years) LifeOrgAgeUniDisp 0.01 // dispersion of system age to develop unicellular organic life (in billion years) LifeOrgAgeMulti 0.05 // mean value of system age to develop multicellular organic life (in billion years) LifeOrgAgeMultiDisp 0.01 // dispersion of system age to develop multicellular organic life (in billion years) LifeOrgAgeComplex 0.08 // mean value of system age to develop complex ground organic life (in billion years) LifeOrgAgeComplexDisp 0.01 // dispersion of system age to develop complex ground organic life (in billion years) LifeExoAgeUni 0.04 // mean value of system age to develop unicellular exotic life (in billion years) LifeExoAgeUniDisp 0.01 // dispersion of system age to develop unicellular exotic life (in billion years) LifeExoAgeMulti 0.08 // mean value of system age to develop multicellular exotic life (in billion years) LifeExoAgeMultiDisp 0.01 // dispersion of system age to develop multicellular exotic life (in billion years) LifeExoAgeComplex 0.12 // mean value of system age to develop complex ground exotic life (in billion years) LifeExoAgeComplexDisp 0.01 // dispersion of system age to develop complex ground exotic life (in billion years) }

Star Generator:
// Procedural stars generator settings StarGenerator { // TPE Universe StarMaxAppMagn 8 // max apparent magnitude of procedural stars while looking from Solar system StarMinDistNormal 0.2 // min distance from the Sun to procedural stars (except brown dwarfs and stellar remnants) StarMinDistBrownDwarf 0.1 // min distance from the Sun to procedural brown dwarfs StarMinDistRemnant 0.3 // min distance from the Sun to procedural black holes, neutron stars and white dwarfs StarDensityInGalaxy 1 // procedural stars density in galaxies StarDensityInCluster 1.2 // procedural stars density in star clusters StarProcBifurcation true // enable procedural bifurcation of solitary catalog stars }
< >
正在显示第 1 - 1 条,共 1 条留言
plutonianempire  [开发者] 4 月 20 日 下午 1:46 
Interface { PrimaryFont "segoesc.ttf" // primary font for SE interface PrimaryFontBold "FSEX302.ttf" // bold primary font for SE interface SecondaryFont "NotoSansCJKsc-Regular.otf" // secondary font if glyph is missing in the primary font SecondaryFontBold "NotoSansCJKsc-Medium.otf" // bold secondary font if glyph is missing in the primary font TertiaryFont "DejaVuSans.ttf" // tertiary font if glyph is missing in primary and secondary font TertiaryFontBold "DejaVuSans-Bold.ttf" // bold tertiary font if glyph is missing in primary and secondary font GUIScaleDPI false // scale GUI according to Windows DPI settings GUIScale 110 // GUI scaling factor in percents (applied on top of DPI scaling, if used) GUIScaleVR 110 // GUI scaling factor in percents in VR mode (applied on top of DPI scaling, if used) }
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50