What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

TankLeader 2 Discussion Thread

Hello

When you learn the TL2 (bot) to see enemies on the map and not in your view?


The truth that there are times that the tank still shoot them forward while tanks are behind him and continues to front tank ignoring.


regards
 
I noticed in some situations when you die it doesn't go to the garage, in the log it doesn't say anything.
 
Hello

When you learn the TL2 (bot) to see enemies on the map and not in your view?


The truth that there are times that the tank still shoot them forward while tanks are behind him and continues to front tank ignoring.


regards

Right now the bot uses a weighing system to determine which tank is the best one to target, and it'll target that. Currently the formula is:
Code:
                    // We want to start off with a beefy amount of weight, 
                    // so we can gradually steal a bit of it everytime. Muhahahahhaehuheuheuheu!
                    Weight = 5000 - (10 * s.Distance) - (10 * (100 - s.HealthPercentage)) - (s.Tier * 50) + (s.CanHit ? 1000 : 5)

This means that say a target at a long distance with high health is shooting at you from the rear while a low target, close by is shooting at you as well, it'll choose the close one with low health. However, if for example the further away guy gets hit by an artillery shell and drops to 2% health, the bot might change targets to that one as it's a "better" target from that point on. The weighing system is one of the new things we added in TL2 to make it better than the original TankLeader, but it may be that the formula needs some number tweaking later down the line.

I noticed in some situations when you die it doesn't go to the garage, in the log it doesn't say anything.

Can you be more precise as to when this happens? Does it happen on auto loaders, regular tanks, TD's, etc?
 
well many problems to sort out here in my testing,

When i change the garage tank list setting (could be when i change any of the settings or even just random) the bot gui just hangs after clicking the start button. I have to manually kill the bot process.

I changed the <SpawnCampDuration>15</SpawnCampDuration> but the bot keeps changing it back to "0"

my frame rate is seriously affected (although im not so worried about this).

the "settings" button is grayed out.

from the spawn it weaves back and forth like its drunk for a long time (with everyone watching) :-/

Cheers all.
 
well many problems to sort out here in my testing,

When i change the garage tank list setting (could be when i change any of the settings or even just random) the bot gui just hangs after clicking the start button. I have to manually kill the bot process.

I changed the <SpawnCampDuration>15</SpawnCampDuration> but the bot keeps changing it back to "0"

my frame rate is seriously affected (although im not so worried about this).

the "settings" button is grayed out.

from the spawn it weaves back and forth like its drunk for a long time (with everyone watching) :-/

Cheers all.

Few things cure more things, ;).

Get Wait for Randomtime and pick some custom profiles here or here.TL2Beta grows up with many options, ;).

For Crashes... wait next build, but custom profiles are cool.
 
on these profiles how do you know which is team 1 and which is team 2 ?
 
on these profiles how do you know which is team 1 and which is team 2 ?

Sry, I ping-pong U between threats, but is for profiles . There is small guide what need lots improvement and Aevitas threat with crusial information.

Bot knows team1&2, if you make profile then HotspotLogger.... feel free continue this conversation in Profile Subforum, :rolleyes:.

ps. All questions is good to collect one place and then all can read them its FAQ when time pass.
 
Thx but i had already read all the info i could find on profiles before quickly posting.

O so your saying you get the team info when you use the hotspot button , sorry i did not realize that thought you would only get x,y,z info and you had to fill in map name and other info yourself.
 
Hi, Is there anyone have a problem that Tanks just moving, not shooting enemy tanks?
 
Garage + and - still grayed out(bugged). I am unable to select tanks i want to queue with so if anyone would be so kind to post their QueueSettings.XML so i can see the format and maybe manually enter the tanks I want to play with. Thank you!
 
Is it possible to add in the logs the if there was damage done while firing ? (if yea, the amount)

After the update its not showing the name any-more, just (Firing at enemy at <-187.7778, 9.847834, -274.5279>!)
 
Switch back version TankLeader 2.0.183.64 if you have custom profiles.

Version TankLeader 2.0.200.75 is some how broken, it work well if there is no custom profiles!!!! (cool Beta is sometimes broken amazing)

EDIT! Forgot that I found that some Plugins wont work with earlier TL2Beta version so must choice between Waittime -plugin and Profiles, soon we got FIX!
 
Last edited:
Garage + and - still grayed out(bugged). I am unable to select tanks i want to queue with so if anyone would be so kind to post their QueueSettings.XML so i can see the format and maybe manually enter the tanks I want to play with. Thank you!
I'm need too even modified QueueSettings.XML because Garage + and - still grayed out(bugged), please put here someone yours, and we modified it to my tanks...
 
I'm need too even modified QueueSettings.XML because Garage + and - still grayed out(bugged), please put here someone yours, and we modified it to my tanks...

Best way cure your probs is (but Im sure you have try all this, I drop my settings too). Im really interested -What can cause this problems off yours!

  1. Shutut down TL2Beta
  2. delete old "quequesettings.xml" (really dont know if this effect, TL2Beta reCreate files if there is non)
  3. make sure Wot is running
  4. start TL2Beta
  5. wait it start properly
  6. To add tanks in query, click tank in garage, click +

Be aware that tank <Id>6</Id> might change per user.... they are not same but <Name>Light Tank Renault NC-31</Name> is all same, ;).

Code:
<?xml version="1.0" encoding="utf-8"?>
<QueueSettings>
  <VehiclePriority>
    <QueueEntry>
      <Id>6</Id>
      <Name>Light Tank Renault NC-31</Name>
    </QueueEntry>
  </VehiclePriority>
  <PrioritiseWinBonus>false</PrioritiseWinBonus>
</QueueSettings>
 
Last edited:
One thing I e been setting. The Bot often hits a dead friend and does nothing, get stuck

When detected the tanks bot friends / enemies destroyed and dodge?

regards
 
Best way cure your probs is (but Im sure you have try all this, I drop my settings too). Im really interested -What can cause this problems off yours!

  1. Shutut down TL2Beta
  2. delete old "quequesettings.xml" (really dont know if this effect, TL2Beta reCreate files if there is non)
  3. make sure Wot is running
  4. start TL2Beta
  5. wait it start properly
  6. To add tanks in query, click tank in garage, click +

Be aware that tank <Id>6</Id> might change per user.... they are not same but <Name>Light Tank Renault NC-31</Name> is all same, ;).

Code:
<?xml version="1.0" encoding="utf-8"?>
<QueueSettings>
  <VehiclePriority>
    <QueueEntry>
      <Id>6</Id>
      <Name>Light Tank Renault NC-31</Name>
    </QueueEntry>
  </VehiclePriority>
  <PrioritiseWinBonus>false</PrioritiseWinBonus>
</QueueSettings>

Please add a few tanks in place, and write the contents "quequesettings.xml" with a few tanks
1 tank I was able to add by hand by ID, how to add them 2 or more, so you need your settings from "quequesettings.xml" with a few added to the queue tanks...
 
Back
Top