Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\VehicleSpawn.cpp(135)
Vehicle spawn missing command post "CP3CON"
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Aimer.cpp(684)
Aimer "rep_ride_juggernaut BODY WEAPON1" mount node "aimer_left" not found
here's her odf file
Note: I don't have obiwans skirt on her. Its in the odf but I never got around to (attempting to) hex edit it onto her (could this be causing the problem)
//Jet Jump
JetJump = "10.0" //The initial jump-push given when enabling the jet
JetPush = "0.0" //The constant push given while the jet is enabled (20 is gravity)
JetAcceleration = "10.0" // for characters with jet jump, use this acceleration for in air control
JetEffect = ""
JetFuelRechargeRate = "0.0" //Additional fuel per second (fuel is 0 to 1)
JetFuelCost = "0.0" //Cost per second when hovering (only used for jet-hovers)(fuel is 0 to 1)
JetFuelInitialCost = "0.0" //4initial cost when jet jumping(fuel is 0 to 1)
JetFuelMinBorder = "0.0" //minimum fuel to perform a jet jump(fuel is 0 to 1)
JetShowHud = 0
JetEnergyDrain = 40.0
CollisionScale = "0.0 0.0 0.0" // don't take damage from collisions
//Jet Jump End
I'm with AQT here. Remove all the references to the cloth if you think that could be the problem.
I think that is what's causing this issue for you. Neither the missing control region or the missing aimer node will crash your game despite being severity 3. I would look into the missing animation right away. If that's not causing this issue it's at least bound to cause some kind of trouble later (not guaranteed but possible).