Where are the Dodo (Seaplane) handling files located?
-
For the next part of my Arcade Realism Handling mod, I've been looking into changing the handling of planes. This is the first time I've been unable to find the original handling file for a vehicle.
Does anyone know where to find the handling file for the Dodo?
I've searched online, and found its handling name is most likely Seaplane, but I've been looking through all the individual handling.meta files for both names in each update folder, and I can't find it.
-
@Quincunx
Yeah, it's handling name is 'SEAPLANE'The default ('mods' folder) location is:
...\Grand Theft Auto V\mods\x64w.rpf\dlcpacks\spupgrade\dlc.rpf\common\data\handling.meta
but if a 'handling.meta' containing 'seaplane' exists here also:
...\Grand Theft Auto V\mods\update\update.rpf\dlc_patch\spupgrade\common\data\handling.meta
you edit that second one instead.
So, basically, check the 'update.rpf\dlc_patch\spupgrade\common\data' folder path for a 'handling.meta'. If it exists & contains a 'seaplane' handling section, edit that one.
If it doesn't exist or doesn't contain a 'seaplane' handling section, edit the one in 'x64w.rpf\dlcpacks\spupgrade\dlc.rpf\common\data' instead.
-
@a63nt-5m1th That was exactly what I needed. I found the file in x64w.rpf. Thanks for the help.