gametechmods

Robot Arena => General Support => Topic started by: Davidyamy on November 01, 2013, 08:32:32 PM

Title: Blue triangles!!
Post by: Davidyamy on November 01, 2013, 08:32:32 PM
(https://gametechmods.com/uploads/images/78094Sin título.jpg)


as can be removed??....
Title: Re: Blue triangles!!
Post by: Mr. AS on November 01, 2013, 08:40:47 PM
turn status messages off
Title: Re: Blue triangles!!
Post by: rnifnuf on November 01, 2013, 08:57:07 PM
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.
Title: Re: Blue triangles!!
Post by: Davidyamy on November 21, 2013, 01:51:03 PM
turn status messages off

The count continues. i would like to finish the fight by ko only
Title: Re: Blue triangles!!
Post by: Lemonism on November 21, 2013, 03:21:46 PM
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.
Title: Re: Blue triangles!!
Post by: Badnik96 on November 21, 2013, 05:03:09 PM
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.
Title: Re: Blue triangles!!
Post by: playzooki on November 22, 2013, 02:14:28 AM
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.
Title: Re: Blue triangles!!
Post by: Trovaner on November 22, 2013, 01:34:39 PM
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.
Title: Re: Blue triangles!!
Post by: Lemonism on November 22, 2013, 02:18:12 PM
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 :)
Title: Re: Blue triangles!!
Post by: Davidyamy on November 22, 2013, 04:43:51 PM
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
Title: Re: Blue triangles!!
Post by: Trovaner on November 23, 2013, 12:57:24 AM
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.