You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\cs2import\game\cs2import\2\convert_model.py", line 295, in <module>
vmdl_file = convert_mdl(glob_file, output_folder, GameType(args.game))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\cs2import\game\cs2import\2\convert_model.py", line 237, in convert_mdl
result, error_message = convert_material(mat, s2_output_path, game)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\cs2import\game\cs2import\2\material_converter.py", line 31, in convert_material
vmt = VMT(material[2], material[0])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\cs2import\game\cs2import\2\SourceIO\library\source1\vmt\__init__.py", line 21, in __init__
self.shader, self.data = parser.tree.top()
^^^^^^^^^^^^^^^^^
File "C:\cs2import\game\cs2import\2\SourceIO\library\utils\kv_parser.py", line 66, in top
key, value = self.data[0]
~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: