星空和额外行星兼容问题

大多数的闪退原因是天体,空间站和装备的重复或不兼容产生的,只要解决这些问题,就可以正常游玩。

解决方法如下:

1.7.10

方法一:寻找Minecraft目录,找到config目录,找到Extraplanets,点击找到

 # Setting this option to false will disable & remove the Mars Space Station

    B:"Mars SpaceStation"=ture

改为false就行了。

方法二:寻找Minecraft目录,找到config目录,找到galaxyspace,点击找到dimensions;conf,使用记事本打开,找到(空间站重复问题)

  # Enable/Disable Mars Space Station

    B:enableMarsSS=true

改为false就行了。

【方法一和方法二其中用一个改为false就行。】(你也可以尝试一下1.12修改的方法,这会让你的星空更兼容额外行星。)

当火箭无法发射时,如果你加载了FastCraft,请尝试删除它,这往往能解决许多问题。

1.12.2

打开Config文件夹中的ExtraPlanet.Cfg并将以下条找到并将False改为True

B:"Enable New Galaxy Space Compatibility (v1.2.3 and above)"=false

找到以下条,并将最后的true改为false(空间站重复,也可以选择关闭星空的空间站)

# Setting this option to false will disable & remove the Venus Space Station

    B:"Venus SpaceStation"=true

 # Setting this option to false will disable & remove the Mars Space Station

    B:"Mars SpaceStation"=true

找到下面这一条,将true改为false(星图重复问题)

   # Setting this option to false make it use the Galacticraft Galaxy Map/Celestial Selection Screen

    B:"Use Custom Galaxy Map/Celestial Selection Screen"=false

(你也可以通过修改AsmodeusCore的文件来解决,方法如下)

AsmodeusCore的config中enableNewGalaxyMap=ture

将ture改为false以启用额外行星的星图

找到下面这条,将true改为false(海卫一和柯伊伯带重复问题)(如果之后星空和额外有重复天体时都可以选择关闭其中一个天体来实现兼容)

  # Setting this option to false will remove Triton & all the related items/block/tools/armour/space stations!

    B:Triton=true

# Setting this option to false will remove Kuiper Belt
B:"Kuiper Belt"=ture

----进阶修复―生物群系(可选)----(1.7.10独有)

修改完成后在Config里的Galaxy Space文件夹中寻找名为biomes.conf的文件,方法如下(摘自Old_Memory的评论)

# Configuration file


general {

    # Global ID Biome for Planets/Moons

    I:IDSpaceBiome=214


    # Global ID Biome for Planets/Moons (Shallow Waters Biome)

    I:IDSpaceShallowWatersBiome=215


    # Global ID Biome for Planets/Moons (Oceans Biome)

    I:IDSpaceOceansBiome=216


    # Global ID Biome for Planets/Moons (Deep Oceans Biome)

    I:IDSpaceDeepOceansBiome=217


    # Global ID Biome for Planets/Moons (Low Plains Biome)

    I:IDSpaceLowPlainsBiome=218


    # Global ID Biome for Planets/Moons (Mid Plains Biome)

    I:IDSpaceMidPlainsBiome=219


    # Global ID Biome for Planets/Moons (Low Hills Biome)

    I:IDSpaceLowHillsBiome=220


    # Global ID Biome for Planets/Moons (High Plateaus Biome)

    I:IDSpaceHighPlateausBiome=221


    # Global ID Biome for Planets/Moons (Mid Hills Biome)

    I:IDSpaceMidHillsBiome=222


    # Global ID Biome for Planets/Moons (Rocky Waters Biome)

    I:IDSpaceRockyWatersBiome=223


    # Global ID Biome for Planets/Moons (Low Islands Biome)

    I:IDSpaceLowIslandsBiome=224


    # Global ID Biome for Planets/Moons (Partially Submerged Biome)

    I:IDSpacePartiallySubmergedBiome=225


    # Global ID Biome for Planets/Moons (Beach Biome)

    I:IDSpaceBeachBiome=226


    # Biome ID for World Engine

    I:IDWorldEngineBiome=227

}

修改完成后就可以避免星球ID重复所导致的崩溃。

在ExtraPlanets的太空服列表里添加GalaxySpace的太空服,如:

galaxyspace:space_suit_head(chest/legs/feet):1

在GalaxySpace添加的太空服列表里添加如下:

extraplanets:tier1/2/3/4_space_suit_helmet/chest/chest/legings/boots/gravity_boots

如果不想添加,可以在GalaxySpace或ExtraPlanets的Config里关掉一个的气压和辐射即可(摘自QQ酱144985Lv的评论)(高版本已自带添加)