Advertisement
Guest User

module system error

a guest
Oct 21st, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. Initializing...
  2. Compiling all global variables...
  3. Exporting strings...
  4. Exporting skills...
  5. Exporting tracks...
  6. Exporting animations...
  7. Exporting meshes...
  8. Exporting sounds...
  9. Exporting skins...
  10. Exporting map icons...
  11. Creating new tag_uses.txt file...
  12. Creating new quick_strings.txt file...
  13. Exporting faction data...
  14. Exporting item data...
  15. Exporting scene data...
  16. Exporting troops data
  17. Exporting particle data...
  18. Exporting scene props...
  19. Exporting tableau materials data...
  20. Exporting presentations...
  21. Exporting party_template data...
  22. Exporting parties
  23. Exporting quest data...
  24. Exporting info_page data...
  25. Exporting scripts...
  26. Error in script_game_start: ERROR: Usage of unassigned local variable: :num_sarranid_lords_assigned
  27. Traceback (most recent call last):
  28. File "process_scripts.py", line 52, in <module>
  29. save_scripts(variables,variable_uses,scripts,tag_uses,quick_strings)
  30. File "process_scripts.py", line 20, in save_scripts
  31. save_statement_block(file,convert_to_identifier(func[0]), 0,func[1], variable_list,variable_uses,tag_uses,quick_strings)
  32. File "C:\Users\NoChar\Desktop\modsys\Module_system 1.171\process_operations.py", line 451, in save_statement_block
  33. save_statement(ofile,opcode,no_variables,statement,variable_list,variable_uses,local_vars, local_var_uses,tag_uses,quick_strings)
  34. File "C:\Users\NoChar\Desktop\modsys\Module_system 1.171\process_operations.py", line 402, in save_statement
  35. operand = process_param(statement[i + 1],variable_list,variable_uses,local_vars_list,local_var_uses,tag_uses,quick_strings)
  36. File "C:\Users\NoChar\Desktop\modsys\Module_system 1.171\process_operations.py", line 376, in process_param
  37. result = get_variable(param, local_vars_list,local_var_uses)
  38. File "C:\Users\NoChar\Desktop\modsys\Module_system 1.171\process_operations.py", line 298, in get_variable
  39. raise Exception("ERROR: Usage of unassigned local variable: " + variable_string)
  40. Exception: ERROR: Usage of unassigned local variable: :num_sarranid_lords_assigned
  41. Exporting mission_template data...
  42. Exporting game menus data...
  43. exporting simple triggers...
  44. exporting triggers...
  45. exporting dialogs...
  46. Checking global variable usages...
  47. WARNING: Global variable never used: g_jrider_reset_selected_on_faction
  48. WARNING: Global variable never used: g_latest_character_relation_entry
  49. WARNING: Global variable never used: g_give_advantage_to_original_faction
  50. Imported 77 global variables for saved-game compatability that are not used.
  51. Exporting postfx_params...
  52.  
  53. ______________________________
  54.  
  55. Script processing has ended.
  56. Press any key to exit. . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement