Saints Row IV SRIV SDK Release A: Weapon Tools

I would be happy too. So far I'm not having any luck getting the FBX templates to open in Blender.

Edit: Apparently some of the files are in ASCII format and others are binary. Blender only likes the binary FBX files (like the Maya version of the ratstick).
I didn't realize Binary import was still the only one that worked properly. What you can do however is download the Autodesk FBX Converter and convert the files you would like to FBX Binary.

http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=22694909

Here is a walkthrough of the process you may need to do for Blender and FBX.
http://www.blender3darchitect.com/2011/04/free-fbx-converter-tool/
 
Did you install all of the required things? I'd need more details or screenshots to help you determine why only "a black window" is popping up.
Thanks!
This window pops up for like half a second and then goes away and yes i did install of the following things it told me to install
 

Attachments

  • Dwm 2014-09-05 21-02-59-89.png
    Dwm 2014-09-05 21-02-59-89.png
    307.4 KB · Views: 948
Ok do the following and take a screenshot for me.

Open the command prompt.
Type "python " then the full path of the SaintsRow_fbx_converter.py file
Hit enter/return.

That should give you an error I'm guessing. Take a screenshot of everything in the comman prompt then.

Next type the following in the command prompt.

"Python" > hit return
"Import sys" > hit return
"for i in sys.path: print i" > hit return twice.

If you copied the fbx python files into the python26/lib/site-packages location python should find them.

Post the screen shot of that too.
 
If you properly installed everything your python/lib/site-packages should look at the least like the following:

1) Notice the Wx folder and local files that should have been installed here.
wx-3.0-msw/
wx.pth
wxversion.py

2) The fbx files that you should have copied over to this folder.
fbx.pyd
fbxcommon.py
sip.pyd

upload_2014-9-5_20-49-3.png
 
If you properly installed everything your python/lib/site-packages should look at the least like the following:

1) Notice the Wx folder and local files that should have been installed here.
wx-3.0-msw/
wx.pth
wxversion.py

2) The fbx files that you should have copied over to this folder.
fbx.pyd
fbxcommon.py
sip.pyd

View attachment 7637
Well turns out i didn't even have the files copied to the right place .-. Thanks for clearing that up though
 
Oh yeah, Are there any FBX models of the DLC weapons? i would like to edit some of the "Gangstas in space" weapons from saints row the third as well as the genki squid launcher
 
Oh yeah, Are there any FBX models of the DLC weapons? i would like to edit some of the "Gangstas in space" weapons from saints row the third as well as the genki squid launcher

Sorry, but no paid DLC assets will be released.
 
Back
Top