Author Topic: AIing trouble  (Read 3355 times)

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: AIing trouble
« Reply #20 on: July 26, 2014, 08:29:27 AM »
added an image, and changed the teams.txt,but thats about it

Offline yugitom

  • *
  • Posts: 2378
  • Rep: 17
  • Google Garry's Wars
    • TheYuGiTom
    • View Profile
    • Awards
  • Skype: nanwiththeplan
Re: AIing trouble
« Reply #21 on: July 26, 2014, 08:29:51 AM »
What did you change in the teams.txt?

Offline Elementos

  • Heavyweight
  • Posts: 799
  • Rep: 2
  • Bringing you the elements...
    • View Profile
    • Awards
Re: AIing trouble
« Reply #22 on: July 26, 2014, 08:32:02 AM »
From my experience, if the game crashes on load-up that means the bindings have a comma or something hiding somewhere out of place, or the teams.txt hasn't been written properly.
Tournament Wins:


yug1tom for president 2016

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: AIing trouble
« Reply #23 on: July 26, 2014, 08:32:46 AM »
The names of the teams and the picture

Heres my ai folder:

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: AIing trouble
« Reply #24 on: July 26, 2014, 08:33:15 AM »
DP
From my experience, if the game crashes on load-up that means the bindings have a comma or something hiding somewhere out of place, or the teams.txt hasn't been written properly.
hmm, I'll look into it

Offline cephalopod

Re: AIing trouble
« Reply #25 on: July 26, 2014, 08:35:50 AM »
I imagine it's the space in Tournament banner.bmp.
Rename it to Tournament_banner.bmp and change the teams.txt accordingly.

EDIT: It could equally be that you've got a capital B in the teams.txt and not the file, so fix both.
bristol bot builders / two headed death flamingo / snappy robots
//
kindest and friendliest '13, '15, '16, '17 / favourite staff member '14, '15

Offline yugitom

  • *
  • Posts: 2378
  • Rep: 17
  • Google Garry's Wars
    • TheYuGiTom
    • View Profile
    • Awards
  • Skype: nanwiththeplan
Re: AIing trouble
« Reply #26 on: July 26, 2014, 08:37:09 AM »
What Craaig said.

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: AIing trouble
« Reply #27 on: July 26, 2014, 08:38:54 AM »
Nope, still doesn't work,

I think I might need to get a new stock game  :dumb)

Offline cephalopod

Re: AIing trouble
« Reply #28 on: July 26, 2014, 08:40:39 AM »
Code: [Select]
    list.append(("Crystal","Poker",{'invertible':True,'radius':0.05,'topspeed':99,'throttle':130,'turn':40,'turnspeed':1.5,'weapons':(0,)}))
    list.append(("Praetorian","Omni",{'topspeed':99,'throttle':130,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))9
    list.append(("Alien Queen","Omni",{'topspeed':99,'throttle':130,'range':25,'weapons':(1,2,3,4,5,6,7,8,9,10)}))

What's the 9 doing at the end of Praetorian's line?
bristol bot builders / two headed death flamingo / snappy robots
//
kindest and friendliest '13, '15, '16, '17 / favourite staff member '14, '15

Offline Elementos

  • Heavyweight
  • Posts: 799
  • Rep: 2
  • Bringing you the elements...
    • View Profile
    • Awards
Re: AIing trouble
« Reply #29 on: July 26, 2014, 08:41:32 AM »
I'm pretty sure that will be the problem.

From my experience, if the game crashes on load-up that means the bindings have a comma or something hiding somewhere out of place.
Tournament Wins:


yug1tom for president 2016

Offline yugitom

  • *
  • Posts: 2378
  • Rep: 17
  • Google Garry's Wars
    • TheYuGiTom
    • View Profile
    • Awards
  • Skype: nanwiththeplan
Re: AIing trouble
« Reply #30 on: July 26, 2014, 08:42:50 AM »
Same here. At least we managed to iron out more problems in the process.

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: AIing trouble
« Reply #31 on: July 26, 2014, 08:45:48 AM »
Code: [Select]
    list.append(("Crystal","Poker",{'invertible':True,'radius':0.05,'topspeed':99,'throttle':130,'turn':40,'turnspeed':1.5,'weapons':(0,)}))
    list.append(("Praetorian","Omni",{'topspeed':99,'throttle':130,'range':99,'weapons':(1,2,3,4,5,6,7,8)}))9
    list.append(("Alien Queen","Omni",{'topspeed':99,'throttle':130,'range':25,'weapons':(1,2,3,4,5,6,7,8,9,10)}))

What's the 9 doing at the end of Praetorian's line?
No idea, must have been an accident, but it works now! :D

Offline Elementos

  • Heavyweight
  • Posts: 799
  • Rep: 2
  • Bringing you the elements...
    • View Profile
    • Awards
Re: AIing trouble
« Reply #32 on: July 26, 2014, 09:21:23 AM »
 :bigsmile:
Tournament Wins:


yug1tom for president 2016

Offline yugitom

  • *
  • Posts: 2378
  • Rep: 17
  • Google Garry's Wars
    • TheYuGiTom
    • View Profile
    • Awards
  • Skype: nanwiththeplan
Re: AIing trouble
« Reply #33 on: July 26, 2014, 09:29:27 AM »
You have to thank Craaig and his keen eyes.

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: AIing trouble
« Reply #34 on: July 26, 2014, 09:32:14 AM »
I do, very much so, thanks a lot craaig

Offline Mecha

  • Ultra Heavyweight
  • Posts: 2140
  • Rep: 7
    • View Profile
    • Awards
Re: AIing trouble
« Reply #35 on: July 26, 2014, 10:18:13 PM »
Good job AI-ing, but you could have asked 09' for the bindings he used for Tusslers 4.

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: AIing trouble
« Reply #36 on: July 27, 2014, 03:13:16 AM »
Good job AI-ing, but you could have asked 09' for the bindings he used for Tusslers 4.
Yes but that would have prolonged SBV as it would have probably have taken a while for 09 to get back to me,

Also, off topic, Beetle Bashers? :P

Offline Naryar

  • Posts: 23267
  • Rep: 20
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
Re: AIing trouble
« Reply #37 on: July 28, 2014, 09:46:15 AM »
there is an AI thread somewhere, why not use it