Jump to content

SA server bot mod


wganz

Recommended Posts

The NA, North American, server players have access to the SA, South American, server. Due to the limited number of players on the SA server at Tier V and lower, there are bots inserted into the game. These bots are all named with a leading colon character ":" that is not permitted for human players. Therefore, the ability to distinguish from human or bot controlled tanks is already established. 

The mod that I am requesting is to color code the tanks to make this easier to differentiate. Especially, for us, 'older' players that don't see quite as well as we did about 40+ years ago. The same as on this web site, I have to hit the Ctl & + key combo to make it more readable. A suggested color scheme would be to have the enemy team's bot tanks the 'colorblind mode purple' and the human players be in 'red'; and the player's team bot tanks in green and the human players in 'gold'. These can be adjusted to compensate for those that truly need a colorblind mode. 

Link to comment

This is already possible with XVM as it is now (even if you are anonymized).  Just need to add the below definition to the playerspanel.xc file (in the def: section)

 

"BotMarker": {

      "enabled": true,

      "bindToIcon": false,

      "x": -1,

      "y": 0,

      "textFormat": { "font": "xvm", "color": "#DCDCDC", "bold": "false", "size": 20, "align": "left" },

      "format": "<font alpha='{{alive?#FF|#80}}'>{{name={{py:replace('{{name}}', ':', '')}}?|&#x72;}}</font>"

      },

 

Then add this to the extraFieldsLeft and extraFieldsRight sections in the individual players panel configuration files (i.e. short, medium, medium 2, large)

 

${"../playersPanel.xc": "def.BotMarker"},

 

Hope this helps.

Edited by zavar
Link to comment
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.