-
Content Count
249 -
Joined
-
Last visited
Community Reputation
74 ExcellentAbout =FB=Vaal

-
Rank
Developer

Profile Information
-
Gender
Male
Recent Profile Visitors
-
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
I did not quite understand this example If we talk about def g_b_s2ak_20gk(sortie): return sortie.coalition == 2 and sortie.aircraft.cls == 'aircraft_medium' or sortie.aircraft.cls == 'aircraft_heavy' and sortie.gk_total >= 20 and sortie.ak_total>= 2 def g_b_s2ak_20gk(sortie): return sortie.coalition == 2 and (sortie.aircraft.cls == 'aircraft_medium' or sortie.aircraft.cls == 'aircraft_heavy') and sortie.gk_total >= 20 and sortie.ak_total>= 2 This code looks identical. But adding parentheses makes it clearer. And will allow to avoid in the future some logical errors in the case of expanding conditions. -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
yes brackets in this case can and should be used it can also be written this way, maybe it will be clearer https://gist.github.com/vaal-/8176bf75b85fb7636e33568b1e376362 -
IL2 stats - statistics system for a dedicated server IL2 Battle of Stalingrad.
=FB=Vaal replied to =FB=Vaal's topic in 3rd Party Apps, Utilities, Tools and Other Content
For compatibility with the new units you need to update objects.csv file and run the update. objects.zip -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
"../.venv/Scripts/python.exe" manage.py migrate replace the line with this one. This should give more information. This is the command to update the database schema. The scheme has not changed in this version. So maybe statistics can't connect to the database. -
IL2 stats - statistics system for a dedicated server IL2 Battle of Stalingrad.
=FB=Vaal replied to =FB=Vaal's topic in 3rd Party Apps, Utilities, Tools and Other Content
[1.2.29] - 2019-02-04 - updated list of objects - update libraries Changing / Adding files: Required run update.cmd -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
You can find this ID in the address bar of the browser when the player profile is open. Or in the admin panel. -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
I do not understand where you are trying to find id. For what? Awards are sorted by date of issue. There is no ready way to change the sorting. You can try to edit the pilot_awards function yourself. -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
Rewards can only be issued. They can not be removed. -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
no, it's friendly fire If we are talking about the reward for the sortie , you can try this: sortie.aircraft.cls == 'aircraft_light' -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
You can edit the file src\stats\templates\base.html But in general it is strange. Do your statistics also cached? -
IL2 stats - statistics system for a dedicated server IL2 Battle of Stalingrad.
=FB=Vaal replied to =FB=Vaal's topic in 3rd Party Apps, Utilities, Tools and Other Content
For compatibility with the new units you need to update objects.csv file and run the update. objects.zip -
IL2 stats - statistics system for a dedicated server IL2 Battle of Stalingrad.
=FB=Vaal replied to =FB=Vaal's topic in 3rd Party Apps, Utilities, Tools and Other Content
[1.2.28] - 2018-12-18 - updated list of objects - option to hide the mission from the list (in the admin) - an attempt to return the kills for an emergency landing (except landing on the landing gears) Changing / Adding files: Required run update.cmd -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
I understood what you were talking about, but it would be easier for me if there were mission logs. -
IL2 stats - statistics system for a dedicated server IL2 Battle of Stalingrad.
=FB=Vaal replied to =FB=Vaal's topic in 3rd Party Apps, Utilities, Tools and Other Content
For compatibility with the new units you need to update objects.csv file and run the update. objects.zip -
IL2 server stats (unofficial)
=FB=Vaal replied to PA-Sniv's topic in 3rd Party Apps, Utilities, Tools and Other Content
Sorry, but I have no ideas, it seems to be some kind of local problem. Check that no other programs work with game logs. That time in the system is configured correctly and synchronized.