Closed HealingArcYT closed 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.
I will let you know when im somewhere
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
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
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
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?