Treads

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

Qdin
Old School Staff
Posts: 2059
Joined: Wed Feb 23, 2005 9:54 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Qdin »

okay - I added it to the Everything You Need under Vehicles :)

We got it confirmed by non-english people (Even germans made it work :P) lol
Murdocr

Post by Murdocr »

@Qdin: there is a tutorial thread sticky here in the xsi section, why not add it there as well. :)
Jawa_Killer
Brigadier General
Brigadier General
Posts: 629
Joined: Thu Jun 23, 2005 6:06 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Jawa_Killer »

Qdin wrote:okay - I added it to the Everything You Need under Vehicles :)

We got it confirmed by non-english people (Even germans made it work :P) lol
:twisted: :twisted: :twisted: :emp:
Qdin
Old School Staff
Posts: 2059
Joined: Wed Feb 23, 2005 9:54 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Qdin »

Murdocr wrote:@Qdin: there is a tutorial thread sticky here in the xsi section, why not add it there as well. :)
:shock: :shock: :shock: *smack* I KNEW I had forgot something XD

*adding*

there ya' go :P

and Jawakiller, it was just a compliment :lol: you've gone further than German! :D *coughcough*
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3284
Joined: Mon Aug 21, 2006 6:23 am
Contact:

response to a missing post that was above this one

Post by AceMastermind »

This is an example of a single wheeled test vehicle that I made:

In XSI, I have a tread object on my vehicle named:
wheel_whatever
I selected the polygons on that tread object and went to:
File>Pandemic Tools>Edit Flags
then selected:
Render Type 13(Render Rotate)
closed the ppg then exported.

In the vehicle ODF where:

Code: Select all

WHEELSECTION        = 1
WheelTexture   = "wheel_whatever"
WheelVelocToV       = -0.8333333 //V = vertical texture scrolling, U = horizontal
WheelOmegaToV       = 0
wheel_whatever is the name of the tread object in my hierarchy,
and in my msh.option file I type:

Code: Select all

-keep wheel_whatever -keepmaterial wheel_whatever
and that's it, munged the side, played and had working treads.

Your tread object should have a separate texture applied to it in XSI.
RC-1290

Post by RC-1290 »

Well I think it's just that you can use polygonID as a replacement for naming the object. Both are quite easy and it doesn't really seem to matter wich method you use.
Gizor Delso

Re: Treads - Tutorial on second page

Post by Gizor Delso »

The tutorial is pretty usefull, thanks... Are the Tie-Mauler assets going to be released at anytime???
User avatar
fai222
Command Sergeant Major
Command Sergeant Major
Posts: 254
Joined: Wed Jul 30, 2008 2:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Norway, Xfire: Fai222

Re: Treads - Tutorial on second page

Post by fai222 »

I know this is a bump but since this is a FAQ topic i guess its ok. Anyway i was wondering if you got to have the full version of XSI to do this?
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Treads - Tutorial on second page

Post by DarthD.U.C.K. »

yes
RepSharpshooter
Gametoast Staff
Gametoast Staff
Posts: 1351
Joined: Tue Jul 10, 2007 4:10 pm

Re: Treads - Tutorial on second page

Post by RepSharpshooter »

You could probably hex edit it, looking at the hailfire for reference.
User avatar
jango
Command Sergeant Major
Command Sergeant Major
Posts: 272
Joined: Mon Jan 19, 2009 8:05 pm
Projects :: too many
Games I'm Playing :: Black Ops
Location: A galaxy far far away...

Will this line work?

Post by jango »

would this line work for swbf1?

Code: Select all

WHEELSECTION        = 1
WheelTexture        = "cis_tank_tread_tracks"
WheelVelocToV       = -0.8333333
WheelOmegaToV       = 0
User avatar
elfie
Field Commander
Field Commander
Posts: 931
Joined: Fri Jan 25, 2008 8:26 pm
Games I'm Playing :: no games
xbox live or psn: no live
Location: Coruscant, Jedi Temple
Contact:

Re: Will this line work?

Post by elfie »

I would assume that because everything in BF1 is interchangable with BF2 that it would work.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3284
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Treads

Post by AceMastermind »

The cis_tread_hailfire for SWBF1 would be your best reference for an answer to this, the ODF for it doesn't have those lines in it, but it does have the wheel stuff in the msh.option file just like SWBF2.

@jango
I'm going to merge your topic with the Treads topic since your question is relevant to that subject.
Post Reply