MrElectrify / AssettoCorsaTools

Tools for Assetto Corsa
MIT License
6 stars 0 forks source link

data dumper #1

Open Burnedfart opened 2 months ago

Burnedfart commented 2 months ago

how do i use the car data dumper?

BautistaBordes commented 2 months ago

how do i use the car data dumper?

I think you need to compile CarDataDumper.cpp first and then with the .exe you send the arguments, but I am getting a lot of problems with the #include in a lot of files and can't compile, so idk if that's how it works

Burnedfart commented 2 months ago

how do i use the car data dumper?

I think you need to compile CarDataDumper.cpp first and then with the .exe you send the arguments, but I am getting a lot of problems with the #include in a lot of files and can't compile, so idk if that's how it works

yeah i compiled the exe successfully but when i run it, a console appears for a frame and then disappears, i added a std::cin.get(); to make it stay on my screen and it says something about file not found, so idk how to add the file or fill in the arguments

BautistaBordes commented 2 months ago

how do i use the car data dumper?

I think you need to compile CarDataDumper.cpp first and then with the .exe you send the arguments, but I am getting a lot of problems with the #include in a lot of files and can't compile, so idk if that's how it works

yeah i compiled the exe successfully but when i run it, a console appears for a frame and then disappears, i added a std::cin.get(); to make it stay on my screen and it says something about file not found, so idk how to add the file or fill in the arguments

To send the arguments open cmd and go to the same folder ( or paste the path of the .exe) where the .exe is and then write the name of the .exe and the path of the data.acd, like this: "AssettoCorsaCarDataDumper.exe C:\steam\assettocorsa\content\cars\lotus\data.acd", it should work like that