审判末世生存模拟吧 关注:349贴子:1,818
  • 1回复贴,共1

想改个哨站数量

取消只看楼主收藏回复

哪位有原版的mods文件的。
mods目录下“OriginalConfigs”帮我找找effect文件或者config里面有没有 outpost 关键词。
或者方便的话,传到网盘给我一份也行,我搜一下
看了下,dlc文件好像是独立的,不晓得是不是关联更新了了“OriginalConfigs”相关。
试一试,没人提供或者文件没更新的话,也就只能盲选关键词了。


IP属地:湖南1楼2023-05-09 09:49回复
    算了,DIS上找到了
    effect相关的代码:
    第一个哨站科技:第一行不用管,第二行是哨站最大数量
    effects.entity.outposts1.sprite=effect_outpostunlock
    effects.entity.outposts1.effect.maxoutposts=1
    第三行是哨站内建筑最大数量
    effects.entity.outposts2.sprite=effect_outpostunlock
    effects.entity.outposts2.effect.maxoutposts=1
    effects.entity.outposts2.effect.maxoutpostbuildings=1
    effects.entity.outposts3.sprite=effect_outpostunlock
    effects.entity.outposts3.effect.maxoutposts=1
    哨站建筑科技,第三行是哨站内生存者数量
    effects.entity.outpostbuilding1.sprite=effect_outpostunlock
    effects.entity.outpostbuilding1.effect.maxoutpostbuildings=1
    effects.entity.outpostbuilding1.effect.maxoutpostsurvivors=2
    effects.entity.outposts4.sprite=effect_outpostunlock
    effects.entity.outposts4.effect.maxoutposts=1
    effects.entity.outposts4.effect.maxoutpostsurvivors=1
    effects.entity.outposts5.sprite=effect_outpostunlock
    effects.entity.outposts5.effect.maxoutposts=1
    effects.entity.outposts5.effect.maxoutpostbuildings=1
    effects.entity.outposts5.effect.maxoutpostsurvivors=2
    config文件相关代码:
    默认的哨站数量、哨站内建筑数量、哨站内生存者数量
    config.maxoutposts=5
    config.maxoutpostbuildings=10
    config.maxoutpostsurvivors=10
    附上


    IP属地:湖南4楼2023-05-09 10:21
    收起回复