XSI ZETools

How to create models in XSI and other 3D applications and make them work in Battlefront 1 & 2. Post models, tips for application usage and share anything XSI, 3DMax, SketchUp, etc.

Moderator: Moderators

Post Reply
User avatar
commanderawesome
Field Commander
Field Commander
Posts: 971
Joined: Tue Aug 13, 2013 11:58 pm
Projects :: Skin Changer - Warfront - Other stuff
Games I'm Playing :: SWBF SWTOR KotOR EaW
xbox live or psn: AaTc_CmdrAwesome
Location: The Universe

Re: XSI ZETools

Post by commanderawesome »

ANDEWEGET wrote:re-envelope the part to the according bone.
That's the part I don't know how to do. I'm sorry for sounding noobish, this is the fist time I've ever used XSI or any other 3D modeling program.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: XSI ZETools

Post by AceMastermind »

UnpackError: Unrecognized chunk brea in MSHUnpack
The character files from SWTCW have animations stored in them.
"brea" is actually the first 4 letters of the breatheloop animation name in the ANM2 chunk.
I had some success by opening the rep_inf_amidala_anims.msh with MshEdit and deleting the ANM2 chunk and saving out a new msh, then importing the new msh with ZETools into Mod Tool 7.5. The only thing I saw missing of some importance was the UVs for the belt pouches (center_pivot).
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: XSI ZETools

Post by Deviss »

can i import arctrooper.msh getting cloth collisions and getting cloth fixed points using new version of ZETools ?
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: XSI ZETools

Post by ANDEWEGET »

@commanderawesome: Find some tutorials via Google, those can explain it way better than I can.

@Deviss: It should be working, yes.

@AceMastermind: Yeah, TCW .msh files have multiple animations per CYCL chunk whereas SWBF .msh files only have one. The unpacker expected only one animation and then tried to find a new chunk.
The problem with the UVs was a bug with ZETools actually.

Both of those are fixed, characters seem to import fine now. Animations are messed up though, not sure why (yet).

Changelog:
Hidden/Spoiler:
Fixed a bug where if the first segment of a model was not Uved or Vertex Colored no UVs/Vertex Colors would be applied at all.
CYCL chunks with more than one animation will now get unpacked correctly.
User avatar
giftheck
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2218
Joined: Mon Jan 19, 2009 5:58 pm
Projects :: Star Wars Battlefront Anniversary

Re: XSI ZETools

Post by giftheck »

I wouldn't worry about the animations as they would surely be incompatible with SWBF anyway. And for import you can always just choose to ignore the animations so that the model imports in its basepose position.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: XSI ZETools

Post by Deviss »

ANDEWEGET wrote:@Deviss: It should be working, yes.
i cant do it :S
Hidden/Spoiler:
Image
any idea please??
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: XSI ZETools

Post by ANDEWEGET »

Get ModTool 7.5 or one of the newer student versions and test it again. 5.11 isn't supported/tested.
If you still encounter the problem, there should be a pop up asking to save the error to the clipboard, do that and paste it here.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: XSI ZETools

Post by AceMastermind »

Yeah, I believe the only thing you can use ZETools (older versions) in 5.11 for is importing animations.
ggctuk wrote:I wouldn't worry about the animations as they would surely be incompatible with SWBF anyway.
Nonsense, that is what MOTOR is for! I would love to play around with all the different animations from TCW. :P

Everything animated in TCW has animations stored with the geometry (props, characters, vehicles). I've been playing around with cis_fly_landing1.msh (CIS Core ship) takeoff animation and the cis_boss_cydon.msh 9pose so far this evening.

Thank you again ANDE! :bowdown:
User avatar
giftheck
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2218
Joined: Mon Jan 19, 2009 5:58 pm
Projects :: Star Wars Battlefront Anniversary

Re: XSI ZETools

Post by giftheck »

I assume Deviss has a better computer than me and I managed just fine to get Mod Tool 7.5 to run (eventually) on my 7-year-old Windows Vista laptop.

As for the animations, so far, they seem to screw up on import (IE I tried to import Amidala with anims and she was in a pretty funny position)
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: XSI ZETools

Post by ANDEWEGET »

It seems the animations only mess up with enveloped meshes, not sure what would cause that though.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: XSI ZETools

Post by Deviss »

ANDEWEGET wrote:Get ModTool 7.5 or one of the newer student versions and test it again. 5.11 isn't supported/tested.
If you still encounter the problem, there should be a pop up asking to save the error to the clipboard, do that and paste it here.
i tried with mod tools 7.5 and i get this error:
Hidden/Spoiler:
Traceback (most recent call last):
File "<Script Block >", line 91, in importbutton_OnClicked
File "C:\users\Usuario\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-master\Application\Core\andezetimport.py", line 835, in import_
self.do_import()
File "C:\users\Usuario\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-master\Application\Core\andezetimport.py", line 893, in do_import
enveloper.envelope()
File "C:\users\Usuario\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-master\Application\Core\andezetimport.py", line 722, in envelope
weights = self.make_cloth_weights(model)
File "C:\users\Usuario\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-master\Application\Core\andezetimport.py", line 749, in make_cloth_weights
deformer_index = model.deformers.index(vert.deformer)
ValueError: list.index(x): x not in list
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: XSI ZETools

Post by ANDEWEGET »

Which .msh are you trying to import?
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: XSI ZETools

Post by Deviss »

ANDEWEGET wrote:Which .msh are you trying to import?
one model with hex edited kama, should i try with stock models?

EDIT: it work fine with stock arctrooper and clonecommander, the cloth collisions appear as sphere, i think they are cylinders no?
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: XSI ZETools

Post by ANDEWEGET »

New update.
Can you try importing the same .msh again? If it still doesn't work, please upload it somewhere and send me the link.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: XSI ZETools

Post by Deviss »

ANDEWEGET wrote:New update.
Can you try importing the same .msh again? If it still doesn't work, please upload it somewhere and send me the link.
yes its this one :):
http://www.mediafire.com/download/3cka6 ... Bly+1.5.7z
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: XSI ZETools

Post by ANDEWEGET »

Update 1.3.3

Issue should be fixed now.
User avatar
giftheck
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2218
Joined: Mon Jan 19, 2009 5:58 pm
Projects :: Star Wars Battlefront Anniversary

Re: XSI ZETools

Post by giftheck »

I notice the Pandemic Tools have a way to edit flags. Is that built into Mod Tool or into ZETools?
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: XSI ZETools

Post by ANDEWEGET »

Check out the Materials section here: http://schlechtwetterfront.github.io/xs ... export-mat
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: XSI ZETools

Post by Deviss »

ANDEWEGET wrote:Update 1.3.3

Issue should be fixed now.
many thanks, issue fixed :) (cloth collisions and importing models with hex edited kama)
kinetosimpetus
Imperial Systems Expert
Imperial Systems Expert
Posts: 2381
Joined: Wed Mar 25, 2009 4:15 pm
Projects :: A secret project
Games I'm Playing :: Warframe STO

Re: XSI ZETools

Post by kinetosimpetus »

Hey, I'm super tired and should go to bed instead of reading forums and I just royally messed up my stock install of XSI modtool 7.5, but did I read right that this tool now supports exporting cloth? Because I would be super excited if that were so... as long as I can also get my XSI fixed...

edit: fixed sort of
Post Reply