gametechmods
Robot Arena => General Support => Topic started by: Davidyamy on November 01, 2013, 08:32:32 PM
-
(https://gametechmods.com/uploads/images/78094Sin tÃtulo.jpg)
as can be removed??....
-
turn status messages off
-
Those are the DSL immobility warnings. They count down how long your bot has until it loses by immobilization. They go away after the bot moves a considerable distance.
-
turn status messages off
The count continues. i would like to finish the fight by ko only
-
You can't turn immobilization off.
You can, however, just keep pushing your opponents around so they never get immobilized, but that's about it.
-
no, there's no way to turn off the immobilization counter at all. Doing that would require the source code which we don't have and probably never will. Sorry.
-
no, there's no way to turn off the immobilization counter at all. Doing that would require the source code which we don't have and probably never will. Sorry.
Actually Clickbeetle did it in Ironbot.
-
Just add "plus.practice(True)" to SuperArenas's Activate method. You'll be modifying "Arenas/__init__.py". If you only want it to affect a single arena, add it to that arena's Activate method.
-
Just add "plus.practice(True)" to SuperArenas's Activate method. You'll be modifying "Arenas/__init__.py". If you only want it to affect a single arena, add it to that arena's Activate method.
Interesting, I might try this. Does this also mean the AI will not leave you to be counted out? Thanks Trov :)
-
Just add "plus.practice(True)" to SuperArenas's Activate method. You'll be modifying "Arenas/__init__.py". If you only want it to affect a single arena, add it to that arena's Activate method.
ok this was looking for, problem solved, Trovaner thanks
-
Just add "plus.practice(True)" to SuperArenas's Activate method. You'll be modifying "Arenas/__init__.py". If you only want it to affect a single arena, add it to that arena's Activate method.
Interesting, I might try this. Does this also mean the AI will not leave you to be counted out? Thanks Trov :)
The AI will not be impacted by this but it will disable the match clock so matches can't end without either a KO or elimination. If that matters to you, you'll have to create your own timer and eliminate the bots after a predefined period of time.