gametechmods
Robot Arena => General Support => Topic started by: El Chickenado on June 13, 2014, 01:42:48 PM
-
i start the game the infogrames logo comes up and then
"robot arena 2 has stopped working" appears and the game closes
-
Have you tried AIing anything recently? Usually that happens when you screwed up something in the bindings.
-
Have you tried AIing anything recently? Usually that happens when you screwed up something in the bindings.
yes
any way to fix it?
-
Post the relevant bindings. People are usually quick at finding mistakes
-
ok
-
In which team did you AI your bot?
-
20
-
list.append(("M.O.E.","DirectionalSpinner",{'invertible':True,'nose':math.pi,'range':99,'radius':.5,'turn':30,'turnspeed':2.5,'weapons':(12,13,25,26,27,28,29,30)}))
should say 'radius':0.5 instead of 'radius':.5 I think
-
list.append(("M.O.E.","DirectionalSpinner",{'invertible':True,'nose':math.pi,'range':99,'radius':.5,'turn':30,'turnspeed':2.5,'weapons':(12,13,25,26,27,28,29,30)}))
should say 'radius':0.5 instead of 'radius':.5 I think
That's always been there. This is an unmodified DSL 2.1 Bindings.py, as near as I can tell. The problem must be elsewhere. How did you try to AI your bot, if you didn't edit Bindings.py?
-
i did modify the bindings
-
Did you remove any .py or .pyc files from the AI folder?
-
maybe i dont think so
-
i did modify the bindings
C'mon, we're gonna need more info than that. What did you change? Where did you change it?
-
i aid a bot into team 20 i thought
ill just reinstall
-
If you have already reinstalled then this may be too late but, when Aing, these are the things you have to consider:
1. Are the bots and teams listed in the bindings?
2. Does the amount of robots in the team bot folder correspond to the Team.py folder?
3. Is the team index number correct (some forget to change it when copying, myself included)
4. Are the teams and robots in the bindings correctly laid out?
I may have missed one or two but these are the major factors that, if you get them wrong, can cause RA2 to crash.
-
i did modify the bindings
The bindings you uploaded weren't modified in anyway at all.