Darksplinter
Recruit

Hey Guys,
I've just started to make my own mod. Until now the only thing i've changed so far was to implement the Shield Bash script written by xenoargh (http://forums.taleworlds.com/index.php?topic=134163.0) and the animation made by Papa Lazarou (http://forums.taleworlds.com/index.php?topic=177824.0). But now i got to face this problem:
................................................
I just don't understand what that error tries to tell me = / to say nothing of how to fix it =(
So if anyone got an idea pls help me = /
thanking you in anticipation
Darksplinter, greets~
I've just started to make my own mod. Until now the only thing i've changed so far was to implement the Shield Bash script written by xenoargh (http://forums.taleworlds.com/index.php?topic=134163.0) and the animation made by Papa Lazarou (http://forums.taleworlds.com/index.php?topic=177824.0). But now i got to face this problem:
插入代码块:
Initializing...
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Exporting map icons...
Creating new tag_uses.txt file...
Creating new quick_strings.txt file...
Exporting faction data...
Exporting item data...
Exporting scene data...
Exporting troops data
Exporting particle data...
Exporting scene props...
Exporting tableau materials data...
Exporting presentations...
Exporting party_template data...
Exporting parties
Exporting quest data...
Exporting info_page data...
Exporting scripts...
Exporting mission_template data...
Traceback (most recent call last):
File "process_mission_tmps.py", line 64, in ?
save_mission_templates(variables,variable_uses,tag_uses,quick_strings)
File "process_mission_tmps.py", line 48, in save_mission_templates
save_triggers(file,convert_to_identifier(mission_template[mission_template_n
ame_pos]), mission_template[mission_template_triggers_pos],variables,variable_us
es,tag_uses,quick_strings)
File "process_mission_tmps.py", line 21, in save_triggers
file.write("%f %f %f "%(trigger[trigger_check_pos],trigger[trigger_delay_pos
],trigger[trigger_rearm_pos]))
TypeError: float argument required
Exporting game menus data...
exporting simple triggers...
Traceback (most recent call last):
File "process_dialogs.py", line 6, in ?
from module_dialogs import *
MemoryError
Checking global variable usages...
Exporting postfx_params...
______________________________
Script processing has ended.
Press any key to exit. . .
I just don't understand what that error tries to tell me = / to say nothing of how to fix it =(
So if anyone got an idea pls help me = /
thanking you in anticipation
Darksplinter, greets~
