We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This mod currently does not run through Purlovia cleanly. First error is in export\asb\colors.py:
export\asb\colors.py
Traceback (most recent call last): File "D:\Work\Gms\Ark\Purlovia\automate\run.py", line 197, in run exporter.perform() File "D:\Work\Gms\Ark\Purlovia\automate\exporter.py", line 105, in perform self._perform_export() File "D:\Work\Gms\Ark\Purlovia\automate\exporter.py", line 170, in _perform_export stage.extract_mod(root_path, modid) File "D:\Work\Gms\Ark\Purlovia\automate\hierarchy_exporter.py", line 99, in extract_mod self._extract_and_save(version, modid, path, filename, proxy_iter) File "D:\Work\Gms\Ark\Purlovia\automate\hierarchy_exporter.py", line 131, in _extract_and_save post_data = self.get_post_data(modid) or {} File "D:\Work\Gms\Ark\Purlovia\export\asb\stage_species.py", line 59, in get_post_data return values_from_pgd(pgd_asset, require_override=True) File "D:\Work\Gms\Ark\Purlovia\export\asb\export_asb_values.py", line 65, in values_from_pgd colors, dyes = gather_pgd_colors(props, loader, require_override=require_override) File "D:\Work\Gms\Ark\Purlovia\export\asb\colors.py", line 55, in gather_pgd_colors value = dye_props['DyeColor'][0][-1] IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This mod currently does not run through Purlovia cleanly. First error is in
export\asb\colors.py
:The text was updated successfully, but these errors were encountered: