Author Topic: Robot doesn't show up.  (Read 1297 times)

Offline playzooki

  • A title is a prefix or suffix added to someone's name in certain contexts. It may signify either veneration, an official position or a professional or academic qualification. In some languages, titles may be inserted before a last name (for example,
  • Posts: 2122
  • Rep: -34
    • View Profile
    • click to download more ram
    • Awards
  • Skype: dont stalk me
Robot doesn't show up.
« on: May 10, 2013, 03:47:10 PM »
Hi.
I have downloaded DSL 2.1. (ready to go.)
I am trying to AI my robot, by putting it in Team RA2 and editing Bindings, but when I go on exhibition AI selection, the robot does not show up.

Offline Resetti's Replicas

  • *
  • Posts: 4399
  • Rep: 18
  • Replica King
    • ResettisReplicas
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: Robot doesn't show up.
« Reply #1 on: May 10, 2013, 03:53:28 PM »
Did you physically move the bot file to the team's folder?

Offline Badnik96

  • tired of your shit
  • *
  • Posts: 17527
  • Rep: 3
  • Awards BOTM Winner
    • View Profile
    • Awards
Re: Robot doesn't show up.
« Reply #2 on: May 10, 2013, 04:18:04 PM »
If it's bot5.bot on that team, then you'll need to modify Teams.txt, find Team RA2 and add a "5" to the end of the list of numbers.

Offline Sylandro

  • Super Heavyweight
  • Posts: 1000
  • Rep: -22
  • :antithinking:
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: SylandroTheOverlord
Re: Robot doesn't show up.
« Reply #3 on: May 10, 2013, 04:39:25 PM »
If it's bot5.bot on that team, then you'll need to modify Teams.txt, find Team RA2 and add a "5" to the end of the list of numbers.
True.
Quote
<*Jade*> Are you trying to blow up Jupiter?

Tournament Records

Offline Naryar

  • Posts: 23267
  • Rep: 20
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
Re: Robot doesn't show up.
« Reply #4 on: May 11, 2013, 08:27:20 AM »
Did you correctly named the botfile ? Must be bot1, bot2,bot3,bot4 or bot5, and it must be replacing the previous, same-name bot file.

Offline playzooki

  • A title is a prefix or suffix added to someone's name in certain contexts. It may signify either veneration, an official position or a professional or academic qualification. In some languages, titles may be inserted before a last name (for example,
  • Posts: 2122
  • Rep: -34
    • View Profile
    • click to download more ram
    • Awards
  • Skype: dont stalk me
Re: Robot doesn't show up.
« Reply #5 on: May 11, 2013, 01:52:32 PM »
If it's bot5.bot on that team, then you'll need to modify Teams.txt, find Team RA2 and add a "5" to the end of the list of numbers.
Thanks!

Offline Badnik96

  • tired of your shit
  • *
  • Posts: 17527
  • Rep: 3
  • Awards BOTM Winner
    • View Profile
    • Awards
Re: Robot doesn't show up.
« Reply #6 on: May 11, 2013, 02:14:17 PM »
No problem man.

Offline playzooki

  • A title is a prefix or suffix added to someone's name in certain contexts. It may signify either veneration, an official position or a professional or academic qualification. In some languages, titles may be inserted before a last name (for example,
  • Posts: 2122
  • Rep: -34
    • View Profile
    • click to download more ram
    • Awards
  • Skype: dont stalk me
Re: Robot doesn't show up.
« Reply #7 on: May 11, 2013, 02:49:45 PM »
OBTW, why doesn't this work? It just crashes the game.
Code: [Select]
list.append(("WAM","Poker",{'range':99,'radius':0.7,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2,'invertible':True,'weapons':(10)}))

Offline Badnik96

  • tired of your shit
  • *
  • Posts: 17527
  • Rep: 3
  • Awards BOTM Winner
    • View Profile
    • Awards
Re: Robot doesn't show up.
« Reply #8 on: May 11, 2013, 03:26:57 PM »
10 should have a comma after it IIRC

Offline Trovaner

  • *
  • Posts: 1222
  • Rep: 32
    • View Profile
    • Awards
Re: Robot doesn't show up.
« Reply #9 on: May 11, 2013, 03:30:51 PM »
Add a comma after the 10. Since you are only giving it one element, the comma tells python that it is suppose to be a tuple (as opposed to something being calculated in a specific order).


Edit: Badnik beat me too it...

Offline playzooki

  • A title is a prefix or suffix added to someone's name in certain contexts. It may signify either veneration, an official position or a professional or academic qualification. In some languages, titles may be inserted before a last name (for example,
  • Posts: 2122
  • Rep: -34
    • View Profile
    • click to download more ram
    • Awards
  • Skype: dont stalk me
Re: Robot doesn't show up.
« Reply #10 on: May 11, 2013, 03:51:41 PM »
Thanks!

Offline Naryar

  • Posts: 23267
  • Rep: 20
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
Re: Robot doesn't show up.
« Reply #11 on: May 11, 2013, 05:03:48 PM »
Did you add the 3/4 spaces before the line as well ?

Offline playzooki

  • A title is a prefix or suffix added to someone's name in certain contexts. It may signify either veneration, an official position or a professional or academic qualification. In some languages, titles may be inserted before a last name (for example,
  • Posts: 2122
  • Rep: -34
    • View Profile
    • click to download more ram
    • Awards
  • Skype: dont stalk me
Re: Robot doesn't show up.
« Reply #12 on: May 12, 2013, 02:10:23 PM »
It works now anyway, but thanks.