Error with upgrade def: Unable to find troop1-id: farmer
Error with upgrade def: Unable to find troop1-id: townsman
Error with upgrade2 def: Unable to find troop1-id: watchman
Error with upgrade2 def: Unable to find troop1-id: caravan_guard
Error with upgrade def: Unable to find troop1-id: mercenary_swordsman
Error with upgrade def: Unable to find troop1-id: mercenary_horseman
Error with upgrade def: Unable to find troop1-id: swadian_recruit
Error with upgrade2 def: Unable to find troop1-id: swadian_militia
Error with upgrade2 def: Unable to find troop1-id: swadian_footman
Error with upgrade def: Unable to find troop1-id: swadian_infantry
Error with upgrade def: Unable to find troop1-id: swadian_skirmisher
Error with upgrade def: Unable to find troop1-id: swadian_crossbowman
Error with upgrade def: Unable to find troop1-id: swadian_man_at_arms
Error with upgrade def: Unable to find troop1-id: vaegir_recruit
Error with upgrade2 def: Unable to find troop1-id: vaegir_footman
Error with upgrade def: Unable to find troop1-id: vaegir_skirmisher
Error with upgrade def: Unable to find troop1-id: vaegir_archer
Error with upgrade2 def: Unable to find troop1-id: vaegir_veteran
Error with upgrade def: Unable to find troop1-id: vaegir_infantry
Error with upgrade def: Unable to find troop1-id: vaegir_horseman
Error with upgrade def: Unable to find troop1-id: khergit_tribesman
Error with upgrade def: Unable to find troop1-id: khergit_skirmisher
Error with upgrade2 def: Unable to find troop1-id: khergit_horseman
Error with upgrade def: Unable to find troop1-id: khergit_horse_archer
Error with upgrade2 def: Unable to find troop1-id: nord_recruit
Error with upgrade def: Unable to find troop1-id: nord_footman
Error with upgrade def: Unable to find troop1-id: nord_trained_footman
Error with upgrade def: Unable to find troop1-id: nord_warrior
Error with upgrade def: Unable to find troop1-id: nord_veteran
Error with upgrade def: Unable to find troop1-id: nord_huntsman
Error with upgrade def: Unable to find troop1-id: nord_archer
Error with upgrade2 def: Unable to find troop1-id: rhodok_tribesman
Error with upgrade def: Unable to find troop1-id: rhodok_spearman
Error with upgrade def: Unable to find troop1-id: rhodok_trained_spearman
Error with upgrade def: Unable to find troop1-id: rhodok_veteran_spearman
Error with upgrade def: Unable to find troop1-id: rhodok_crossbowman
Error with upgrade def: Unable to find troop1-id: rhodok_trained_crossbowman
Error with upgrade def: Unable to find troop1-id: rhodok_veteran_crossbowman
Error with upgrade def: Unable to find troop1-id: sarranid_recruit
Error with upgrade2 def: Unable to find troop1-id: sarranid_footman
Error with upgrade2 def: Unable to find troop1-id: sarranid_veteran_footman
Error with upgrade def: Unable to find troop1-id: sarranid_infantry
Error with upgrade def: Unable to find troop1-id: sarranid_skirmisher
Error with upgrade def: Unable to find troop1-id: sarranid_archer
Error with upgrade def: Unable to find troop1-id: sarranid_horseman
Error with upgrade2 def: Unable to find troop1-id: looter
Error with upgrade def: Unable to find troop1-id: mountain_bandit
Error with upgrade def: Unable to find troop1-id: forest_bandit
Error with upgrade def: Unable to find troop1-id: steppe_bandit
Error with upgrade def: Unable to find troop1-id: taiga_bandit
Error with upgrade def: Unable to find troop1-id: sea_raider
Error with upgrade def: Unable to find troop1-id: desert_bandit
Error with upgrade2 def: Unable to find troop1-id: bandit
Error with upgrade def: Unable to find troop1-id: manhunter
Error with upgrade def: Unable to find troop1-id: slave_driver
Error with upgrade def: Unable to find troop1-id: slave_hunter
Error with upgrade def: Unable to find troop1-id: slave_crusher
Error with upgrade def: Unable to find troop1-id: follower_woman
Error with upgrade def: Unable to find troop1-id: hunter_woman
Error with upgrade def: Unable to find troop1-id: fighter_woman
Error with upgrade def: Unable to find troop1-id: refugee
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_init.py", line 2, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Traceback (most recent call last):
File "process_global_variables.py", line 6, in <module>
from module_dialogs import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_dialogs.py", line 811, in <module>
[trp_tutorial_archer_1|auto_proceed, "start",
NameError: name 'trp_tutorial_archer_1' is not defined
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_map_icons.py", line 6, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Exporting faction data...
Exporting item data...
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_items.py", line 66, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Exporting scene data...
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_scenes.py", line 15, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Exporting troops data
Traceback (most recent call last):
File "process_troops.py", line 106, in <module>
save_python_header()
File "process_troops.py", line 101, in save_python_header
file.write("trp_%s = %d\n"%(convert_to_identifier(troops[i_troop][0]),i_troop))
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_common.py", line 5, in convert_to_identifier
s1 = string.replace(s0," ","_")
File "C:\Python27\lib\string.py", line 519, in replace
return s.replace(old, new, maxsplit)
AttributeError: 'list' object has no attribute 'replace'
Exporting particle data...
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_scene_props.py", line 7, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_tableau_materials.py", line 8, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_presentations.py", line 8, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Traceback (most recent call last):
File "process_party_tmps.py", line 2, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Traceback (most recent call last):
File "process_parties.py", line 5, in <module>
from module_parties import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_parties.py", line 44, in <module>
("main_party","Main Party",icon_player|pf_limit_members, no_menu, pt_none,fac_player_faction,0,ai_bhvr_hold,0,(17, 52.5),[(trp_player,1,0)]),
NameError: name 'trp_player' is not defined
Exporting quest data...
Exporting info_page data...
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_scripts.py", line 7, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_mission_tmps.py", line 8, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_game_menus.py", line 8, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_simple_triggers.py", line 5, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Traceback (most recent call last):
File "process_dialogs.py", line 6, in <module>
from module_dialogs import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_dialogs.py", line 811, in <module>
[trp_tutorial_archer_1|auto_proceed, "start",
NameError: name 'trp_tutorial_archer_1' is not defined
Error with upgrade def: Unable to find troop1-id: farmer
...
Error with upgrade def: Unable to find troop1-id: peasant_woman
Traceback (most recent call last):
File "process_global_variables_unused.py", line 3, in <module>
from process_operations import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\process_operations.py", line 17, in <module>
from module_party_templates import *
File "C:\Users\ascle\Desktop\Mount and Blade Modding\ModSys\Module_system 1.166\module_party_templates.py", line 36, in <module>
("village_defenders","Village Defenders",icon_peasant,0,fac_commoners,merchant_personality,[(trp_farmer,10,20),(trp_peasant_woman,0,4)]),
NameError: name 'trp_farmer' is not defined
Exporting postfx_params...