Sgambe33 / WarThunder-Vehicles-API

War Thunder API to access vehicle's data and images.
https://www.wtvehiclesapi.sgambe.serv00.net/docs/
GNU General Public License v3.0
17 stars 1 forks source link

Ive seen you are reworking the whole thing. I was kind of just browsing the issues on main gszabi Datamine Repo and saw your comment on you having an api #8

Closed HealingArcYT closed 8 months ago

HealingArcYT commented 8 months ago

I also kind of wanted to start an own project, but in python that visualizes all that data. So how far are you on your rework currently?

Sgambe33 commented 8 months ago

Hi, thank you for your interest. Currently the rework is proceeding relatively slowly. Everything has been redone except for weapons and presets which are kind of hard to parse efficiently. In the meantime, if you want to start your project you can use the current data. The reworked one won't differ much from the actual, perhaps only some keys will change.

HealingArcYT commented 8 months ago

I will let you know when im somewhere

HealingArcYT commented 7 months ago

i have wondered, do you add each vehicle or do you have the actual parameters from the blkx files that you read to get all the information? i didnt find the country of planes in the blkx yet

HealingArcYT commented 7 months ago

ah i found something char.vromfs.bin_u\config\unittags.blkx list of all vehicles, types and countries aces.vromfs.bin_u\gamedata\units\tankmodels tank models aces.vromfs.bin_u\gamedata\units\ships ship models aces.vromfs.bin_u\gamedata\flightmodels flight models

Sgambe33 commented 7 months ago

i have wondered, do you add each vehicle or do you have the actual parameters from the blkx files that you read to get all the information? i didnt find the country of planes in the blkx yet

Basically yes, all the data is inside blkx file. For some specs you have to merge data from the vehicle blkx and a global config blkx called wpcost