Error: unable to find object: trp_kingdom_7_lord

正在查看此主题的用户

Koozer

Regular
I'm trying to add 2 new factions, and I've modified everything in factions, scripts, party templates, and troops that I can see, but I get the above error and one like it (and an illegal identifier error) for every new "trp_kingdom..." and "trp_knight..." I've created. I'm guessing I need to add these variables to a module somewhere. Can anyone please help me?
 
check the id in the module_troops.py of kingdom_7_lord and check
      (faction_set_slot, "fac_kingdom_7",  slot_faction_culture, "fac_culture_7"),
      (faction_set_slot, "fac_kingdom_7",  slot_faction_leader, "trp_kingdom_7_lord"),
  (troop_set_slot, "trp_kingdom_7_lord", slot_troop_renown, 1200),
in module_scripts.py
 
Aah I'm an idiot. I hadn't actually added troops for the new factions. Thanks for the prompt GoldEagleMNE!
 
后退
顶部 底部