gametechmods
Robot Arena => General Support => Topic started by: Dragon Ninja on February 24, 2007, 12:23:13 PM
-
Whenever the time runs out in a match, the bots with spinning weapons suddenly put their spinning weapons on max power, even if they were killed. How can I fix this?
-
Why do you need to fix this? The most important part of the match is complete, so what's the real problem? It may be a bug, but it's not game-stopping, is it?
-
Once the AI start spinning it's almost imposssible to get them to stop. You would have to add some code into all of the py files that said, if MatchIsOver, stop spinning. But it's easier said than done... in order to make Inertial Deathlock III stop spinning when it started getting immobile, I had to add that about 6 different times in 4 different definitions, some of which had to be copy/pasted from __init__.py, and it's still not perfect.
So... bottom line, it's more work than it's worth.