Traceback (most recent call last):
File "process_init.py", line 2, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_global_variables.py", line 12, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Traceback (most recent call last):
File "process_map_icons.py", line 6, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Exporting faction data...
Exporting item data...
Traceback (most recent call last):
File "process_items.py", line 66, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Exporting scene data...
Traceback (most recent call last):
File "process_scenes.py", line 15, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Exporting troops data
Exporting particle data...
Traceback (most recent call last):
File "process_scene_props.py", line 7, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_tableau_materials.py", line 8, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_presentations.py", line 8, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_party_tmps.py", line 2, in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_parties.py", line 6, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Exporting quest data...
Exporting info_page data...
Traceback (most recent call last):
File "process_scripts.py", line 7, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_mission_tmps.py", line 8, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_game_menus.py", line 8, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_simple_triggers.py", line 5, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_dialogs.py", line 9, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Traceback (most recent call last):
File "process_global_variables_unused.py", line 3, in <module>
from process_operations import *
File "D:\Mount and Blade Tools\Module System\process_operations.py", line 17,
in <module>
from module_party_templates import *
File "D:\Mount and Blade Tools\Module System\module_party_templates.py", line
157, in <module>
("leaded_bandits", "Band of Bandits", icon_axeman|carries_goods(5)|carries_g
old(2), 0, fac_outlaws, bandit_personality, [(trp_looter_leader,1,1),(trp_looter
,2,10),(trp_bandit,5,25)] ),
File "D:\Mount and Blade Tools\Module System\header_parties.py", line 46, in c
arries_gold
return ((big_num | (x / pf_carry_gold_multiplier)) << pf_carry_gold_bits) &
pf_carry_gold_mask
NameError: global name 'big_num' is not defined
Exporting postfx_params...
______________________________
Script processing has ended.
Press any key to exit. . .