WSE implementation problem

正在查看此主题的用户

Greetings  :party:

I've a problem with the implementation of WSE in my mod.
I've follow the instruction in the folder (append ... to the end of the file), I've import addons to their respective module_files but when I launch the module_builder, some errors appear.
I don't know if I've miss a step or done something wrong...
 
Yeah you're right, I run the module_builder again and show you.

EDIT:

Sorry for the delay:
Traceback (most recent call last):
  File "process_init.py", line 2, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_global_variables.py", line 12, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' 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:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' 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:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' 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:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' 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:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_tableau_materials.py", line 8, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_presentations.py", line 8, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Exporting party_template data...
Traceback (most recent call last):
  File "process_parties.py", line 6, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Exporting quest data...
Exporting info_page data...
Traceback (most recent call last):
  File "process_scripts.py", line 4, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_mission_tmps.py", line 8, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_game_menus.py", line 8, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_simple_triggers.py", line 5, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_dialogs.py", line 9, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Traceback (most recent call last):
  File "process_global_variables_unused.py", line 3, in <module>
    from process_operations import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts.py", line 16, in <module>
    from module_scripts_addon import *
  File "D:\Documents\Warband\Last Fights of Caraladia\Module_system 1.171\module_scripts_addon.py", line 7, in <module>
    (store_script_param, ":player_no", 1),
NameError: name 'store_script_param' is not defined
Exporting postfx_params...

EDIT #2:

Nevermind I've fix my problem...

My issue was to don't importing correctly the addons files  :???:
 
Glad to see it's resolved.

I edited your messages because they were posted one right after another. Please try to avoid multi-posting in the future by using the 'Modify' button on your posts. Welcome to the forums!
 
后退
顶部 底部