2 HenryQuan Modder 23 posts 4,441 battles Report post #1 Posted June 4, 2018 (edited) After update 0.7.5, I found that python.log has a different style of recording player information. Now : [2018_06_03 23:52:19] (, 41382420015743, 105): Id: 388271 TeamId: 1 ShipName: PJSD012_Shimakaze_1943 dogTag: [4288007088L] Before: [2018_06_03 23:52:19] (, 41382420015743, 105): player: Id: 2011774448 Name: HenryQuan TeamId: 0 ShipName: PJSD012_Shimakaze_1943 dogTag: [4285909936L] (Before is only a reference, it is not actually data) I found out that I am having a unique id "388271" but it is not my actual wargaming account id "2011774448". Players are having 6 digit, 9 digit and some have 3 digit id. If possible, I want to know how that id is generated. I am currently working on a program to show real time statistics for all players in a battle (WRInfo). It used to get player name and the search for player's wargaming id and thus get useful information to calculate player stat. Is it still allowed to do this after this update? Edited June 4, 2018 by HenryQuan Share this post Link to post Share on other sites