is there a way to enter another bot into koth? like some bots in RW entered only the pinball thing? If not I`ll enter with the bot I send for the main event
Quote from: Thyrus on April 26, 2012, 11:25:29 AMis there a way to enter another bot into koth? like some bots in RW entered only the pinball thing? If not I`ll enter with the bot I send for the main eventO might send a skinned version later
Hmm... There are 2 issues with the Arena...1. Bots are not afraid the pit, and usually push the opponent AND itself into pit...2. Filming Rumbles will be hard, due to camera angle...
How the Radius-thing works? You mean AI?
def Tick(self): # check to see if anyone has been "eliminated" by falling off the tabletop for each in self.players: if plus.getLocation(each)[1] < -4: <--- this thing plus.eliminatePlayer(each)
I changed 2 to 4, and now when you drive into pit, you don't even get eliminated... What I'm doing wrong? :S
Quote from: Jonzu95 on April 26, 2012, 03:09:39 PMI changed 2 to 4, and now when you drive into pit, you don't even get eliminated... What I'm doing wrong? :Swhich number did you change
Quote from: Mr. AwesumSauce on April 26, 2012, 03:12:20 PMQuote from: Jonzu95 on April 26, 2012, 03:09:39 PMI changed 2 to 4, and now when you drive into pit, you don't even get eliminated... What I'm doing wrong? :Swhich number did you changeThe one you quoted.
-0 is close... Maybe +1?