LittleSaya / IndexOutOfRangeDSPMod

4 stars 2 forks source link

DSPAddPlanet - 求求大佬快更新吧! #23

Closed lixuancryo closed 2 years ago

lixuancryo commented 2 years ago

求求大佬适配新版本吧~想玩想疯了呀~~呜呜呜呜呜 谢谢谢谢谢谢谢谢谢!

LittleSaya commented 2 years ago

有点奇怪,我发现更新以后把mod全卸了打开游戏还是出红框,还在排查

lixuancryo commented 2 years ago

啊,我没有这个情况呢

LittleSaya commented 2 years ago

0.1.1版本应该能正常加载游戏了

lixuancryo commented 2 years ago

请问一下,这个xml怎么编辑啊?用记事本吗?

LittleSaya commented 2 years ago

请问一下,这个xml怎么编辑啊?用记事本吗?

记事本可以,其他随便什么文本编辑器应该都行

lixuancryo commented 2 years ago

image 这个咋不行呢

LittleSaya commented 2 years ago

image 这个咋不行呢

看上去好像没有问题,可以把文本粘贴在这里吗,我进游戏瞅瞅

lixuancryo commented 2 years ago

粘上去就变了

hard-43913797-64-A01-Alya 4 1 3 5 false 0 0 false 200 954 425 false 4 2 true 17 44 Accurate 5 Random 1000 1 0 5 Default
lixuancryo commented 2 years ago

新建文件夹.zip

LittleSaya commented 2 years ago

新建文件夹.zip

<Config>是根标签,只能有一个,多个星球的话写多个<Planet>标签

<Config>
    <Planet>
        <UniqueStarId>hard-43913797-64-A01-Alya</UniqueStarId>
        <Index>4</Index>
        <OrbitAround>1</OrbitAround>
        <OrbitIndex>3</OrbitIndex>
        <Number>5</Number>
        <GasGiant>false</GasGiant>
        <InfoSeed>0</InfoSeed>
        <GenSeed>0</GenSeed>
        <ForcePlanetRadius>false</ForcePlanetRadius>
        <Radius>200</Radius>
        <OrbitalPeriod>954</OrbitalPeriod>
        <RotationPeriod>425</RotationPeriod>
        <IsTidalLocked>false</IsTidalLocked>
        <OrbitInclination>4</OrbitInclination>
        <Obliquity>2</Obliquity>
        <DontGenerateVein>true</DontGenerateVein>
        <ThemeId>17</ThemeId>
        <OrbitLongitude>44</OrbitLongitude>
        <VeinCustom>
            <Mag>
                <VeinGroupCount>
                    <Type>Accurate</Type>
                    <AccurateValue>5</AccurateValue>
                </VeinGroupCount>
                <VeinSpotCount>
                    <Type>Random</Type>
                    <RandomBaseValue>1000</RandomBaseValue>
                    <RandomCoef>1</RandomCoef>
                    <RandomMulOffset>0</RandomMulOffset>
                    <RandomAddOffset>5</RandomAddOffset>
                </VeinSpotCount>
                <VeinAmount>
                    <Type>Default</Type>
                </VeinAmount>
            </Mag>
        </VeinCustom>
    </Planet>
    <Planet>
        <UniqueStarId>hard-43913797-64-A01-Alya</UniqueStarId>
        <Index>5</Index>
        <OrbitAround>1</OrbitAround>
        <OrbitIndex>4</OrbitIndex>
        <Number>6</Number>
        <GasGiant>false</GasGiant>
        <InfoSeed>0</InfoSeed>
        <GenSeed>0</GenSeed>
        <ForcePlanetRadius>false</ForcePlanetRadius>
        <Radius>200</Radius>
        <OrbitalPeriod>1023</OrbitalPeriod>
        <RotationPeriod>225</RotationPeriod>
        <IsTidalLocked>false</IsTidalLocked>
        <OrbitInclination>12</OrbitInclination>
        <Obliquity>80</Obliquity>
        <DontGenerateVein>true</DontGenerateVein>
        <ThemeId>18</ThemeId>
        <OrbitLongitude>44</OrbitLongitude>
    </Planet>
</Config>
lixuancryo commented 2 years ago

ooo 可以了。谢谢~ 还有一件事,theme id 好像不对

LittleSaya commented 2 years ago

ooo 可以了。谢谢~ 还有一件事,theme id 好像不对

白色海洋其实就是樱林海,红土荒漠其实就是黑石盐滩,不知道为啥我从游戏里导出来的中文和实际游戏里显示的中文不一样。。

另外如果要指定生成矿物生效的话,要把DontGenerateVein设置成false

lixuancryo commented 2 years ago

哈哈哈好的~谢谢