]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
More improvements, add modifiers guide before exporting
authorLegendaryGuard <rootuser999@gmail.com>
Tue, 5 Apr 2022 23:59:09 +0000 (23:59 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Tue, 5 Apr 2022 23:59:09 +0000 (23:59 +0000)
Exporting-a-weapon-for-Xonotic.md

index 5518ffb77b9ca0b1c38dbe10c57f8f3ea2994a07..93bd5d434527f6fcbaf794d84e1b49b27ede4d93 100644 (file)
@@ -18,6 +18,10 @@ More info: [Weapon modeling system](Weaponsystem)
 
 # Textures and UV map
 
+### For MD3 exportation:
+
+You have to add single material with single texture for every mesh object. Name of texture node will be written as is into MD3 data (suffixes like .001, .002 are ignored, feel free to use one texture for many meshes).
+<br />
 Keep in mind, when you've done your UV map in your model, you need to set this:
 <br />
 <br />
@@ -42,4 +46,14 @@ If you didn't this, the model will be invisible and it won't be able to interact
 
 # Starting to export
 
-Before to export, you need to select all objects in the scene.
\ No newline at end of file
+Keep in mind, you need to set these modifiers for each mesh/model object: 
+
+<img src="uploads/447f6abe0f73c6d6cadce97e4ed66e8b/blendermodifiersiqmandmd3.jpg" alt="blendermodifiersiqmandmd3" />
+
+## MD3
+
+Before to export, you need to select all objects in the scene. (Pressing A, seeing all objects borders are turning orange or red)
+
+## IQM
+
+Before to export, you need to select all objects in the scene. (Pressing A, seeing all objects borders are turning orange or red)