群星吧 关注:239,614贴子:921,913
  • 6回复贴,共1

跪求大佬帮忙看看我的机械种族mod到底少了哪个代码?

只看楼主收藏回复

#这是我的自建机械种族(用的枪娘mod)的人口增长截图,对比自建生物种族(miku种族mod)群星自带机械种族的截图。可以发现我的枪娘人口增长所需被当成生物,然而她是机械,导致她增长量为0,每个月一过人口为0就判定死亡.....(好可怜)我要加哪个代码,才能然她被识别为机械增长?
Girlsfrontline = {
archetype = MACHINE
playable = { host_has_dlc = "Synthetic Dawn Story Pack" }
randomized = {
host_has_dlc = "Synthetic Dawn Story Pack"
# The create_species effect can't properly take the possible trigger below into account.
# Work around this by disabling this class for species randomization after game start.
NOT = { has_global_flag = game_started }
}
possible = { authority = { OR = { value = auth_machine_intelligence text = SPECIES_CLASS_MUST_USE_MACHINE_INTELLIGENCE } } }
possible_secondary = { always = no text = SECONDARY_SPECIES_CLASS_INVALID }
robotic = yes
gender = no
use_climate_preference = no
portrait_modding = yes
new_pop_resource_requirement = {
type = robot_food
value = 30.0
}
pops_auto_growth = 1.0
leader_age_min = 2
leader_age_max = 10
portraits = {
"T"
"J"
}
graphical_culture = ai_01
move_pop_sound_effect = "robot_pops_move"
}




1楼2018-03-14 00:49回复
    我搞了好久都不行,又下不到别的机械MOD,只能找贴吧大佬帮忙了


    2楼2018-03-14 00:51
    回复
      2025-12-28 18:28:46
      广告
      不感兴趣
      开通SVIP免广告
      版本2.0.1


      3楼2018-03-14 00:59
      回复
        没有mod大佬吗?


        来自Android客户端5楼2018-03-15 18:51
        回复
          我自建machine种族也出现类似的问题,建造人口一到月初就消失,人口不增长,这是新建机械种族的问题,与自动增长无关。而且解决办法应该与species_class这个文件也无关,可能需要另一个文件


          IP属地:四川来自Android客户端6楼2018-05-12 18:17
          回复
            可以试试不自建只修改基础种族的贴图


            IP属地:广东来自Android客户端8楼2018-08-27 12:02
            回复