gametechmods

Robot Arena => General Support => Topic started by: Dingbat on November 11, 2017, 07:10:03 PM

Title: Spinner AI crashing
Post by: Dingbat on November 11, 2017, 07:10:03 PM
Hi,

I turned one of the pre-built bots "Spin Bonker" into an AI, as I did with 4 of the other 5 bots (I don't think Forkie is AIable.)

Thing is, this is the error I get when I try to start a match with Spin Bonker selected, I get a prompt that says:

Runtime Error! program abnormal termination

The other 4 AI work no problem, but here's my binding I have set up with Spin Bonker:

list.append( ("Spin Bonker", "Spinner", { 'radius':1.2, 'range' : 4.0, 'topspeed' : 12.0, 'throttle': 120, 'turnspeed' : 1.75, 'weapons': (1, 2) }) )
Title: Re: Spinner AI crashing
Post by: Gulden on November 11, 2017, 07:49:51 PM
Put a comma after the 2 in the weapons.

P.S. increase the top speed to 100 so it might be able to move.