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.
Also, I'm pretty sure you're supposed to Freeze Objects; when I didn't do so with my Jupiter mining facility, the exported model was very oddly scaled across the Y-axis.
Marth8880 wrote:Also, I'm pretty sure you're supposed to Freeze Objects; when I didn't do so with my Jupiter mining facility, the exported model was very oddly scaled across the Y-axis.
hmm, well mine is working right so far, so i guess this is solved.
EDIT: Ok i got the ship into the game and it works fine except for one thing. the weapons fire from the center of the ship instead of the guns and the guns don't rotate.
VOUnitType = 091
EngineSound = "cis_fly_droidfighter_engine_parameterized"
TakeoffSound = "cis_fly_droidfighter_take_off"
LandSound = "cis_fly_droidfighter_land"
HurtSound = "imp_weap_ord_exp_lg"
DeathSound = "imp_weap_ord_exp_lg"
VehicleCollisionSound = "com_veh_collision_lg"
TurnOnSound = "cis_fly_droidfighter_turn_on"
TurnOffSound = "cis_fly_droidfighter_turn_off" //Played when the flyer turns off
TurnOffTime = "1.5" //Time it takes to turn off the flyer (in seconds)
TurningOffSound = "cis_fly_droidfighter_airbrakes_off" // Played when a soldier leaves the flyer
Cockpit1stPersonSound = "cis_inf_com_space_chatter" // Sound which is triggered every frame when the player is in first person mode.
Cockpit3rdPersonSound = "cis_inf_com_space_chatter" // Sound which is triggered every frame when the player is in third person mode.
BoostSound = "cis_fly_droidfighter_shift_up_low_property 0.11 1"
BoostSound = "cis_fly_droidfighter_shift_up_property 0.53 1"
BoostSound = "cis_fly_droidfighter_shift_up_high_property 0.69 1"
BoostSound = "cis_fly_droidfighter_shift_down_low_property 0.11 0"
//BoostSound = "cis_fly_droidfighter_shift_down_high_property 0.17 0"
BoostSound = "cis_fly_droidfighter_shift_down_property 0.41 0"
BoostSound = "cis_fly_droidfighter_shift_down_high_property 0.78 0"
TrickSound = "cis_fly_droidfighter_roll" //Played when the flyer performs a roll
FlipSound = "cis_fly_droidfighter_flip" //Played when the flyer performs a flip
ProximityMinDist = "25" // Distance from target where proximity parameter of engine is 0.
ProximityMaxDist = "100" // Distance from target where proximity parameter of engine is 1.
//Acceleraton = 40.0 -- Pitch Nominal
//BoostAcceleration = 80.0 -- Pitch Max
//MinSpeed = 35.0 --- .23
//MidSpeed = 70.0 --- .47
//MaxSpeed = 95.0 --- .63
//110% MaxSpeed = 117.5 --- Contrails kick in .78
//BoostSpeed = 150.0 --- 1.0 - TrueMax
Music = ""
CISMusic ="cis_vehicle"
RepMusic ="rep_vehicle"
ImpMusic ="imp_vehicle"
MusicSpeed = ".15"
MusicDelay = "3.0"
FoleyFXGroup = "metal_foley"
EDIT2: i think i found the problem, i need to set the thing up in xsi because when i froze all transforms it moved and resized some things and i also need to make an option file.
you need HP_fire at the end of the barrel where you want it to shoot and aimer_y and aimer_x where you want it to rotate and turn. Simply go to get > primitive >null and name them HP_fire, etc. HERE is a great turret/gun tutorial, and it comes with a sample ODF for you to check (for making the turret.)
As for freezing all transformations, select only the object, not the nulls, and click on the transform menu, then freeze all transforms.
Hopefully this helps, sorry if I got anything wrong.
Tears2Roses wrote:you need HP_fire at the end of the barrel where you want it to shoot and aimer_y and aimer_x where you want it to rotate and turn. Simply go to get > primitive >null and name them HP_fire, etc. HERE is a great turret/gun tutorial, and it comes with a sample ODF for you to check (for making the turret.)
As for freezing all transformations, select only the object, not the nulls, and click on the transform menu, then freeze all transforms.
Hopefully this helps, sorry if I got anything wrong.
i'm starting to wonder if you ever fully read the thread. on every comment you posts on modding topics i make you either post things already stated or of something unrelated. i already had the guns set up correctly and had even used the tutorial you posted many times. i know you are just trying to be helpful but to be helpful you need to understand and fully read a topic to post a relevant answer.