Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

ReVolt world (.w files) import errors #6

@anderlli0053

Description

@anderlli0053

Blender version: 5.0.1

When trying to load any revolt track/world file (.w files) Blender doesn't do anything just prints the import errors like these:

Python: Traceback (most recent call last):
  File "C:\Users\ander\scoop\apps\blender\current\5.0\python\Lib\subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\ander\scoop\apps\blender\current\5.0\python\Lib\subprocess.py", line 1538, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
Preferences saved
bpy.context.space_data.params.directory = "C:\\Users\\ander\\scoop\\apps\\rvgl\\current\\levels\\market1"
Python: Traceback (most recent call last):
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\__init__.py", line 298, in execute
    return import_world.load(self, context, **keywords)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\import_world.py", line 187, in load
    import_mesh.load_mesh(file, is_world = True, env_queue = env_list, matdict = shared_matdict, psx = is_psx, vertlist = vert_list)
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\import_mesh.py", line 161, in load_mesh
    mat = poly_hash.make_material()
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\rvfacehash.py", line 76, in make_material
    bsdf.inputs['Specular'].default_value = 0
    ~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "Specular" not found'


Python: Traceback (most recent call last):
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\__init__.py", line 298, in execute
    return import_world.load(self, context, **keywords)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\import_world.py", line 187, in load
    import_mesh.load_mesh(file, is_world = True, env_queue = env_list, matdict = shared_matdict, psx = is_psx, vertlist = vert_list)
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\import_mesh.py", line 161, in load_mesh
    mat = poly_hash.make_material()
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ander\scoop\apps\blender\current\portable\scripts\addons\io_scene_revolt\rvfacehash.py", line 76, in make_material
    bsdf.inputs['Specular'].default_value = 0
    ~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "Specular" not found'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions