gametechmods

Robot Arena => General Support => Topic started by: Gauche Suede on August 05, 2012, 03:11:17 AM

Title: FBS WTF?
Post by: Gauche Suede on August 05, 2012, 03:11:17 AM
I've just AIed my bot with FBS.py, but the bot won't melty-brain. here's the bindings:
Quote
    list.append(("Midnight St4r","FBS",{'nose':-math.pi/2,'invertible':True,'spinspeed':25,'radius':0.1,'topspeed':150,'throttle':130,'turn':100,'turnspeed':5,'weapons':(0,)}))
Title: Re: FBS WTF?
Post by: Conraaa on August 05, 2012, 03:21:32 AM
Turn down the spin speed a notch to about 15
Title: Re: FBS WTF?
Post by: Pwnator on August 05, 2012, 03:22:37 AM
Define 'it won't melty-brain'. Does it still spin? Does it move at all?
Title: Re: FBS WTF?
Post by: Gauche Suede on August 05, 2012, 03:27:24 AM
Define 'it won't melty-brain'. Does it still spin? Does it move at all?
it still spins, but it won't chase the opponent like it supposed to do with FBS.py.
Title: Re: FBS WTF?
Post by: Pwnator on August 05, 2012, 05:44:13 AM
It should be spinspeed's problem. Try Conraaa's suggestion.
Title: Re: FBS WTF?
Post by: Mr. AS on August 05, 2012, 09:28:01 AM
if you read the .py itll tell you that higher spinspeed = slower movement towards opponent
Title: Re: FBS WTF?
Post by: Naryar on August 05, 2012, 11:44:29 AM
Yeah, I wrote a fair bit of advice in the .py file.