Hi, What is the correct set up for collisions for any model to export with XSI ZETools? I've tried naming it
"p_-vts-cyllinder_x" (when -vts- is for vehicle, terrain and soldier collisions, and the x for number) and adding these lines in the vehicle odf, "TerrainCollision = "p_-vts-cyllinder_x", however the collisions are weird, like sphere or something like, please can someone explain how work with it? thanks!
Collision problems with XSI ZETools
Moderator: Moderators
-
ForceMaster
- Lieutenant General

- Posts: 737
- Joined: Fri Aug 08, 2008 11:27 pm
- Projects :: Tron The Grid
- xbox live or psn: No gamertag set
- Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Collision problems with XSI ZETools
Well for one, the names of the shapes need to be spelled correctly. For example, it's "cylinder," not "cyllinder." Make sure you check with Google or English dictionaries to be sure you're spelling them correctly.
More on working with collision primitives: https://sites.google.com/site/swbf2modt ... Primitives
More on working with collision primitives: https://sites.google.com/site/swbf2modt ... Primitives
-
ForceMaster
- Lieutenant General

- Posts: 737
- Joined: Fri Aug 08, 2008 11:27 pm
- Projects :: Tron The Grid
- xbox live or psn: No gamertag set
- Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe
Re: Collision problems with XSI ZETools
oh, thanks for suggestions, is a translated bug... 
In all case, is the correct way to export collisions with XSI ZETools? naming it "p_-vtso-cylinder(or cube, sphere)-x and then put the same name in the odf?
In all case, is the correct way to export collisions with XSI ZETools? naming it "p_-vtso-cylinder(or cube, sphere)-x and then put the same name in the odf?
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Collision problems with XSI ZETools
ZETools collision exporting is outlined here.
I'll copy it here for local reference:
The docs say a collision primitive exported with the new naming convention should be:
"p" underscore hyphen [types] hyphen name
The second hyphen could also be an underscore, only the first hyphen is a switch indicator. (see rep_walk_oneman_atst.msh)
So, this will work as well (if exporting with Pandemic Tools):
"p" underscore hyphen [types] underscore name
I'll copy it here for local reference:
Hidden/Spoiler:
Collision that begins with that naming convention doesn't require any additions to the ODF. The name itself declares collision types for that primitive.ForceMaster wrote:p_-vtso
The docs say a collision primitive exported with the new naming convention should be:
"p" underscore hyphen [types] hyphen name
The second hyphen could also be an underscore, only the first hyphen is a switch indicator. (see rep_walk_oneman_atst.msh)
So, this will work as well (if exporting with Pandemic Tools):
"p" underscore hyphen [types] underscore name
-
ForceMaster
- Lieutenant General

- Posts: 737
- Joined: Fri Aug 08, 2008 11:27 pm
- Projects :: Tron The Grid
- xbox live or psn: No gamertag set
- Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe
Re: Collision problems with XSI ZETools
You mean than "p_-sv-_cube" only works with Pandemic Tools?AceMastermind wrote:So, this will work as well (if exporting with Pandemic Tools):
I've tried with these name exporting with ZE Tools but the collision is very big, like a non modified cube primitive.
That I do: Get primitive (cube, cylinder or sphere) with the default values, then, scale, traslate and rotate the primitive to fit with the model, NOT FREEZE TRANSFORMATIONS, then, I put it under dummyroot and export, the result is the same, very big cubes collisions.
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Collision problems with XSI ZETools
The Pandemic Tools are a little more flexible when exporting collision primitives. ZETools was written to read primitive data in a specific way so it can be translated properly on export. If you're exporting with ZETools then you only need to worry about how ANDE wants it named prior to export, don't let anything else confuse you. Follow his exporting rules for ZETools and you should be golden, but it sounds to me like you may have encountered a bug. Make sure you're using the latest version since it may not have these issues.
-
ForceMaster
- Lieutenant General

- Posts: 737
- Joined: Fri Aug 08, 2008 11:27 pm
- Projects :: Tron The Grid
- xbox live or psn: No gamertag set
- Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe
Re: Collision problems with XSI ZETools
It is possible, I've tried with ModTool 7.5 to export my models, then reimport the .msh file, the cylinder collisions returns to the original scale, so it need be managed with the property window in xsi. However the cylinder collision will be weird ingame, I've test it and the position and scale is not the correct.AceMastermind wrote: ...it sounds to me like you may have encountered a bug
I will use cube for collision, it works fine.
Thaks.
EDIT: After some tests with cylinders as collisions I've found the reason why cylinders looks weird ingame: the engine make it a capsule, I mean the top and bottom polys of cylinder looks like half-sphere, I see this ingame with console command. so NOT BUG in ZETools. thanks again..
