From: LegendaryGuard Date: Tue, 19 Apr 2022 15:05:43 +0000 (+0000) Subject: Specify details about broken shadow artifacts solution X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e1c9bf41c54397a80678de0206359e7bddf3e109;p=xonotic%2Fxonotic.wiki.git Specify details about broken shadow artifacts solution --- diff --git a/Exporting-a-weapon-for-Xonotic.md b/Exporting-a-weapon-for-Xonotic.md index 635b4c4..c3ee69d 100644 --- a/Exporting-a-weapon-for-Xonotic.md +++ b/Exporting-a-weapon-for-Xonotic.md @@ -136,7 +136,7 @@ If you received spamming errors like that:
It's because you didn't do correctly the steps after exporting the models. Remember, `g_*` and `v_*` MUST contain one bone. - Broken shadow artifacts (enabled with `r_shadows 2` and disabled `r_shadow_shadowmapping 0`):
-To solve this, the possible way is exporting as IQM, selecting bone and mesh (both highlighted). Usually, this issue happens in `g_*` and `v_*` ones. +To solve this, the possible way is exporting to IQM from Blender, selecting bone and mesh (both highlighted). Usually, this issue happens in `g_*` and `v_*` ones.
Reference: https://gitlab.com/xonotic/xonotic-data.pk3dir/-/issues/2667 # Old methodology