Rhys Perkins:I've saved my model as a .xsi file but XNA won't let me import it. Is there a file or runtime I need to download first?
Any help or links would be great!
Thank you.
You need to rebuild the XNAXSIRuntime dll file (the project can be found in your XNA_SAMPLES directory. For me this was "C:\Softimage\XSI_6_Mod_Tool\Addons\XNAGSE\Data\XNA_SAMPLES\XSIXNARuntime").
Next you need to add a reference to this dll file in your project references and Content references.
Furthermore you should also add the Softimage.XWImporter.dll to your Content references. This file is not needed in your normal references. The Softimage.XWImporter.dll file can be found in "C:\Softimage\XSI_6_Mod_Tool\Addons\XNAGSE\Application\References\XNA 2.0".
Then when adding your .xsi file to your content, make sure you select crosswalk model importer, as importer.
It took me a while to find out all of this, but got it to work eventually. Though it's not perfected. Lots of times i get freaky errors when trying to build the models, such as accesviolations and stuff. But i hope this helps.