From 9de1a0a7e539c5e7230b393bd5355a7869e11134 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Thu, 14 Apr 2022 23:00:05 +0000 Subject: [PATCH] Add SMD part still WIP --- Exporting-a-weapon-for-Xonotic.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Exporting-a-weapon-for-Xonotic.md b/Exporting-a-weapon-for-Xonotic.md index a63a891..2107f27 100644 --- a/Exporting-a-weapon-for-Xonotic.md +++ b/Exporting-a-weapon-for-Xonotic.md @@ -7,6 +7,9 @@ Blender version recommended: 2.79b or later Requires these following tools (addons) for Blender: - [IQM exporter](https://gitlab.com/xonotic/iqm) to export IQM files. +- [Source Tools (SMD importer/exporter)](http://steamreview.org/BlenderSourceTools/archives/) to import/export SMD files. + +Optional: - [MD3 importer/exporter](https://github.com/neumond/blender-md3) to import/export MD3 files. ***IMPORTANT NOTE**: if you want to contribute, it's strongly important use 2.79b version for compatibility cases, they need to open from this version. Share the .blend file using 2.79b or earlier , make sure to work properly from this version!*
@@ -52,10 +55,20 @@ If you didn't this, the model will be invisible and it won't be able to interact # Starting to export -Keep in mind, you need to set these modifiers for each mesh/model object: +Keep in mind, you need to set these modifiers for the mesh/model object: blendermodifiersiqmandmd3 +MUST contain `tag_handle`, `tag_shell` and `tag_shot` bone names attached. These tag_names MUST be attached, if not the model will cause errors. + +`tag_Somename` is another one, you can add if you need some optional animation in this bone. + +Moreover, watch out about position and rotation. `h_*.iqm` alterates the position and rotation of `v_.md3`. The positions may not be equal. + +## SMD (includes IQM converter and dpmodel guide) + +Use Source Tools to export the model. Selecting the mesh and 1 animation, ............ (Guide WIP) + ## MD3 Before to export, you need to select all objects in the scene. (Pressing A, seeing all objects highlighting orange or red) -- 2.39.2