LHammonds Posted August 29, 2008 Share Posted August 29, 2008 Name: How To Make Swords With ScabbardsVersion: 1.0Date: 8/29/2008Category: TutorialRequirements: Blender and the fundamentals of using BlenderAuthor: LHammondsSource: http://www.tesnexus.com/downloads/file.php?id=12248 Please download the file called "Sword Scabbard Tutorial" that is attached to my Blender page which contains the examples files mentioned in this tutorial. Software used in this tutorial: - Blender 2.47- Python 2.5.2- Blender NIF Scripts 2.3.7- PyFFI 1.0- NifSkope 1.0.12 DESCRIPTION This tutorial will step you through the process of how to create a sword with a functioning scabbard. It has been asked many times on how to create custom scabbards because the process is tricky. Currently, it is not possible to create a 100% custom mesh with a working scabbard. If you export it directly from your 3D application and try to make it work in-game, it won't happen. The NIF structure can look identical to a vanilla weapon but there is something that is not yet known that prevents us from doing this. The process to make this happen is to arrange our model so that it matches the expected structure, export to NIF and copy the parts of the model on top of a vanilla weapon that alreay has a scabbard (completely replacing the original models) TUTORIALCreate your sword modelCreate your sword's scabbard model and rename the object to Scb:0Create a UV Map for your model and add a material with the appropriate settings and attach an image to itSee example file called "MySword1.blend"Add an "Empty" and rename the object to ScbSelect your scabbard, then Shift+RightClick the Scb empty and press CTRL + P, Make ParentIf it was done correctly, you can grab the scabbard and move it around with an attached line always pointing to the Scb empty object and the Scb does not moveIf the parenting is messed up, select both objects and press ALT + P to clear the parent then try to re-create the parent relationship againSee example file called "MySword2.blend"Select all objects and export to NIF such as MySword_WIP.nifOn the export to NIF screen, make sure the following settings are made:- Oblivion button is depressed- Smoothen Inter-Object Seams is depressed- Stripify Geometries is depressed- Force DDS Extension is depressed- Export Geometry + Animation (.nif) is depressed- Weapon button is clicked (does not stay depressed)- Metal is depressed- Solid is depressedSee example file called "MySword_WIP.nif"Take a vanilla sword such as the Steel Longsword (longsword.nif) and copy / rename it to MySword.nif and treat this as your template and end-result fileSee example file called "SteelLongsword.nif"Use NifSkope to open MySword.nif and delete both NiTriStrips but take care not to delete the Scb NiNode (this is the special scabbard container)See example file called "SteelLongsword_Template.nif"Open a new NifSkope window and load MySword_WIP.nif and Copy Branch the NiTriStrip called "Scb:0" which is your scabbard meshSwitch to your MySword.nif, select the NiNode called Scb and then Paste Branch which should put your scabbard mesh under the Scb NiNodeSwitch to your MySword_WIP.nif and Copy Branch the remaining NiTriStrips one at a time and paste them into MySword.nif at the Scene RootSave MySword.nif and delete MySword_WIP.nif since it is no longer neededWe need to specify this weapon as a BackWeapon or SideWeapon. Right-Click on the NiNode called Scene Root and choose Node --> Attach Extra Data --> NiStringExtraDataChange the value of NiStringExtraData to "BackWeapon" for a 2-handed claymore or "SideWeapon" for a 1-handed sword (for scabbards, you had better use "SideWeapon")Select the NiNode called Scene Root and from the NifSkope menu, click Spells --> Sanitize --> Reorder BlocksSave MySword.nif and exit NifSkopeSee example file called "MySword.nif"You might need to make adjustments to the collision model or create custom collision and if you do, you would also copy the bhkCapsuleShapes from your WIP file to replace the same objects in your target NIF file Link to comment Share on other sites More sharing options...
LHammonds Posted August 29, 2008 Author Share Posted August 29, 2008 Please forgive me if I made any mistakes. I spent an hour putting this tutorial together and fell asleep doing it several times and had to erase the "extra" characters added during my snooze. Let me know if you spot any errors but I know some things are not fully explained such as how to model a sword and create UV maps which are not the focus of this tutorial. Thanks,LHammonds Link to comment Share on other sites More sharing options...
ShadowLance194 Posted August 29, 2008 Share Posted August 29, 2008 bookmarked, thanks LHammonds Link to comment Share on other sites More sharing options...
myrmaad Posted August 29, 2008 Share Posted August 29, 2008 bookmarked, thanks LHammondsI'm going to need this, too! Thanks. I'm praying I can actually pull it off. Link to comment Share on other sites More sharing options...
DirTek Posted August 29, 2008 Share Posted August 29, 2008 Nice work LHammonds :). But I use the NifSkope method which for me is faster :wacko:. Anyway I'll give a shot to your method too :). Your tutorials keep us well taught :D. Cheers :thumbsup: Maafiaman Link to comment Share on other sites More sharing options...
UK47 Posted August 31, 2008 Share Posted August 31, 2008 Thank you Link to comment Share on other sites More sharing options...
Jj45 Posted September 5, 2008 Share Posted September 5, 2008 Sweet :) ,was going to ask you until i found this,will help a lot too ^_^ Thanks Link to comment Share on other sites More sharing options...
LHammonds Posted September 5, 2008 Author Share Posted September 5, 2008 Yer velcome! Link to comment Share on other sites More sharing options...
ihateregisteringeverywhere Posted September 5, 2008 Share Posted September 5, 2008 Which means that creating two handed swords with scabbards isn't possible? Could it be bypased by script equipting the player with a virtual arrow quiver that would have the scabbard mesh? Link to comment Share on other sites More sharing options...
LHammonds Posted September 5, 2008 Author Share Posted September 5, 2008 You would need to use script to swap the model. Reference: Nicoroshi's scimitar. LHammonds Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.