qc_generator
qc_generator copied to clipboard
What is a content folder?
Been getting this error entire day.

same problem
@Sharaj00 @Auditormadness9 I know you might have given up by now, but if you want to fix it, or if anyone else might be wanting to fix it. Open the zip and in init.py find this line:
i = curdir.find('content')
and change it to
i = curdir.find('')
I suppose the author must've been using a directory named content for their models. After you do that and then rezip and reinstall the mod Blender should be able to find the path without any issues.