Quote from: helloface199 on March 24, 2014, 04:04:47 PMthere's a space right here: list.append(("29 minutes to HELL", "OmniRam",{'invertible':False,'radius':0.5,'throttle':100,'turn':55,'turnspeed':2.4,'weapons':(4,5)}))Could that be the problem?maybe butdoesnt it crash at the splash screen if there is a coed problem?ill try it tomorrow g2g
there's a space right here: list.append(("29 minutes to HELL", "OmniRam",{'invertible':False,'radius':0.5,'throttle':100,'turn':55,'turnspeed':2.4,'weapons':(4,5)}))Could that be the problem?
It seems like it may be either a probem with your bot or the bot you are fighting it against.
Oh I'll be doing some banging.......
list.append( ("C.R.U.S.H","ElectricHammer",{'nose':math.pi*2,'invertible':False,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'NoChassisTime':2,'StartAngle':math.pi,'SwingTime':5,'weapons':(13,)})) list.append( ("Sting Ray","Omni",{'nose':math.pi*2,'invertible':False,'range':50,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'weapons':(7,8)})) list.append( ("Walrus","Omni",{'nose':math.pi*2,'invertible':True,'range':50,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'weapons':(15,16)}))
can someone tell me what's wrong with these bindings? they just sit there immobolized. Quotelist.append( ("C.R.U.S.H","ElectricHammer",{'nose':math.pi*2,'invertible':False,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'NoChassisTime':2,'StartAngle':math.pi,'SwingTime':5,'weapons':(13,)})) list.append( ("Sting Ray","Omni",{'nose':math.pi*2,'invertible':False,'range':50,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'weapons':(7,8)})) list.append( ("Walrus","Omni",{'nose':math.pi*2,'invertible':True,'range':50,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'weapons':(15,16)}))
Are your controls properly named?
anyone know how to stop this stuff from showing up when watching fights that involve bots that have laserguidedv2.py as their ai?(Image removed from quote.)
# to display the current angle of the servo motor uncomment thoses lines : self.debug = True AI.SuperAI.debugging = True