Outerra Tech Demo download. Help with graphics driver issues
How can I eliminate the explosion of the mig29?if you fly level and jerk the lever upwards ,,,, it explodes
explode(this.snd, this.explosions, this.geom.get_pos(), 3 ,"object bomb");this.exploded = true;
//explode(this.snd, this.explosions, this.geom.get_pos(), 3 ,"object bomb");//this.exploded = true;
if ( (this.jsbsim['position/h-agl-ft']*0.3048 > 10 && gforce > 30) || (this.jsbsim['position/h-agl-ft']*0.3048 < 10 && this.parking_break_switch ==0 && gforce > 8)){
Ideally, a sudden movement of "g" or angle in pitch or roll, would automatically deactivate the autopilot, ...., not its explosion,it's like someone pressing ctrl + D automatically and getting it disabled.
if (this.spawned && !this.exploded) { if ( this.jsbsim['position/h-agl-ft']*0.3048 > 10 && gforce > 10){ this.pitch_hold_switch =0; ap_wing_level_switch==0; } if ( (this.jsbsim['position/h-agl-ft']*0.3048 > 10 && gforce > 30) || (this.jsbsim['position/h-agl-ft']*0.3048 < 10 && this.parking_break_switch ==0 && gforce > 8)){ var crashpos = this.geom.get_pos(); explode(this.snd, this.explosions, this.geom.get_pos(), 3 ,"object bomb"); this.exploded = true;