gametechmods

Robot Arena => General Support => Topic started by: Gauche Suede on March 19, 2012, 08:23:51 AM

Title: AI problems
Post by: Gauche Suede on March 19, 2012, 08:23:51 AM
i'm very close to AIing my bot, but there's a problem. When i tried to play with my bot, it loads like forever, and then, when i pressed the windows button on my keyboard, the game crashes. what should i do?
here's the bindings for my bot:
Quote
list.append(("Mr.Psyclone","Spinner",{'invertible':False,'radius':0.1,'throttle':130,'topspeed':99,'turn':50,'turnspeed':2,'weapons':(1,2,3)}))
Title: Re: AI problems
Post by: Hercules on March 19, 2012, 10:42:27 AM
You must have four spaces before list.append
and also, your bots name doesnt include a blank space too?

Edit: post 222 yaey
Title: Re: AI problems
Post by: Naryar on March 19, 2012, 12:14:36 PM
Your binding is correct, now check if you indeed have 4 spaces before list.append and if you didn't typo'd your bot's name.
Title: Re: AI problems
Post by: Gauche Suede on March 20, 2012, 05:45:10 AM
yes, there are 4 spaces before the list.append and i didn't typoed my bot's name, but the same problem still occurs.
Title: Re: AI problems
Post by: Somebody on March 20, 2012, 04:11:00 PM
You need a space between "Mr." and "Psyclone". I just fixed the AI line for the bot for GRW.
Title: Re: AI problems
Post by: Gauche Suede on March 21, 2012, 09:31:37 AM
guys, the battle now will appear, but, my bot is still a sitting duck(won't move). How do i fix this?