>maybe you should migrate to PMOD statistics because it's always keep up to date. No bugs
And PMod-a very intricate configuration
>maybe you should migrate to PMOD statistics because it's always keep up to date. No bugs
And PMod-a very intricate configuration
I hope everything went alright adapting the mod for 0.9.16.
Still... need to make available macros text file.
Any feedback is like always welcome.
The thing is I'm not sure which list is correct, need to test it:
Ekspoint list: LINK
Slava7572 list: LINK
tratatank list: LINK
Tomonik list:
0 = Unknown (Special)
1 = Random Battle
2 = Training
3 = Company (Team)
4 = Tutorial
5 = Cybersport (Team7x7)
6 = Fallout
7 = Event
8 = Sortie (Fortifications)
9 = Fort Battle (Fortifications)
10 = Rated Cybersport (Team7x7)
11 = Rated Sandbox
12 = Sandbox
13 = Fallout Classic
14 = Fallout Multiteam
Hm... I am missing macros for the total crew XP of the session and the total costs (ammo, repairs, consumables) during the session.
Old ones were was "totalTmenXP" and "service", but they it does not work anymore
Edit: found the new name for "service" being "autoServiceCost". So it is only crewXP remaining, but that is pretty crucial for me honestly.
Edited by TankSchmidt, 06 October 2016 - 06:18 PM.
These seems to be what they have in common most of them:
0 = Unknown / 'Special'
1 = Random
2 = Training
3 = Company
4 = Tutorial
5 = Cybersport (Team Battles?)
6 = Fallout?
7 = Event (8-bit, Football, etc)
8 = Sortie (Skirmish?)
9 = Fort Battle (Stronghold?)
10 = Rated Cybersport (Ranked Team Battles?)
Tried adding 0 through 16 to the battle type, and it didn't seem to count statistics for a CW battle.
Reset button isn't showing either, but that might be new and due to the fact that no stats are shown yet in the statistics.
This is all that was displayed after the CW battle:
Defeat
Karelia
Grille 15
Experience received:126 10,296
So repairs, spent on ammo, and total profit/loss of credits isn't shown for that battle.
TankSchmidt, on 06 October 2016 - 06:02 PM, said:
Hm... I am missing macros for the total crew XP of the session and the total costs (ammo, repairs, consumables) during the session.
Old ones were "totalTmenXP" and "service", but they do not work anymore
The most macros are still available, only few are renamed.
Here a Tomonik macros list, hope it will help till I made a new one. LINK
Quaksen, on 06 October 2016 - 06:11 PM, said:
Need to be checked, try to add battle types till 19.
Quaksen, on 06 October 2016 - 06:11 PM, said:
Reset button isn't showing either, but that might be new and due to the fact that no stats are shown yet in the statistics.
True, it should be shown after first statistics are collected.
Quaksen, on 06 October 2016 - 06:11 PM, said:
Defeat
Karelia
Grille 15
Experience received:126 10,296
So repairs, spent on ammo, and total profit/loss of credits isn't shown for that battle.
You mean battle result message in notification center?
Can You make a screenshot for a example...so I can check it...
Edited by Dado_Ze, 24 October 2016 - 05:02 PM.
Dado_Ze, on 06 October 2016 - 06:36 PM, said:
You mean battle result message in notification center?
Can You make a screenshot for a example...so I can check it...
Yeah the notification center message.. the way the battle was displayed, is like pre-patch when the mod would mess up and not count the stats from that particular battle.
Expected behavior would be that it showed the total profit and what not, and also showing the stats in the actual session stats.
Didn't take a screenshot.
I just checked in a random battle, on the popup was just total XP and total credits earned, but when you open notification center there are costs for repairs, ammunition, consumables, total and wn8 for the battle...btw I think but not sure, that was same behavior before 0.9.16...the popup didn't show any extra information's.
Dado_Ze, on 06 October 2016 - 06:58 PM, said:
I just checked in a random battle, on the popup was just total XP and total credits earned, but when you open notification center there are costs for repairs, ammunition, consumables, total and wn8 for the battle...btw I think but not sure, that was same behavior before 0.9.16...the popup didn't show any extra information's.
That's what I was expecting to see, the costs for repair, ammo, consumables, and total + wn8... in the notification center.
But it was not there, for the CW battle. Like the mod didn't register the battle.
Quaksen, on 06 October 2016 - 07:16 PM, said:
That's what I was expecting to see, the costs for repair, ammo, consumables, and total + wn8... in the notification center.
But it was not there, for the CW battle. Like the mod didn't register the battle.
O.K. I just had a opportunity to check it in cw, my config was "battleType": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19],
The good news are, its counting in cw....
Edited by Dado_Ze, 27 January 2017 - 04:31 PM.
Hm. Mine didn't count the CW battle.. I'll try messing more with it soon
TankSchmidt, on 06 October 2016 - 06:02 PM, said:
There is in Tomonik macros list tmenXP mentioned, but its only working in battle result messages...need to be tested.
Mod uses a list ARENA_GUI_TYPE to determine the type of battle. Here it is:
UNKNOWN = 0
RANDOM = 1
TRAINING = 2
COMPANY = 3
TUTORIAL = 4
CYBERSPORT = 5
FALLOUT = 6
EVENT_BATTLES = 7
SORTIE = 8
FORT_BATTLE = 9
RATED_CYBERSPORT = 10
RATED_SANDBOX = 11
SANDBOX = 12
FALLOUT_CLASSIC = 13
FALLOUT_MULTITEAM = 14
Dado_Ze, on 06 October 2016 - 06:50 PM, said:
There is in Tomonik macros list tmenXP mentioned, but its only working in battle result messages...need to be tested.
Yes, it is a bit weird. Apparantly per battle the data is available, but it is not stored in the cache file (anymore)
It was really a nice feature to show your session crew XP, because that could largely divert from the tank XP.
ShuraBB, on 06 October 2016 - 07:56 PM, said:
Mod uses a list ARENA_GUI_TYPE to determine the type of battle. Here it is:
UNKNOWN = 0
RANDOM = 1
TRAINING = 2
COMPANY = 3
TUTORIAL = 4
CYBERSPORT = 5
FALLOUT = 6
EVENT_BATTLES = 7
SORTIE = 8
FORT_BATTLE = 9
RATED_CYBERSPORT = 10
RATED_SANDBOX = 11
SANDBOX = 12
FALLOUT_CLASSIC = 13
FALLOUT_MULTITEAM = 14
And what is clan wars from that list?
1 members, 13 guests, 0 anonymous users