And they were working previously? What did you do to the Bindings file before they started crashing the game?
Ah. Try seeing if the controls are named correctly, then check if you've got the correct .py files for them.
Quote from: NFX on November 06, 2011, 09:36:19 AMAh. Try seeing if the controls are named correctly, then check if you've got the correct .py files for them.Turns out I didn't have the popup.py, now State of EuFFFFForia works. Every bot works now, except for Scrap's.
obligatory battlebots 5 comment
If Scrap's bot has no controls, then that might be a problem. Do you know what controls nobrain.py uses, if any?
import plusimport AIclass NoBrain(AI.SuperAI): "AI that does nothing." name = "No Brain" def __init__(self, **args): self.total = 0 self.delay = 20 #self.delay = args.get('rate') AI.SuperAI.__init__(self) def Tick(self): # do our stuff here self.total += self.tickInterval if self.total > self.delay: self.total = 0 return AI.SuperAI.Tick(self)AI.register(NoBrain)
I think SM is a pretty cool guy, eh builds unicycle-bots and doesn't afraid of anything
I thought Scrap had him when he flung BF through the air but BF was too good. nice job Frezziez