nguyenquyhy / Flight-Recorder

Record and replay flights in Microsoft Flight Simulator
https://flightsim.to/file/8163/flight-recorder
GNU General Public License v3.0
207 stars 21 forks source link

Manually editing x, y, z offset for recorded files. #98

Closed hwr12 closed 2 years ago

hwr12 commented 2 years ago

Is there any way to open the .fltrec file and edit? I need to manually edit the file and add some offsets since it doesn't draw same flight path in different computers because of the DLC.

nguyenquyhy commented 2 years ago

Do you mean the ground level does not match? I can't imagine how the DLC can affect the flight path.

Technically you can just unzip the .fltrec file and edit the JSON. I don't know if that would be too difficult.

hwr12 commented 2 years ago

DLC's affecting lateral flight path somehow, I don't know exactly how it being affected. I looked into the JSON file but there seems to be no key for global offsets. Do I have to edit the coordinate data of every single time frame in order to get the desired flight path?

nguyenquyhy commented 2 years ago

No there is no global offset support. I thought you were asking on how to edit the raw data.

hwr12 commented 2 years ago

I guess I might have to try other methods then. Thanks for your replies!