gametechmods
Robot Arena => General Support => Topic started by: playzooki 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.
-
Did you physically move the bot file to the team's folder?
-
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.
-
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.
-
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.
-
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!
-
No problem man.
-
OBTW, why doesn't this work? It just crashes the game.
list.append(("WAM","Poker",{'range':99,'radius':0.7,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2,'invertible':True,'weapons':(10)}))
-
10 should have a comma after it IIRC
-
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...
-
Thanks!
-
Did you add the 3/4 spaces before the line as well ?
-
It works now anyway, but thanks.