Author Topic: AI problems  (Read 828 times)

Offline Hard Bot

  • Were you looking for someone else?
  • Super Heavyweight
  • Posts: 908
  • Rep: 1
  • My RAM is full of .bot files
    • View Profile
    • Awards
AI problems
« on: April 17, 2011, 02:38:19 PM »
I'm having problems with AIing. I'm referring to the AI chart, and it says if RA2 does crash at launching, that there's a ''sytax'' in AIing. and I don't get how people know how to get the weapons correct in the binding. What's the problem?

Offline 090901

  • alcoholic in denial
  • *
  • Posts: 7010
  • Rep: 22
  • :mrgreen:
  • Awards Donated money for site hosting 2019 GTMCS2 Divison Winner GTMCS Division Winner
    • View Profile
    • Awards
Re: AI problems
« Reply #1 on: April 17, 2011, 02:39:10 PM »
Can you show us your binding line?

Offline Hard Bot

  • Were you looking for someone else?
  • Super Heavyweight
  • Posts: 908
  • Rep: 1
  • My RAM is full of .bot files
    • View Profile
    • Awards
Re: AI problems
« Reply #2 on: April 19, 2011, 04:59:51 PM »
list.append( ("Atom Smasher", "Chopper",{ 'radius': 1.4, 'topspeed' : 7.0, 'throttle' : 110, 'weapons' : (10, 12) }) )    Here's Atom Smasher's bindings. For some reason, he crashes the game when I load him in the game.

Offline Squirrel_Monkey

  • Squirrel_Monkeyweight
  • *
  • Posts: 7587
  • Rep: 7
  • [Insert clever and witty comment here]
    • 0SquirrelMonkey0
    • View Profile
    • Awards
Re: AI problems
« Reply #3 on: April 20, 2011, 02:46:17 AM »
Is there 4 spaces before the first bracket?
Better than GK since 2009.
I think SM is a pretty cool guy, eh builds unicycle-bots and doesn't afraid of anything

Offline Conraaa

  • Certified Hood Classic
  • *
  • Posts: 3325
  • Rep: 10
  • I like my sugar with coffee and cream
    • View Profile
    • Awards
Re: AI problems
« Reply #4 on: April 20, 2011, 07:53:30 AM »
Code: [Select]
    list.append(("Atom Smasher","Chopper",{'radius':1.4,'topspeed':7.0,'throttle':110,'weapons':(10,12)}))You've been a bit too generous with the spaces. Try that.