Author Topic: AI problem  (Read 816 times)

Offline Gauche Suede

  • Ultra Heavyweight
  • Posts: 1232
  • Rep: 1
    • View Profile
    • Awards
AI problem
« on: July 05, 2012, 03:29:56 AM »
As i was going to put Midnight Ambience into the recently team i made, the game crashed.(yes, all of the bindings are placed). can you help me?
Team:
Quote
index 133
Team Midnight
"We will outrun you...."
AI\Midnight.bmp
Robots: 3 4 5
Robot In Event: -1
0
16
16
0
0
0
0
0
100000
true
0
false
0
-1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
0
0
Bindings:
Quote
#133 - Team Midight "We will outrun you...."
    list.append(("Midnight Frequency 2","Spinner",{'invertible':True,'range':50,'radius':0.5,'throttle':130,'topspeed':120,'turn':50,'turnspeed':3,'weapons':(1,)}))
    list.append(("Midnight Sky 7.2","Popup",{'invertible':False,'radius':0.5,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(1,)}))
   list.append(("Midnight Ambience","Omni",{'invertible':True,'range':99,'radius':1.5,'throttle':100,'topspeed':99,'turn':100,'turnspeed':3,'weapons':(0,)}))
yeah it's not finished.

Offline yoda9726

  • Heavyweight
  • Posts: 538
  • Rep: 5
  • You can't really dust for vomit
    • View Profile
    • Awards
Re: AI problem
« Reply #1 on: July 05, 2012, 05:19:08 AM »

Bindings:
Quote
#133 - Team Midight "We will outrun you...."
    list.append(("Midnight Frequency 2","Spinner",{'invertible':True,'range':50,'radius':0.5,'throttle':130,'topspeed':120,'turn':50,'turnspeed':3,'weapons':(1,)}))
    list.append(("Midnight Sky 7.2","Popup",{'invertible':False,'radius':0.5,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(1,)}))
   list.append(("Midnight Ambience","Omni",{'invertible':True,'range':99,'radius':1.5,'throttle':100,'topspeed':99,'turn':100,'turnspeed':3,'weapons':(0,)}))


I believe the last line is your problem.  4 spaces go before 'list.append'.   that one has 3.  Such a simple thing, but it will crash ya.
Survival of the Fittest Is Finished!  Congratulations 090901

Offline Gauche Suede

  • Ultra Heavyweight
  • Posts: 1232
  • Rep: 1
    • View Profile
    • Awards
Re: AI problem
« Reply #2 on: July 05, 2012, 05:30:54 AM »

Bindings:
Quote
#133 - Team Midight "We will outrun you...."
    list.append(("Midnight Frequency 2","Spinner",{'invertible':True,'range':50,'radius':0.5,'throttle':130,'topspeed':120,'turn':50,'turnspeed':3,'weapons':(1,)}))
    list.append(("Midnight Sky 7.2","Popup",{'invertible':False,'radius':0.5,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(1,)}))
   list.append(("Midnight Ambience","Omni",{'invertible':True,'range':99,'radius':1.5,'throttle':100,'topspeed':99,'turn':100,'turnspeed':3,'weapons':(0,)}))


I believe the last line is your problem.  4 spaces go before 'list.append'.   that one has 3.  Such a simple thing, but it will crash ya.
:FFFUUU i reseted the AI(get a new fresh batch) but now a new problem emerges: the game won't load. should i get another exe from my backup?