Psiphoon
Sergeant

插入代码块:
Initializing...
variables.txt not found. Creating new variables.txt file
Compiling all global variables...
variables.txt not found. Creating new variables.txt file
variable_uses.txt not found. Creating new variable_uses.txt file
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Traceback (most recent call last):
File "process_animations.py", line 61, in <module>
write_actions(animations,len(action_codes),action_codes,"actions.txt")
File "process_animations.py", line 39, in write_actions
file.write("%f %f %f "%elem[6])
TypeError: not enough arguments for format string
Exporting meshes...
Exporting sounds...
Exporting skins...
I replaced every human animation with stand_guardsman_skel2 to test making a skeleton with additional bones. I haven't touched process_animations.py, but for some reason it's complaining that it doesn't have enough arguments? What kind of mistake might I have made to cause this error from somewhere else?
EDIT: never mind, I isolated it. It was near the beginning so it didn't take as long as I thought it would to find in such a big list.