77.CountZero 1181 Posted November 5 (edited) If anyone wonts here is modified Vaal stats to display tank data on that stats system pictures how it looks: Spoiler Also you can check how it works in use on Finnish VirtualPilots - Dynamic War server http://stats.virtualpilots.fi:8000/en/ Thanks LLv34_Temuri for testing mods. Thanks SpocksOddSocks for testing mod on his OhMyDog server also: http://ohmydog.mooo.com:8080/en/ Link for mod v2.0 that works on Il-2 stats from Vaal version 1.2.38: https://www.mediafire.com/file/y2ibvq2vy6akrgt/tankstatsmodv2.0.zip/file old 1.2.37 mod: Spoiler Link for mod v1.3 that works on Il-2 stats from Vaal version 1.2.37 https://www.mediafire.com/file/cfx6u8eewov38pw/tankstatsmodv1.3.zip/file IMPORTANT: If any of files from this mod you already modifed before for your webstats, youll have to make thouse edits again on this mod files ( for example if you have main.html or base.html edited to display mission planer or aditional tags or links and so on...) This is mod for 1.2.38 version of stats, you have to have that version of original Il-2 stats by Vaal instaled first Original files that are modifed by this mod: in \il2 stats\src\stats folder: models.py, models_managers.py, stats_whore.py, urls.py, views.py in \il2 stats\src\stats\templats folder: base.html , main.html, mission.html, missions.html, online.html, squad.html, tour.html in \il2_stats\src\locale\ru\LC_MESSAGES folder: django.mo, django.po ( same for de, es and fr folders ) in \il2_stats\src\mission_report folder: report.py in \il2_stats\src folder: objects.csv classes.csv How to install: 1.unzip "tankstatsmodv2.0.zip" and copy "src" folder in your "il2 stats" folder 2.run collectstatic.cmd in your ...\il2 stats\run folder ( to collect corectly new tank and icon pictures ) 3.run update.cmd to load changed objects, and classes for tank turrets 4.run stats.cmd , and then run waitress.cmd and then stats should be modified to include and display tanks stats like on pictures Bugs i noticed: -tank shots fired and accuracy dont work, also in tanks sortie log only events when player is hit are displayed. But what was destroyed counts properly to tankmans stats.(this is probably do to game missionReports not having in them ID for gunners, so stats cant collect that data. Player is spawned first as driver, and that ID i shown, and missionReport log dont detect switch to gunner (later in reports ID of gunner is shown)), if player in tank is by default span at gunners position in game maybe this data collection would work correctly. -in list of players online, when clicking on player name link by default sends you to his pilot stats, like in original. If server is orianted mostly towards tank play, server host can change pilot to tankman in online.html file ( located in your servers ...\il2_stats\src\stats\templates folder ). Then link when clicking on players name will go to tankman stats by default. When ever new offical Vaal stats update is out if any of files modifed in this mod are updated, they will have to be modifed again same way for mod to work again on that version. Try it out and post if it works correctly or there is any aditional problems i didnt found as i dont have all tanks or was not able to test it with multiple players. Edited November 26 by 77.CountZero 1 1 3 Share this post Link to post Share on other sites
LLv34_Temuri 460 Posted November 6 12 hours ago, 77.CountZero said: -tank sorties dont count if tank is not damaged. I found way to include all tank sorties in sortie count, but then also all airplanes sorties where player just spawns and not take off will count for airplane sorties so i didnt include this change in mod. If you run primarly tank orianted server and dont mined that pilots will have spawn also counted in their sorties i can make that edit also untill i make way to have both correctly counted. Not a biggie if sorties where a pilot doesn't take off are included in pilot stats. Better to have even undamaged tank sorties count. 12 hours ago, 77.CountZero said: -in list of players online i had to remove link that when clicking on player name sends you to his stats. It was sending always to pilot stats for tankmans or pilots. So untill i fined way to make it work for both i just left it to display players on server but clicking on players name will not send you on their profile like in original. This is ok. I'll be running this on a test server by the end of the week. Thank you for sharing this 1 Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 6 (edited) version.1.1 of mod, -fix to tank pictures for t-34s and kv1 not showing up on russian language version of stats, -and added active pilots and tankmans separate on main and tour Spoiler EDIT 1: version.1.2 of mod, -fix to count all airplanes and tanks sorties correctly (for airplanes its like in original where sorties count from take off event, and for tanks count is from spawn event). EDIT 2: version 1.3 of mod, -translated changed stuff to russian to correctly display when that language is selected ( post if you see any wrong translation, im not russian, so i used google translate and existing words already translated to help make it fit ). New translated words to russian, if any russian speaker see mistake in it, post and ill fix it in future versions: Spoiler msgctxt "squad_nav_tab" msgid "Tankmen" msgstr "танкист" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Statistics" msgstr "Статистика вылета танкиста" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Log" msgstr "Хронология вылета танкиста" msgctxt "tankman_nav_tab" msgid "Tankman Statistics" msgstr "Статистика танкиста" msgctxt "tankman_nav_tab" msgid "Tankman Sorties" msgstr "вылеты танкиста" msgctxt "tankman_nav_tab" msgid "Tankman Virtual Lifes" msgstr "Виртуальные жизни танкиста" msgctxt "tankman_nav_tab" msgid "Tankman Awards" msgstr "Награды танкиста" msgctxt "tankman_nav_tab" msgid "Tankman Killboard" msgstr "танкист Killboard" msgctxt "tour_top" msgid "Best tankmen in the last 24 hours" msgstr "Лучшие танкист за последние 24 часа" #: .\stats\templates\main.html:175 .\stats\templates\main.html:201 #: .\stats\templates\tour.html:175 .\stats\templates\tour.html:201 msgctxt "tour_top" msgid "tankman nickname" msgstr "имя танкиста" #: .\stats\templates\main.html:196 msgctxt "tour_top" msgid "Best live tankmen" msgstr "Лучшие живые танкист" #: .\stats\templates\main.html:234 .\stats\templates\tour.html:232 msgid "Overall Tankman Rankings" msgstr "Полный рейтинг танкистa" #: .\stats\templates\main.html:319 .\stats\templates\tour.html:296 msgid "Active tankmen" msgstr "Aктивный танкист" #: .\stats\templates\main.html:423 msgid "Top Tankmen" msgstr "Лучшие танкист" #: .\stats\templates\mission.html:192 msgid "Tankmen Rankings" msgstr "Рейтинг танкиста" msgid "Tankman Rankings" msgstr "Рейтинг танкиста" msgctxt "total" msgid "Lost aircrafts/tanks" msgstr "Самолетов/танк потеряно" #: .\stats\templates\squad.html:480 .\stats\templates\tankman.html:528 msgctxt "specialty" msgid "Light Tanks" msgstr "Легких танков" #: .\stats\templates\squad.html:491 .\stats\templates\tankman.html:539 msgctxt "specialty" msgid "Medium Tanks" msgstr "Средних танков" #: .\stats\templates\squad.html:502 .\stats\templates\tankman.html:550 msgctxt "specialty" msgid "Heavy Tanks" msgstr "Тяжелых танков" #: .\stats\templates\squad.html:539 msgid "K/L - Kills per Aircraft/Tank Lost" msgstr "K/L - Сбитых к потерям" #: .\stats\templates\squad.html:573 msgid "GK/L - G.Kills per Aircraft/Tank Lost" msgstr "GK/L - Сбитых к потерям" #: .\stats\templates\tankman.html:35 msgid "Favorite Tank" msgstr "любимый танк" #: .\stats\templates\tankman.html:53 msgid "number of destroyed aerial targets for the current virtual life" msgstr "количество уничтоженных самолетов за текущую виртуальную жизнь" #: .\stats\templates\tankman.html:78 .\stats\templates\tankman.html:472 #: .\stats\templates\tankman_vlife.html:73 msgid "Destroyed aerial targets" msgstr "уничтоженны самолетов" #: .\stats\templates\tankman.html:398 .\stats\templates\tankman.html:484 #: .\stats\templates\tankman_vlife.html:371 msgctxt "total" msgid "Lost Tanks" msgstr "Потерянные танки" #: .\stats\templates\tankman.html:426 .\stats\templates\tankman_vlife.html:379 msgctxt "total" msgid "Destroyed Friendly Aircraft" msgstr "уничтоженны Товарищеский самолетов" #: .\stats\templates\tankman.html:442 msgid "Best Air Streak" msgstr "Лучший стрик" #: .\stats\templates\tankman.html:446 msgid "Best Sortie Time Streak" msgstr "Макс. налет за одну жизнь" #: .\stats\templates\tankman.html:454 msgid "Max Ground targets destroyed in one sortie" msgstr "Макс. кол-во уничтоженых Н.Ц. за один вылет" #: .\stats\templates\tankman.html:586 msgid "" "if ratio > 1 - tankman playing in the minority, if ratio < 1 - tankman " "playing in the majority" msgstr "" "ратио > 1 - танкист летает в меньшинстве, ратио < 1 - танкист летает в " "большинстве" #: .\stats\templates\tankman.html:614 msgid "K/L - Kills per Tank Lost" msgstr "K/L - Сбитых к потерям" #: .\stats\templates\tankman.html:630 msgid "K/H - Kills per Sortie Time" msgstr "K/H - Сбитых в час" #: .\stats\templates\tankman.html:648 msgid "GK/L - G.Kills per Tank Lost" msgstr "GK/L - Уничтожено к потерям" #: .\stats\templates\tankman.html:664 msgid "GK/H - G.Kills per Sortie Time" msgstr "GK/H - Уничтожено в час" #: .\stats\templates\tankman.html:679 msgid "Other names of the tankman on this account" msgstr "Другие имена танкиста на этом аккаунте" #: .\stats\templates\tankman_awards.html:3 #: .\stats\templates\tankman_awards.html:14 msgctxt "tankman_awards" msgid "Tankman Awards" msgstr "Награды танкиста" #: .\stats\templates\tankman_awards.html:15 msgctxt "tankman_awards" msgid "Tankman" msgstr "танкист" #: .\stats\templates\tankman_killboard.html:3 #: .\stats\templates\tankman_killboard.html:14 msgid "Tankman Killboard" msgstr "танкист Killboard" #: .\stats\templates\tankman_killboard.html:15 #: .\stats\templates\tankman_vlifes.html:15 msgid "Tankman" msgstr "танкист" #: .\stats\templates\tankman_sortie.html:3 #: .\stats\templates\tankman_sortie.html:16 msgctxt "sortie_page_title" msgid "Tankman Sortie" msgstr "вылеты танкиста" #: .\stats\templates\tankman_sortie.html:35 #: .\stats\templates\tankman_sortie.html:36 #: .\stats\templates\tankman_sortie_log.html:36 #: .\stats\templates\tankman_sortie_log.html:37 #: .\stats\templates\tankman_sorties.html:69 #: .\stats\templates\tankman_sorties.html:70 #: .\stats\templates\tankman_vlife.html:34 #: .\stats\templates\tankman_vlife.html:35 #: .\stats\templates\tankman_vlifes.html:64 #: .\stats\templates\tankman_vlifes.html:65 msgctxt "sortie_status" msgid "Tank is destroyed" msgstr "Танк уничтожен" #: .\stats\templates\tankman_sortie.html:47 #: .\stats\templates\tankman_sortie.html:48 #: .\stats\templates\tankman_sortie_log.html:48 #: .\stats\templates\tankman_sortie_log.html:49 #: .\stats\templates\tankman_sorties.html:81 #: .\stats\templates\tankman_sorties.html:82 #: .\stats\templates\tankman_vlife.html:46 #: .\stats\templates\tankman_vlife.html:47 #: .\stats\templates\tankman_vlifes.html:76 #: .\stats\templates\tankman_vlifes.html:77 msgctxt "sortie_status" msgid "In service" msgstr "В движении" #: .\stats\templates\tankman_sortie.html:52 #: .\stats\templates\tankman_sortie_log.html:53 #: .\stats\templates\tankman_sorties.html:15 msgctxt "tankman_sorties" msgid "Tankman" msgstr "танкист" #: .\stats\templates\tankman_sortie.html:57 #: .\stats\templates\tankman_sortie_log.html:58 msgid "Back to tankman sorties list" msgstr "Назад к журналу вылетов танкистa" #: .\stats\templates\tankman_sortie.html:63 #: .\stats\templates\tankman_sortie_log.html:64 msgid "" "The results of this sortie are not included in the statistics of the tankman " "because of the disconnect" msgstr "" "Результаты данного вылета не добавляются в статистику танкиста из-за разрыва " "связи" #: .\stats\templates\tankman_sortie.html:72 msgctxt "sortie" msgid "Duration of sortie" msgstr "Продолжительность вылета" #: .\stats\templates\tankman_sortie.html:75 msgctxt "sortie" msgid "Crew status" msgstr "Статус экипажа" #: .\stats\templates\tankman_sortie.html:89 msgctxt "sortie" msgid "Destroyed ground targets" msgstr "Уничтожено наземных целей" #: .\stats\templates\tankman_sortie.html:90 msgctxt "sortie" msgid "Destroyed aerial targets" msgstr "Уничтоженные воздушные цели" #: .\stats\templates\tankman_sortie.html:95 msgctxt "sortie" msgid "Tank" msgstr "танк" #: .\stats\templates\tankman_sortie.html:101 msgctxt "tank_payload" msgid "Default" msgstr "По умолчанию" #: .\stats\templates\tankman_sortie.html:116 msgctxt "sortie" msgid "Tank status" msgstr "танк статус" #: .\stats\templates\tankman_sortie.html:118 msgctxt "sortie" msgid "In service" msgstr "в сервисе" #: .\stats\templates\tankman_sortie.html:124 msgctxt "sortie" msgid "Destroyed" msgstr "уничтожен" #: .\stats\templates\tankman_sortie.html:132 msgctxt "sortie" msgid "Tank damage" msgstr "повреждение танка" #: .\stats\templates\tankman_sortie_log.html:3 msgctxt "sortie_page_title" msgid "Tankman Sortie Log" msgstr "Хронология вылета танкиста" #: .\stats\templates\tankman_sorties.html:3 #: .\stats\templates\tankman_sorties.html:14 msgctxt "tankman_sorties" msgid "Tankman Sorties" msgstr "вылеты танкиста" #: .\stats\templates\tankman_vlife.html:3 #: .\stats\templates\tankman_vlife.html:15 msgctxt "vlife_page_title" msgid "Tankman VLife" msgstr "Виртуальные жизн танкиста" #: .\stats\templates\tankman_vlife.html:51 msgctxt "tankman_vlifes" msgid "Tankman" msgstr "танкист" #: .\stats\templates\tankman_vlife.html:56 msgid "Back to tankman vlifes list" msgstr "Назад к списку виртуальных жизней танкиста" #: .\stats\templates\tankman_vlifes.html:3 #: .\stats\templates\tankman_vlifes.html:14 msgctxt "tankman_vlifes" msgid "Tankman Virtual Lifes" msgstr "Виртуальные жизни танкиста" #: .\stats\templates\tankmans.html:19 msgid "Search Tankman" msgstr "Найти танкиста" #: .\stats\templates\tankmans.html:39 msgid "Current Ground Streak" msgstr "Текущий стрик танка" #: .\stats\templates\tour.html:170 msgctxt "tour_top" msgid "Best tankmen" msgstr "Лучшие танкист" #: .\stats\templates\tour.html:196 msgctxt "tour_top" msgid "Best tankmen streak" msgstr "Лучшие стрики танкистa" #: .\stats\templates\tour.html:299 msgctxt "tour_active" msgid "total tankmen" msgstr "совокупный танкистa" msgid "Payload" msgstr "вооружение" #: .\stats\templates\main.html:223 .\stats\templates\tour.html:201 msgid "Active pilots" msgstr "Активные пилотов" msgid "Sortie Time (hours:minutes)" msgstr "вылет (часы:минуты)" msgid "Sortie Time" msgstr "вылет" msgid "Destroyed ground targets" msgstr "Уничтожено наземных целей" msgid "Pilots Rankings" msgstr "Рейтинг пилотов" msgid "Players total" msgstr "Всего игроки" #: .\stats\templates\tankman_sortie.html:81 msgctxt "sortie" msgid "Abandoned tank" msgstr "Танк заброшен" msgctxt "sortie_status" msgid "Tank is abandoned" msgstr "Танк заброшен" msgctxt "total" msgid "Abandoned tanks" msgstr "Танк заброшен" msgid "Tankmen" msgstr "танкист" #: .\stats\templates\squad.html:52 msgid "Not enough players to participate in the rating" msgstr "Недостаточно игроки для участия в рейтинге" first post updated with link for mod version 1.3 Edited November 8 by 77.CountZero Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 7 version 1.4 of mod: -updated mod to work on new Il-2 stats 1.2.38 -add small ground streak icon for tanks Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 8 (edited) updated post to version 1.5 -fix so all sorties are corectly counting for airplanes (from take off event) and tanks (from spawn) in coalitions and speciality bars. If squad has pilots and tankman, squad coalition is combined sorties and now shows correct sortie count per side. Squad speciality bars are displayed separatly, for tank and airplane types, and now also show correct sorties counts per types. -minor changes to naming of stuff picture: Spoiler Edited November 8 by 77.CountZero 1 Share this post Link to post Share on other sites
SpocksOddSocks 30 Posted November 9 Whilst we already have some tank stuff added to our stats (and we had help from admin of another server too), there were still a few things I was struggling to get working how I wanted. It looks like you've sorted some of them out. Good stuff. 1 Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 9 (edited) version 1.6: https://www.mediafire.com/file/is022ftvdpk3r1r/tankstatsmodv1.6.zip/file minor fixes to : -correct display top tankman in tankman rankings by ground target streak ( was by air target streak ) -correct placment of top tankmen and top 24h tankmen on main page 44 minutes ago, SpocksOddSocks said: Whilst we already have some tank stuff added to our stats (and we had help from admin of another server too), there were still a few things I was struggling to get working how I wanted. It looks like you've sorted some of them out. Good stuff. Thanks i tryed to add as mutch stuff that pilots have working so it works in same way for tankmen, to best of my knowledge as im not coder or programer. if others wont to add missing stats stuff to their modified tank stats i think it should not be big problem to see and compare what i changed. Only big thing missing is tankmen sortie log details, to best of my knowladege it seams that they dont show up because player is in mission reports shown as driver on spawn and then when he switches to turret game missionReport dont detect that. AID (attacker ID) later when you hit something shows number of turret and what is hit by it, but players is in ID number of driver at start. If game by default spawns player on tanks in turret i think this logs would work. Or maybe its posible to make Vaal stats to display actions of attacker (when turret or gunner ) in players airplane/tank even when hes not player so it would say its AI but atleast it would show when something got hit and what. ( thats why ammo count and accuracy also dont work as ammo is in turret ). What is destroyed is correctly conted, so if player kills other player in tank it should correctly count even though events when that happend in sortie and when bullet hit will not be displayed. I didt have ablity to test what happends when player hits player but i guess that will not show up (same like its in original when player or players AI gunner hit something) for same reason as player at start spawns as driver/pilot, and actions of AI in your airplane / tank are disreagarded (im trying to see where is this turned off and if i can turne it on and see what happends) from what i see, and when player switches in turet games missionReport dont show that event for stats to pick it up. Maybe someone who is more skiled and knowlagable about missionReport can fined a way to make it work. Edited November 9 by 77.CountZero Share this post Link to post Share on other sites
SpocksOddSocks 30 Posted November 9 51 minutes ago, 77.CountZero said: Only big thing missing is tankmen sortie log details, to best of my knowladege it seams that they dont show up because player is in mission reports shown as driver on spawn and then when he switches to turret game missionReport dont detect that. AID (attacker ID) later when you hit something shows number of turret and what is hit by it, but players is in ID number of driver at start. Yeah, that's what I noticed too. It treats the turret as a different entity with a different ID, the same as an aircraft turret counts differently. I'm sure there's a way to get it working, but I think it might mean a major project for it to work with the system as currently works. I've tried and failed, so far, and now too busy with mission making, trying to find some time to fly, and having a life outside the game to look at it again too intensely. Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 10 (edited) version 1.7 of mod: https://www.mediafire.com/file/1j2zydaqpr8a36k/tankstatsmodv1.7.zip/file -in misson, squad and tankmen ranking, added sort by GK/D and GK/H (icon added also) insted K/D and K/H for tankman -in missions, sorted missions by player should work now -crashed tank status changed to disabled, in tankman sortie -added link below player name, in his tankman/pilot stats, that leads you to same players pilot/tankmen stats. -fixes to Russian locale, thanks to Vachik for checking my added Russian translated words and sentences and providing corrections. as there is new icon added its important to run collectstatic.cmd in your ...\il2 stats\run folder to avoid errors with missing icon Edited November 10 by 77.CountZero Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 12 (edited) version 1.8:https://www.mediafire.com/file/4diiezngpz9tkny/tankstatsmodv1.8.zip/file -added stats to count and show sorties for player in gunner position when 2 players are playing in some tank (driver and gunner). Stats of sortie log, where player is gunner in other players tank, will corectly show gunner players accuracy, bullets spend, log of who he hit and where. Both driver and gunner players in same tank will have number of destroyed targets in that sortie count towards their total stats , same way in their tankman stats if player is alone in tank. So the driver also get aword of playing that way with kills other player in his gunner did (his accuracy will be in - and number of bullets shot also in - but they dont count, its disregarded). -pictures, paylods for turrets of tanks added, and clases of turrets changed to tanks medium/heavy and object tank turet changed to tank for this to work like this. Its neccesary to run update.cmd after files are copyed from mod to your server folder. And if necceasry collectstatic.cmd to collect new pictures properly. It should look like this if all is ok : mission list: tankman sortie: tankman log: first post updated with link for this version of mod Edited November 13 by 77.CountZero 1 Share this post Link to post Share on other sites
SpocksOddSocks 30 Posted November 12 Really amazing stuff on the new additions. I still haven't gotten round to implementing your mod yet, but I will be soon. Because I was testing a different scoring system this month, I'm still deciding whether to end our current tour before making the changes, then reverting back to default score system. 1 Share this post Link to post Share on other sites
LLv34_Temuri 460 Posted November 13 16 hours ago, 77.CountZero said: And if necceasry collectstatic.cmd to collect new pictures properly. update.cmd has this line: "../.venv/Scripts/python.exe" manage.py collectstatic --noinput --verbosity 0 So it does the same thing as collectstatic.cmd: "../.venv/Scripts/python.exe" manage.py collectstatic --noinput Just does it verbosely. Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 13 it should be ok, but check do you have turret images like _kv1s_t0.png (same name with numbers), and same for rest of tanks in your ...\il2_stats\static\img\Tank folder. Or there is just tank images named like for example kv-1s chtz(1943).png there. also when you go in your admin panel, in objects (filter tank), does "Kv-1s turret" have CLS of "heavy tank". if yes then changes are applayed and it tells you nothing new to change. if not check that you copyed pictures from 1.8 mod in your ...il2_stats\src\stats\static\img\Tank (differant path then previous), and check if classes.csv in your servers il2_stats\src folder is one from mod 1.8. i still dont know if after update.cmd is neccesary to run also collectstatic.cmd, but i run them when ever i change something just to be sure Share this post Link to post Share on other sites
LLv34_Temuri 460 Posted November 13 36 minutes ago, 77.CountZero said: do you have turret images like _kv1s_t0.png (same name with numbers), and same for rest of tanks in your ...\il2_stats\static\img\Tank folder. Or there is just tank images named like for example kv-1s chtz(1943).png there The mod package contained turret images only for turret_t34-76stz, turret_pziii-l, turret_pziii-m, and turret_pziv-g. 37 minutes ago, 77.CountZero said: also when you go in your admin panel, in objects (filter tank), does "Kv-1s turret" have CLS of "heavy tank". Yes. 43 minutes ago, 77.CountZero said: check if classes.csv in your servers il2_stats\src folder is one from mod 1.8. It is. Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 13 (edited) names for turrets of tiger, t-34 43, m4a2 and pzIVg are taken from game files and are diferant naming proces, but they are in mod as _kv1s_t0.png (its turret name from game for Kv1) , _m4a2_t0.png, _pzvi-h1_t0.png and _t34-76uvz-43_t0.png . They need to be tested if i used correct names for them, but from what i could see how things work that should be names of turrets for thouse tanks. I downloaded from link and i see their pictures named like that are in files for mod 1.8. Edited November 13 by 77.CountZero Share this post Link to post Share on other sites
LLv34_Temuri 460 Posted November 13 2 minutes ago, 77.CountZero said: names for turrets of tiger, t-34 43, m4a2 and pzIVg are taken from game files and are diferant naming proces, but they are in mod as _kv1s_t0.png (its turret name from game for Kv1) , _m4a2_t0.png, _pzvi-h1_t0.png and _t34-76uvz-43_t0.png . They need to be tested if i used correct names for them, but from what i could see how things work that should be names of turrets for thouse tanks. I downloaded from link and i see their pictures named like that are in files for mod 1.8. Ah yes, they are there Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 13 (edited) When you have time you could try with tm8 one of thouse 4 tanks, and se if they will be correctly shown in stats, as others. Also if you get 3 guys, try to see if for 2 guys in one tank (driver and gunner ) , when they destroy that one guy in other tank, his name will be in their tankman killbord. And for player who was gunnman, will he have name of victim in his stats log. Edited November 13 by 77.CountZero Share this post Link to post Share on other sites
SpocksOddSocks 30 Posted November 13 2 hours ago, 77.CountZero said: it should be ok, but check do you have turret images like _kv1s_t0.png (same name with numbers), and same for rest of tanks in your ...\il2_stats\static\img\Tank folder. Or there is just tank images named like for example kv-1s chtz(1943).png there. also when you go in your admin panel, in objects (filter tank), does "Kv-1s turret" have CLS of "heavy tank". if yes then changes are applayed and it tells you nothing new to change. if not check that you copyed pictures from 1.8 mod in your ...il2_stats\src\stats\static\img\Tank (differant path then previous), and check if classes.csv in your servers il2_stats\src folder is one from mod 1.8. i still dont know if after update.cmd is neccesary to run also collectstatic.cmd, but i run them when ever i change something just to be sure Out of interest, my stats page is back up with your mod, and I did it without running "collectstatic" after running "update". I knew I'd seen that as part of the update process in the past, so I would say that the update script includes the collect static actions anyway. Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 13 Ok thanks, so then update.cmd was all that was neccesary. Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 15 (edited) version 1.9: https://www.mediafire.com/file/sucykjn3hp7fvh2/tankstatsmodv1.9.zip/file -translated new words and sentences for tanks stats to German, Spanish, French. -fix for driver stats, when 2 players play in one tank, his accuracy will not have negative score and negative number of bullets shot. (changes in report.py file) If someone have time plz recheck and post correction to new words and sentences i translated (mostly using google translate) for: German: Spoiler msgctxt "squad_nav_tab" msgid "Tankmen" msgstr "Panzermänner" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Statistics" msgstr "Panzermänn Einsatzstatistik" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Log" msgstr "Panzermänn Einsatz Logbuch" msgctxt "tankman_nav_tab" msgid "Tankman Statistics" msgstr "Panzermänn Statistik" msgctxt "tankman_nav_tab" msgid "Tankman Sorties" msgstr "Panzermänn Einsätze" msgctxt "tankman_nav_tab" msgid "Tankman Virtual Lifes" msgstr "Virtuelle Leben von Panzermänn" msgctxt "tankman_nav_tab" msgid "Tankman Awards" msgstr "Panzermänn Auszeichnungen" msgctxt "tankman_nav_tab" msgid "Tankman Killboard" msgstr "Panzermänn Killboard" msgctxt "tour_top" msgid "Best tankmen in the last 24 hours" msgstr "Beste Panzermänner der letzten 24 Stunden" #: .\stats\templates\main.html:175 .\stats\templates\main.html:201 #: .\stats\templates\tour.html:175 .\stats\templates\tour.html:201 msgctxt "tour_top" msgid "tankman nickname" msgstr "Panzermänn name" #: .\stats\templates\main.html:196 msgctxt "tour_top" msgid "Best live tankmen" msgstr "Beste überlebende Panzermänner" #: .\stats\templates\main.html:234 .\stats\templates\tour.html:232 msgid "Overall Tankman Rankings" msgstr "Gesamtübersicht der Panzermänn Rangliste" #: .\stats\templates\main.html:319 .\stats\templates\tour.html:296 msgid "Active tankmen" msgstr "Aktive Panzermänner" #: .\stats\templates\main.html:423 msgid "Top Tankmen" msgstr "Beste Panzermänner" #: .\stats\templates\mission.html:192 msgid "Tankmen Rankings" msgstr "Panzermänner-Ranglisten" msgid "Tankman Rankings" msgstr "Panzermänn Ranglisten" msgctxt "total" msgid "Lost aircrafts/tanks" msgstr "Verlorene Flugzeuge/Panzer" #: .\stats\templates\squad.html:480 .\stats\templates\tankman.html:528 msgctxt "specialty" msgid "Light Tanks" msgstr "Leichter Panzer" #: .\stats\templates\squad.html:491 .\stats\templates\tankman.html:539 msgctxt "specialty" msgid "Medium Tanks" msgstr "Mittlerer Panzer" #: .\stats\templates\squad.html:502 .\stats\templates\tankman.html:550 msgctxt "specialty" msgid "Heavy Tanks" msgstr "Schwerer Panzer" #: .\stats\templates\squad.html:539 msgid "K/L - Kills per Aircraft/Tank Lost" msgstr "Luftsiege pro Flugzeugverlust/Panzerlust" #: .\stats\templates\squad.html:573 msgid "GK/L - G.Kills per Aircraft/Tank Lost" msgstr "zer. Bodenziele pro Flugzeugverlust/Panzerlust" #: .\stats\templates\tankman.html:35 msgid "Favorite Tank" msgstr "Favorisiertes Panzer" #: .\stats\templates\tankman.html:53 msgid "number of destroyed aerial targets for the current virtual life" msgstr "Anzahl der Zerstörte Flugzeuge für das aktuelle virtuelle Leben" #: .\stats\templates\tankman.html:78 .\stats\templates\tankman.html:472 #: .\stats\templates\tankman_vlife.html:73 msgid "Destroyed aerial targets" msgstr "Zerstörte Luftziele" #: .\stats\templates\tankman.html:398 .\stats\templates\tankman.html:484 #: .\stats\templates\tankman_vlife.html:371 msgctxt "total" msgid "Lost Tanks" msgstr "Verlorene Panzer" #: .\stats\templates\tankman.html:426 .\stats\templates\tankman_vlife.html:379 msgctxt "total" msgid "Destroyed Friendly Aircraft" msgstr "Zerstörte freundliche Flugzeuge" #: .\stats\templates\tankman.html:442 msgid "Best Air Streak" msgstr "Beste Luftstrecke" #: .\stats\templates\tankman.html:446 msgid "Best Sortie Time Streak" msgstr "Beste Einsatzzeit Serie" #: .\stats\templates\tankman.html:454 msgid "Max Ground targets destroyed in one sortie" msgstr "Bodenziele" #: .\stats\templates\tankman.html:586 msgid "" "if ratio > 1 - tankman playing in the minority, if ratio < 1 - tankman " "playing in the majority" msgstr "" "Wenn das Verhältnis der Panzermänn >1 ist. Dann sind diese in der Minderheit. " "Wenn das Verhältnis der Panzermänn <1 ist, dann sind diese in der Mehrheit" #: .\stats\templates\tankman.html:614 msgid "K/L - Kills per Tank Lost" msgstr "Luftsiege pro Panzerlust" #: .\stats\templates\tankman.html:630 msgid "K/H - Kills per Sortie Time" msgstr "Luftsiege pro Einsatz Stunde" #: .\stats\templates\tankman.html:648 msgid "GK/L - G.Kills per Tank Lost" msgstr "zer. Bodenziele pro Panzerlust" #: .\stats\templates\tankman.html:664 msgid "GK/H - G.Kills per Sortie Time" msgstr "zer. Bodenziele pro Einsatz Stunde" #: .\stats\templates\tankman.html:679 msgid "Other names of the tankman on this account" msgstr "Andere Namen des Panzermänn auf diesem Account" #: .\stats\templates\tankman_awards.html:3 #: .\stats\templates\tankman_awards.html:14 msgctxt "tankman_awards" msgid "Tankman Awards" msgstr "Panzermänn Auszeichnungen" #: .\stats\templates\tankman_awards.html:15 msgctxt "tankman_awards" msgid "Tankman" msgstr "Panzermänn" #: .\stats\templates\tankman_killboard.html:3 #: .\stats\templates\tankman_killboard.html:14 msgid "Tankman Killboard" msgstr "Panzermänn Killboard" #: .\stats\templates\tankman_killboard.html:15 #: .\stats\templates\tankman_vlifes.html:15 msgid "Tankman" msgstr "Panzermänn" #: .\stats\templates\tankman_sortie.html:3 #: .\stats\templates\tankman_sortie.html:16 msgctxt "sortie_page_title" msgid "Tankman Sortie" msgstr "Panzermänn Einsatzstatistik" msgctxt "sortie_status" msgid "Tank is destroyed" msgstr "Panzer ist zerstört" msgctxt "sortie_status" msgid "In service" msgstr "in Betrieb" #: .\stats\templates\tankman_sortie.html:52 #: .\stats\templates\tankman_sortie_log.html:53 #: .\stats\templates\tankman_sorties.html:15 msgctxt "tankman_sorties" msgid "Tankman" msgstr "Panzermänn" #: .\stats\templates\tankman_sortie.html:57 #: .\stats\templates\tankman_sortie_log.html:58 msgid "Back to tankman sorties list" msgstr "Zurück zur Panzermänn Einsatzliste" #: .\stats\templates\tankman_sortie.html:63 #: .\stats\templates\tankman_sortie_log.html:64 msgid "" "The results of this sortie are not included in the statistics of the tankman " "because of the disconnect" msgstr "Keine Ergebnisse in der PanzermännstatistikGrund: Verbindungstrennung" #: .\stats\templates\tankman_sortie.html:72 msgctxt "sortie" msgid "Duration of sortie" msgstr "Dauer des Ausfalls" #: .\stats\templates\tankman_sortie.html:75 msgctxt "sortie" msgid "Crew status" msgstr "Panzerbesatzungsstatus" #: .\stats\templates\tankman_sortie.html:89 msgctxt "sortie" msgid "Destroyed ground targets" msgstr "Zerstörte Bodenziele" #: .\stats\templates\tankman_sortie.html:90 msgctxt "sortie" msgid "Destroyed aerial targets" msgstr "Zerstörte Luftziele" #: .\stats\templates\tankman_sortie.html:95 msgctxt "sortie" msgid "Tank" msgstr "Panzer" #: .\stats\templates\tankman_sortie.html:101 msgctxt "tank_payload" msgid "Default" msgstr "" #: .\stats\templates\tankman_sortie.html:116 msgctxt "sortie" msgid "Tank status" msgstr "Status des Panzer" #: .\stats\templates\tankman_sortie.html:118 msgctxt "sortie" msgid "In service" msgstr "in Betrieb" #: .\stats\templates\tankman_sortie.html:124 msgctxt "sortie" msgid "Destroyed" msgstr "Zerstört" #: .\stats\templates\tankman_sortie.html:132 msgctxt "sortie" msgid "Tank damage" msgstr "Panzerschaden" #: .\stats\templates\tankman_sortie_log.html:3 msgctxt "sortie_page_title" msgid "Tankman Sortie Log" msgstr "Panzermänn Einsatz Logbuch" #: .\stats\templates\tankman_sorties.html:3 #: .\stats\templates\tankman_sorties.html:14 msgctxt "tankman_sorties" msgid "Tankman Sorties" msgstr "Panzermänn Einsätze" #: .\stats\templates\tankman_vlife.html:3 #: .\stats\templates\tankman_vlife.html:15 msgctxt "vlife_page_title" msgid "Tankman VLife" msgstr "V. Leben von Panzermann" #: .\stats\templates\tankman_vlife.html:51 msgctxt "tankman_vlifes" msgid "Tankman" msgstr "Panzermänn" #: .\stats\templates\tankman_vlife.html:56 msgid "Back to tankman vlifes list" msgstr "Zurück zur V. Leben von Panzermänn" #: .\stats\templates\tankman_vlifes.html:3 #: .\stats\templates\tankman_vlifes.html:14 msgctxt "tankman_vlifes" msgid "Tankman Virtual Lifes" msgstr "Virtuelle Leben von Panzermänn" #: .\stats\templates\tankmans.html:19 msgid "Search Tankman" msgstr "Suche Panzermänn" #: .\stats\templates\tankmans.html:39 msgid "Current Ground Streak" msgstr "aktuelle Bodenziele Abschussserie" #: .\stats\templates\tour.html:170 msgctxt "tour_top" msgid "Best tankmen" msgstr "Beste Panzermänner" #: .\stats\templates\tour.html:196 msgctxt "tour_top" msgid "Best tankmen streak" msgstr "Beste Panzermänner Abschussserie" #: .\stats\templates\tour.html:299 msgctxt "tour_active" msgid "total tankmen" msgstr "Gesamt Panzermänner" msgid "Payload" msgstr "Nutzlast" #: .\stats\templates\main.html:223 .\stats\templates\tour.html:201 msgid "Active pilots" msgstr "Aktive Piloten" msgid "Sortie Time (hours:minutes)" msgstr "Einsätze Zeit(Stunde:Minute)" msgid "Sortie Time" msgstr "Einsätze Zeit" msgid "Destroyed ground targets" msgstr "Zerstörte Bodenziele" msgid "Pilots Rankings" msgstr "Piloten-Rangliste" msgid "Players total" msgstr "Gesamt der Spieler" msgctxt "tour_active" msgid "total pilots" msgstr "Gesamt Piloten" #: .\stats\templates\tankman_sortie.html:81 msgctxt "sortie" msgid "Abandoned tank" msgstr "Verlassener Panzer" msgctxt "sortie_status" msgid "Tank is abandoned" msgstr "Panzer ist verlassen" msgctxt "total" msgid "Abandoned tanks" msgstr "Verlassener Panzer" msgid "Tankmen" msgstr "Panzermänner" #: .\stats\templates\squad.html:52 msgid "Not enough players to participate in the rating" msgstr "Nicht genug Spieler, um an der Wertung teilzunehmen" msgid "on the current ground streak of kills" msgstr "Anzahl der Bodenziele in Folge" msgid "on the average number of ground kill per one death (GK/D)" msgstr "Bodenziele pro Tod (GK/D)" #: .\stats\templates\mission.html:212 .\stats\templates\tankmans.html:132 #: .\stats\templates\squads.html:111 msgid "on the average number of ground kill per one hour (GK/Hr)" msgstr "Bodenziele pro Stunde (GK/Hr)" msgctxt "sortie" msgid "Disabled" msgstr "Deaktiviert" msgid "[Go to pilot statistics of same player]" msgstr "[Gehe zur Pilotstatistik desselben Spielers]" msgid "[Go to tankman statistics of same player]" msgstr "[Gehe zur Panzermann-statistik desselben Spielers]" msgid "Players on the server" msgstr "Spieler auf dem Server" msgid "List of players online" msgstr "Liste der Spieler online" msgctxt "online" msgid "players" msgstr "Spieler" Spanish: Spoiler msgctxt "squad_nav_tab" msgid "Tankmen" msgstr "Jugadores tanque" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Statistics" msgstr "Estadísticas de Salida" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Log" msgstr "Log de Salida" msgctxt "tankman_nav_tab" msgid "Tankman Statistics" msgstr "Estadísticas de jugadores tanque" msgctxt "tankman_nav_tab" msgid "Tankman Sorties" msgstr "Salidas" msgctxt "tankman_nav_tab" msgid "Tankman Virtual Lifes" msgstr "Vidas virtuales" msgctxt "tankman_nav_tab" msgid "Tankman Awards" msgstr "Condecoraciones" msgctxt "tankman_nav_tab" msgid "Tankman Killboard" msgstr "" msgctxt "tour_top" msgid "Best tankmen in the last 24 hours" msgstr "Mejores jugadores tanque en las últimas 24 horas" #: .\stats\templates\main.html:175 .\stats\templates\main.html:201 #: .\stats\templates\tour.html:175 .\stats\templates\tour.html:201 msgctxt "tour_top" msgid "tankman nickname" msgstr "Jugadores Tanque" #: .\stats\templates\main.html:196 msgctxt "tour_top" msgid "Best live tankmen" msgstr "Mejores Jugadores Tanque vivos" #: .\stats\templates\main.html:234 .\stats\templates\tour.html:232 msgid "Overall Tankman Rankings" msgstr "Ranking general de Jugadores Tanque" #: .\stats\templates\main.html:319 .\stats\templates\tour.html:296 msgid "Active tankmen" msgstr "Activos Jugadores Tanque" #: .\stats\templates\main.html:423 msgid "Top Tankmen" msgstr "Los mejores jugadores de tanques" #: .\stats\templates\mission.html:192 msgid "Tankmen Rankings" msgstr "Ranking de jugadores tanques" msgid "Tankman Rankings" msgstr "Ranking de jugadores tanques" msgctxt "total" msgid "Lost aircrafts/tanks" msgstr "Avión/Tanques perdido" #: .\stats\templates\squad.html:480 .\stats\templates\tankman.html:528 msgctxt "specialty" msgid "Light Tanks" msgstr "Tanques Livianos" #: .\stats\templates\squad.html:491 .\stats\templates\tankman.html:539 msgctxt "specialty" msgid "Medium Tanks" msgstr "Tanques Medianos" #: .\stats\templates\squad.html:502 .\stats\templates\tankman.html:550 msgctxt "specialty" msgid "Heavy Tanks" msgstr "Tanques Pesados" #: .\stats\templates\squad.html:539 msgid "K/L - Kills per Aircraft/Tank Lost" msgstr "K/L destruir por avión/tanque perdido" #: .\stats\templates\squad.html:573 msgid "GK/L - G.Kills per Aircraft/Tank Lost" msgstr "GK/L destruir por avión/tanque perdido" #: .\stats\templates\tankman.html:35 msgid "Favorite Tank" msgstr "Tanque favorita" #: .\stats\templates\tankman.html:53 msgid "number of destroyed aerial targets for the current virtual life" msgstr "Número de objetivos aéreos destruidos para la vida virtual actual" #: .\stats\templates\tankman.html:78 .\stats\templates\tankman.html:472 #: .\stats\templates\tankman_vlife.html:73 msgid "Destroyed aerial targets" msgstr "aéreos destruidos" #: .\stats\templates\tankman.html:398 .\stats\templates\tankman.html:484 #: .\stats\templates\tankman_vlife.html:371 msgctxt "total" msgid "Lost Tanks" msgstr "Tanques perdidos" #: .\stats\templates\tankman.html:426 .\stats\templates\tankman_vlife.html:379 msgctxt "total" msgid "Destroyed Friendly Aircraft" msgstr "Aviones amistosos destruidos" #: .\stats\templates\tankman.html:442 msgid "Best Air Streak" msgstr "Mejor racha de aire" #: .\stats\templates\tankman.html:446 msgid "Best Sortie Time Streak" msgstr "Mejor racha per tiempo de salida" #: .\stats\templates\tankman.html:454 msgid "Max Ground targets destroyed in one sortie" msgstr "Max Objetivos destruidos en tierra en una salida" #: .\stats\templates\tankman.html:586 msgid "" "if ratio > 1 - tankman playing in the minority, if ratio < 1 - tankman " "playing in the majority" msgstr "" "ratio > 1 - jugado de tanque vuela con la minoría, ratio < 1 - jugado de tanque vuela con la " "mayoría" #: .\stats\templates\tankman.html:614 msgid "K/L - Kills per Tank Lost" msgstr "K/L - destruidas/tanque perdido" #: .\stats\templates\tankman.html:630 msgid "K/H - Kills per Sortie Time" msgstr "K/H - destruidas/tiempo de salida" #: .\stats\templates\tankman.html:648 msgid "GK/L - G.Kills per Tank Lost" msgstr "GK/L - destruidas/tanque perdido" #: .\stats\templates\tankman.html:664 msgid "GK/H - G.Kills per Sortie Time" msgstr "GK/H - destruidas/tiempo de salida" #: .\stats\templates\tankman.html:679 msgid "Other names of the tankman on this account" msgstr "Otros nombres del jugado tanque en esta cuenta" #: .\stats\templates\tankman_awards.html:3 #: .\stats\templates\tankman_awards.html:14 msgctxt "tankman_awards" msgid "Tankman Awards" msgstr "Condecoraciones" #: .\stats\templates\tankman_awards.html:15 msgctxt "tankman_awards" msgid "Tankman" msgstr "Jugadores Tanque" #: .\stats\templates\tankman_killboard.html:3 #: .\stats\templates\tankman_killboard.html:14 msgid "Tankman Killboard" msgstr "" #: .\stats\templates\tankman_killboard.html:15 #: .\stats\templates\tankman_vlifes.html:15 msgid "Tankman" msgstr "Jugador Tanque" #: .\stats\templates\tankman_sortie.html:3 #: .\stats\templates\tankman_sortie.html:16 msgctxt "sortie_page_title" msgid "Tankman Sortie" msgstr "Salida" msgctxt "sortie_status" msgid "Tank is destroyed" msgstr "Tanque destruido" msgctxt "sortie_status" msgid "In service" msgstr "en servicio" #: .\stats\templates\tankman_sortie.html:52 #: .\stats\templates\tankman_sortie_log.html:53 #: .\stats\templates\tankman_sorties.html:15 msgctxt "tankman_sorties" msgid "Tankman" msgstr "Jugador Tanque" #: .\stats\templates\tankman_sortie.html:57 #: .\stats\templates\tankman_sortie_log.html:58 msgid "Back to tankman sorties list" msgstr "Volver a la lista de salidas" #: .\stats\templates\tankman_sortie.html:63 #: .\stats\templates\tankman_sortie_log.html:64 msgid "" "The results of this sortie are not included in the statistics of the tankman " "because of the disconnect" msgstr "" "Los resultados de esta salida no están incluidos en las estadísticas del " "Jugador Tanque a la desconexión" #: .\stats\templates\tankman_sortie.html:72 msgctxt "sortie" msgid "Duration of sortie" msgstr "Duración de la salida" #: .\stats\templates\tankman_sortie.html:75 msgctxt "sortie" msgid "Crew status" msgstr "Estado de la tripulación" #: .\stats\templates\tankman_sortie.html:89 msgctxt "sortie" msgid "Destroyed ground targets" msgstr "Objetivos destruidos en tierra" #: .\stats\templates\tankman_sortie.html:90 msgctxt "sortie" msgid "Destroyed aerial targets" msgstr "Objetivos aéreos destruidos" #: .\stats\templates\tankman_sortie.html:95 msgctxt "sortie" msgid "Tank" msgstr "Tanque" #: .\stats\templates\tankman_sortie.html:101 msgctxt "tank_payload" msgid "Default" msgstr "Defecto" #: .\stats\templates\tankman_sortie.html:116 msgctxt "sortie" msgid "Tank status" msgstr "Estado del tanque" #: .\stats\templates\tankman_sortie.html:118 msgctxt "sortie" msgid "In service" msgstr "en servicio" #: .\stats\templates\tankman_sortie.html:124 msgctxt "sortie" msgid "Destroyed" msgstr "Destruido" #: .\stats\templates\tankman_sortie.html:132 msgctxt "sortie" msgid "Tank damage" msgstr "Dañar del tanque" #: .\stats\templates\tankman_sortie_log.html:3 msgctxt "sortie_page_title" msgid "Tankman Sortie Log" msgstr "Log de Salida" #: .\stats\templates\tankman_sorties.html:3 #: .\stats\templates\tankman_sorties.html:14 msgctxt "tankman_sorties" msgid "Tankman Sorties" msgstr "Salidas" #: .\stats\templates\tankman_vlife.html:3 #: .\stats\templates\tankman_vlife.html:15 msgctxt "vlife_page_title" msgid "Tankman VLife" msgstr "Vidas virtuales" #: .\stats\templates\tankman_vlife.html:51 msgctxt "tankman_vlifes" msgid "Tankman" msgstr "Jugador Tanque" #: .\stats\templates\tankman_vlife.html:56 msgid "Back to tankman vlifes list" msgstr "Volver a la lista de Vidas virtuales" #: .\stats\templates\tankman_vlifes.html:3 #: .\stats\templates\tankman_vlifes.html:14 msgctxt "tankman_vlifes" msgid "Tankman Virtual Lifes" msgstr "Vidas virtuales" #: .\stats\templates\tankmans.html:19 msgid "Search Tankman" msgstr "Buscar" #: .\stats\templates\tankmans.html:39 msgid "Current Ground Streak" msgstr "Tanque Racha Actual" #: .\stats\templates\tour.html:170 msgctxt "tour_top" msgid "Best tankmen" msgstr "Mejores Tanque" #: .\stats\templates\tour.html:196 msgctxt "tour_top" msgid "Best tankmen streak" msgstr "Mejores Racha Tanque" #: .\stats\templates\tour.html:299 msgctxt "tour_active" msgid "total tankmen" msgstr "total" msgid "Payload" msgstr "Carga útil" #: .\stats\templates\main.html:223 .\stats\templates\tour.html:201 msgid "Active pilots" msgstr "Pilotos activos" msgid "Sortie Time (hours:minutes)" msgstr "Hora de salida (horas:minuto)" msgid "Sortie Time" msgstr "Hora de salida" msgid "Destroyed ground targets" msgstr "Objetivos terrestres destruidos" msgid "Pilots Rankings" msgstr "Ranking de pilotos" msgid "Players total" msgstr "Jugadores total" msgctxt "tour_active" msgid "total pilots" msgstr "total pilotos" #: .\stats\templates\tankman_sortie.html:81 msgctxt "sortie" msgid "Abandoned Tank" msgstr "Tanque Abandonado" msgctxt "sortie_status" msgid "Tank is abandoned" msgstr "El Tanque está abandonado" msgctxt "total" msgid "Abandoned tanks" msgstr "Tanque Abandonado" msgid "Tankmen" msgstr "Jugadores Tanque" #: .\stats\templates\squad.html:52 msgid "Not enough players to participate in the rating" msgstr "No hay suficientes Jugadores Tanque para participar en el ranking" msgid "on the current ground streak of kills" msgstr "en la racha actual de terrestres victorias" msgid "on the average number of ground kill per one death (GK/D)" msgstr "sobre el número promedio de terrestres victorias por muerte (GK/D)" #: .\stats\templates\mission.html:212 .\stats\templates\tankmans.html:132 #: .\stats\templates\squads.html:111 msgid "on the average number of ground kill per one hour (GK/Hr)" msgstr "sobre el número promedio de terrestres victorias por hora (GK/Hr)" msgctxt "sortie" msgid "Disabled" msgstr "Discapacitado" msgid "[Go to pilot statistics of same player]" msgstr "[Ir a las estadísticas piloto del mismo jugador]" msgid "[Go to tankman statistics of same player]" msgstr "[Ir a las estadísticas tanque del mismo jugador]" msgid "Players on the server" msgstr "Jugadores en el servidor" msgid "List of players online" msgstr "Lista de jugadores el servidor" msgctxt "online" msgid "players" msgstr "jugadores" French: Spoiler msgctxt "squad_nav_tab" msgid "Tankmen" msgstr "Tankiste" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Statistics" msgstr "Statistiques de la sortie" msgctxt "tankman_sortie_nav_tab" msgid "Tankman Sortie Log" msgstr "Log de la sortie" msgctxt "tankman_nav_tab" msgid "Tankman Statistics" msgstr "Estadísticas de Tankiste" msgctxt "tankman_nav_tab" msgid "Tankman Sorties" msgstr "Sorties" msgctxt "tankman_nav_tab" msgid "Tankman Virtual Lifes" msgstr "Vies virtuelles" msgctxt "tankman_nav_tab" msgid "Tankman Awards" msgstr "Médailles" msgctxt "tankman_nav_tab" msgid "Tankman Killboard" msgstr "Killboard" msgctxt "tour_top" msgid "Best tankmen in the last 24 hours" msgstr "Meilleurs tankiste des dernières 24H" #: .\stats\templates\main.html:175 .\stats\templates\main.html:201 #: .\stats\templates\tour.html:175 .\stats\templates\tour.html:201 msgctxt "tour_top" msgid "tankman nickname" msgstr "pseudo du tankiste" #: .\stats\templates\main.html:196 msgctxt "tour_top" msgid "Best live tankmen" msgstr "Mejores live tankiste" #: .\stats\templates\main.html:234 .\stats\templates\tour.html:232 msgid "Overall Tankman Rankings" msgstr "Classement général des Tankiste" #: .\stats\templates\main.html:319 .\stats\templates\tour.html:296 msgid "Active tankmen" msgstr "Tankiste actifs" #: .\stats\templates\main.html:423 msgid "Top Tankmen" msgstr "Meilleurs tankiste" #: .\stats\templates\mission.html:192 msgid "Tankmen Rankings" msgstr "Classement des tankiste" msgid "Tankman Rankings" msgstr "Classement des tankiste" msgctxt "total" msgid "Lost aircrafts/tanks" msgstr "Avion/Char perdu" #: .\stats\templates\squad.html:480 .\stats\templates\tankman.html:528 msgctxt "specialty" msgid "Light Tanks" msgstr "Chars légers" #: .\stats\templates\squad.html:491 .\stats\templates\tankman.html:539 msgctxt "specialty" msgid "Medium Tanks" msgstr "Chars moyens" #: .\stats\templates\squad.html:502 .\stats\templates\tankman.html:550 msgctxt "specialty" msgid "Heavy Tanks" msgstr "Chars lourds" #: .\stats\templates\squad.html:539 msgid "K/L - Kills per Aircraft/Tank Lost" msgstr "K/L victoires par Appareil perdu" #: .\stats\templates\squad.html:573 msgid "GK/L - G.Kills per Aircraft/Tank Lost" msgstr "GK/L cibles au sol par Appareil perdu" #: .\stats\templates\tankman.html:35 msgid "Favorite Tank" msgstr "Char favori" #: .\stats\templates\tankman.html:53 msgid "number of destroyed aerial targets for the current virtual life" msgstr "nombre de cibles au aérien détruites pour le pilote virtuel actuel" #: .\stats\templates\tankman.html:78 .\stats\templates\tankman.html:472 #: .\stats\templates\tankman_vlife.html:73 msgid "Destroyed aerial targets" msgstr "aériennes détruites" #: .\stats\templates\tankman.html:398 .\stats\templates\tankman.html:484 #: .\stats\templates\tankman_vlife.html:371 msgctxt "total" msgid "Lost Tanks" msgstr "Chars perdus" #: .\stats\templates\tankman.html:426 .\stats\templates\tankman_vlife.html:379 msgctxt "total" msgid "Destroyed Friendly Aircraft" msgstr "Détruit un avion ami" #: .\stats\templates\tankman.html:442 msgid "Best Air Streak" msgstr "Meilleure série aérienne" #: .\stats\templates\tankman.html:446 msgid "Best Sortie Time Streak" msgstr "Meilleure Temps de sortie série" #: .\stats\templates\tankman.html:454 msgid "Max Ground targets destroyed in one sortie" msgstr "Max Cibles terrestres détruites en une sortie" #: .\stats\templates\tankman.html:586 msgid "" "if ratio > 1 - tankman playing in the minority, if ratio < 1 - tankman " "playing in the majority" msgstr "" "Si le ratio > 1 - le tankiste vole pour le côté en sousnombre, si le ratio < 1 " "- le tankiste vole pour le côté en surnombre" #: .\stats\templates\tankman.html:614 msgid "K/L - Kills per Tank Lost" msgstr "K/L victoires par Char perdu" #: .\stats\templates\tankman.html:630 msgid "K/H - Kills per Sortie Time" msgstr "K/H victoires/Heure de sortie" #: .\stats\templates\tankman.html:648 msgid "GK/L - G.Kills per Tank Lost" msgstr "GK/L cibles au sol par Char perdu" #: .\stats\templates\tankman.html:664 msgid "GK/H - G.Kills per Sortie Time" msgstr "GK/H cibles au sol/Heure de sortie" #: .\stats\templates\tankman.html:679 msgid "Other names of the tankman on this account" msgstr "Autres noms du tankiste sur ce compte" msgctxt "tankman_awards" msgid "Tankman Awards" msgstr "Médailles" msgctxt "tankman_awards" msgid "Tankman" msgstr "Tankiste" msgid "Tankman Killboard" msgstr "Killboard" msgid "Tankman" msgstr "Tankiste" msgctxt "sortie_page_title" msgid "Tankman Sortie" msgstr "Sortie" msgctxt "sortie_status" msgid "Tank is destroyed" msgstr "Le char est détruit" msgctxt "sortie_status" msgid "In service" msgstr "en service" #: .\stats\templates\tankman_sortie.html:52 #: .\stats\templates\tankman_sortie_log.html:53 #: .\stats\templates\tankman_sorties.html:15 msgctxt "tankman_sorties" msgid "Tankman" msgstr "Tankiste" #: .\stats\templates\tankman_sortie.html:57 #: .\stats\templates\tankman_sortie_log.html:58 msgid "Back to tankman sorties list" msgstr "Retour à la liste des sorties" #: .\stats\templates\tankman_sortie.html:63 #: .\stats\templates\tankman_sortie_log.html:64 msgid "" "The results of this sortie are not included in the statistics of the tankman " "because of the disconnect" msgstr "" "Les résultats de cette sortie ne sont pas comptés dans les statistiques du " "Tankiste pour cause de déconnexion" #: .\stats\templates\tankman_sortie.html:72 msgctxt "sortie" msgid "Duration of sortie" msgstr "Durée de la sortie" #: .\stats\templates\tankman_sortie.html:75 msgctxt "sortie" msgid "Crew status" msgstr "Statut de l'équipage" #: .\stats\templates\tankman_sortie.html:89 msgctxt "sortie" msgid "Destroyed ground targets" msgstr "Cibles au sol détruites" #: .\stats\templates\tankman_sortie.html:90 msgctxt "sortie" msgid "Destroyed aerial targets" msgstr "Cibles aériennes détruites" #: .\stats\templates\tankman_sortie.html:95 msgctxt "sortie" msgid "Tank" msgstr "Char" #: .\stats\templates\tankman_sortie.html:101 msgctxt "tank_payload" msgid "Default" msgstr "Défaut" #: .\stats\templates\tankman_sortie.html:116 msgctxt "sortie" msgid "Tank status" msgstr "Statut du Char" #: .\stats\templates\tankman_sortie.html:118 msgctxt "sortie" msgid "In service" msgstr "en servicio" #: .\stats\templates\tankman_sortie.html:124 msgctxt "sortie" msgid "Destroyed" msgstr "Détruit" #: .\stats\templates\tankman_sortie.html:132 msgctxt "sortie" msgid "Tank damage" msgstr "Dégâts du Char" #: .\stats\templates\tankman_sortie_log.html:3 msgctxt "sortie_page_title" msgid "Tankman Sortie Log" msgstr "Log de la sortie" #: .\stats\templates\tankman_sorties.html:3 #: .\stats\templates\tankman_sorties.html:14 msgctxt "tankman_sorties" msgid "Tankman Sorties" msgstr "Sorties" #: .\stats\templates\tankman_vlife.html:3 #: .\stats\templates\tankman_vlife.html:15 msgctxt "vlife_page_title" msgid "Tankman VLife" msgstr "Vies virtuelles" #: .\stats\templates\tankman_vlife.html:51 msgctxt "tankman_vlifes" msgid "Tankman" msgstr "Tankiste" #: .\stats\templates\tankman_vlife.html:56 msgid "Back to tankman vlifes list" msgstr "Retour à la liste des Vies virtuelles" #: .\stats\templates\tankman_vlifes.html:3 #: .\stats\templates\tankman_vlifes.html:14 msgctxt "tankman_vlifes" msgid "Tankman Virtual Lifes" msgstr "Vies virtuelles" #: .\stats\templates\tankmans.html:19 msgid "Search Tankman" msgstr "Chercher un tankiste" #: .\stats\templates\tankmans.html:39 msgid "Current Ground Streak" msgstr "Série en cours de cibles au sol" #: .\stats\templates\tour.html:170 msgctxt "tour_top" msgid "Best tankmen" msgstr "Meilleures Tankiste" #: .\stats\templates\tour.html:196 msgctxt "tour_top" msgid "Best tankmen streak" msgstr "Meilleures séries-Tankiste" #: .\stats\templates\tour.html:299 msgctxt "tour_active" msgid "total tankmen" msgstr "total" msgid "Payload" msgstr "Emport" #: .\stats\templates\main.html:223 .\stats\templates\tour.html:201 msgid "Active pilots" msgstr "Pilotes actifs" msgid "Sortie Time (hours:minutes)" msgstr "temps de sortie(heures:minutes)" msgid "Sortie Time" msgstr "temps de sortie" msgid "Destroyed ground targets" msgstr "Cibles au sol détruites" msgid "Pilots Rankings" msgstr "Classement des tankiste" msgid "Players total" msgstr "Joueurs total" msgctxt "tour_active" msgid "total pilots" msgstr "total pilotes" #: .\stats\templates\tankman_sortie.html:81 msgctxt "sortie" msgid "Abandoned Tank" msgstr "Char abandonné" msgctxt "sortie_status" msgid "Tank is abandoned" msgstr "Le char est abandonné" msgctxt "total" msgid "Abandoned tanks" msgstr "Char abandonné" msgid "Tankmen" msgstr "Tankiste" #: .\stats\templates\squad.html:52 msgid "Not enough players to participate in the rating" msgstr "Pas assez de joueurs pour entrer dans le classement" msgid "on the current ground streak of kills" msgstr "selon la série en cours de cibles au sol" msgid "on the average number of ground kill per one death (GK/D)" msgstr "selon le nombre de cibles au sol par mort (GK/D)" #: .\stats\templates\mission.html:212 .\stats\templates\tankmans.html:132 #: .\stats\templates\squads.html:111 msgid "on the average number of ground kill per one hour (GK/Hr)" msgstr "selon le nombre moyen de cibles au sol par heure (GK/Hr)" msgctxt "sortie" msgid "Disabled" msgstr "désactivé" msgid "[Go to pilot statistics of same player]" msgstr "[Aller aux statistiques de pilote du même joueur]" msgid "[Go to tankman statistics of same player]" msgstr "[Aller aux statistiques de tankiste du même joueur]" msgid "Players on the server" msgstr "Joueurs sur le serveur" msgid "List of players online" msgstr "Liste des joueurs en ligne" msgctxt "online" msgid "players" msgstr "joueurs" Edited November 15 by 77.CountZero Share this post Link to post Share on other sites
77.CountZero 1181 Posted November 26 (edited) version 2.0 -added pictures tank/turret and tank paylods for new Su-122 (someone who have it plz test if all works as planed) -should work with latest original Vaal stats update from today link for download only changed/added files, in case you already have previous mod version 1.9:https://www.mediafire.com/file/g5csft6pvjqolrj/changes2.0.zip/file run update.cmd to collect new objects and new images full mod version 2.0 link is in first post of topic Edited November 26 by 77.CountZero 1 Share this post Link to post Share on other sites