Page 1 of 1
Quick question regarding vehicles
Posted: Wed Aug 31, 2011 7:04 pm
by willinator
I am making a vehicle in XSI for the first time, and I just have a quick concern: where do I place the hardpoints? The vehicle has two lazers, and that is it. It's not going to have animations or anything like that, but it would be nice to have smoke (if its not too difficult). Any help would be appreciated, especially what the names are and where they go. Thanks!
Re: Quick question regarding vehicles
Posted: Wed Aug 31, 2011 7:59 pm
by computergeek
You need a pilot hard point(tells the game where to put the pilot), two hard points in front of the laser barrels (to tell the game where to make the lasers), and put some wherever you want smoke. They have to be named, the pilot is hp_active, the two lasers are hp_fire_1 and hp_fire_2 (these can be different, its just however you call them in the .odf for your vehicle). The smoke ones are generally hp_damage_(number here). For some reason we don't have a vehicle setup guide like we do for flyers and turrets, we probably sure...
Re: Quick question regarding vehicles
Posted: Wed Aug 31, 2011 8:08 pm
by willinator
Thanks. I read in the, "door in wall and rocketship" tutorial that I have to place an hp_active somewhere. Where does this go?
Re: Quick question regarding vehicles
Posted: Wed Aug 31, 2011 9:00 pm
by computergeek
I was wrong, there is no hp_pilot, it is the hp_active null, I'll edit my original post
Re: Quick question regarding vehicles
Posted: Wed Aug 31, 2011 9:44 pm
by GrownCow
i too have a question about vehicles and it is as follows: does a vehicle (in my case a flyer without animations) have to have a setup hierarchy or can it be one big polymsh with hardpoints, lowrez, and collision as one big shape?
Re: Quick question regarding vehicles
Posted: Wed Aug 31, 2011 9:55 pm
by computergeek
As far as I know, you do not need a hierarchy, but if you are exporting with MeshEx, you will have to have a null named "dummy_root" as the parent of EVERYTHING in your scene
Re: Quick question regarding vehicles
Posted: Wed Aug 31, 2011 10:22 pm
by GrownCow
i thought one should not export vehicles via meshex because it would have problems if too many hardpoints are used?
Re: Quick question regarding vehicles
Posted: Thu Sep 01, 2011 11:06 am
by DarthD.U.C.K.
no, meshex only has problem if you have multiple textureclusters per object.
you should use nulls as hardpoints and you dont need a hp_pilot/hp_active(you can name it however you want) if you dont want a visible pilot. for unanimated objects in battlefront you dont need a hierrarchy, everything - hardpoints, models, collision, shadowvolume and lowrez - simply go under the dummyroot whih should also be a null.
Re: Quick question regarding vehicles
Posted: Thu Sep 01, 2011 8:26 pm
by GrownCow
thnx sorry but what do u mean by "multiple texture clusters per object"? because that could be the answer to these texture problems that have forever made modeling a pain for me
Re: Quick question regarding vehicles
Posted: Fri Sep 02, 2011 4:29 am
by DarthD.U.C.K.
you can check if you have multiple texture projection cluster these two ways:

there should be only one entry under "texture coordinates auto".
Re: Quick question regarding vehicles
Posted: Fri Sep 02, 2011 4:22 pm
by GrownCow
thanks this really helps