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

cannot add/del tanks from queue after battles

landofnod

New Member
Joined
Jun 24, 2014
Messages
9
Reaction score
0
After at least one round when you go to add or remove a tank from the queue it doesnt show up in the gui list. The tanks can be switched around but the gui list doesnt show it. Anyone else have this issue? Like if you remove a tank it won't play it anymore but it is still listed in the gui queue. Kind of annoying and I have to wind up restarting tl to see the changes.
 
After at least one round when you go to add or remove a tank from the queue it doesnt show up in the gui list. The tanks can be switched around but the gui list doesnt show it. Anyone else have this issue? Like if you remove a tank it won't play it anymore but it is still listed in the gui queue. Kind of annoying and I have to wind up restarting tl to see the changes.

I'll have a look, thanks for reporting. This something that appeared recently or has been around for a while?
 
Been happening for as long as I've been using it. Glad to know it's not just me though. Using win 7 x64. It's fine when I just set & forget. Only bothers me when I am trying to add & remove tanks a lot for the initial x2 bonus each day.
 
Been happening for as long as I've been using it. Glad to know it's not just me though. Using win 7 x64. It's fine when I just set & forget. Only bothers me when I am trying to add & remove tanks a lot for the initial x2 bonus each day.


This is an issue with my TL2 as well. Set and forget, it's no problem until you want to add/remove a tank. List doesn't refresh and you have to close out and relogin a few times to get it to remove/add tanks and sometimes it only removes one or two and then you cannot add them. It's very buggy.

Win7, everything latest version.
 
This is an issue with my TL2 as well. Set and forget, it's no problem until you want to add/remove a tank. List doesn't refresh and you have to close out and relogin a few times to get it to remove/add tanks and sometimes it only removes one or two and then you cannot add them. It's very buggy.

Win7, everything latest version.


open your own thread providing your log file plz
 
I found an easier solution to change priority of my tanks (and faster):

Open with text editor the file QueueSettings.xml (under Settings). It will look similar to this:

<?xml version="1.0" encoding="utf-8"?>
<QueueSettings>
<VehiclePriority>
<QueueEntry>
<Id>165</Id>
<Name>T-15</Name>
<Routine>Default Battle Tank</Routine>
<TargetProvider>Default Targeting</TargetProvider>
</QueueEntry>

<QueueEntry>
<Id>185</Id>
<Name>M4 Sherman</Name>
<Routine>Default Battle Tank</Routine>
<TargetProvider>Default Targeting</TargetProvider>
</QueueEntry>
<QueueEntry>
<Id>182</Id>
<Name>MS-1</Name>
<Routine>Default Battle Tank</Routine>
<TargetProvider>Default Targeting</TargetProvider>
</QueueEntry>

<QueueEntry>
<Id>159</Id>
<Name>Renault Otsu</Name>
<Routine>Default Battle Tank</Routine>
<TargetProvider>Default Targeting</TargetProvider>
</QueueEntry>
</VehiclePriority>
<PrioritiseWinBonus>false</PrioritiseWinBonus>
</QueueSettings>

After that it is easy, move around the whole block <QueueEntry> ..... </QueueEntry> to change the position of your tanks ;-)
 
Back
Top