Burnout_AT_Editor is a tool designed to edit the StreamedDeformationSpec of Burnout Paradise cars, allowing you to modify sensor data related to car deformation within the game.
- Read and Display Sensor Data: Easily access sensor data from
.bin
files extracted from the AT files of Burnout Paradise cars. - Graphical Interface: Intuitive GUI for editing sensor values.
- Reset Sensors: Restore individual sensors or all sensors to their values when you opened the file.
- Save Changes: Apply and save your modifications back to the
.bin
files.
- Python 3.x
- pandas
- tabulate
- tkinter
pip install pandas tabulate tkinter
-
Run the application:
python main.py
-
Open a
.bin
file:- Click on the "Open File" button and select your Burnout Paradise car
.bin
file.
- Click on the "Open File" button and select your Burnout Paradise car
-
Edit sensor values:
- Use the graphical interface to modify sensor data as desired.
-
Save your changes:
- Click on the "Save" button to write the changes back to the
.bin
file.
- Click on the "Save" button to write the changes back to the