This is a setting hack that can be enabled on the "Settings" page of the Mods List.
This hack can be required by a mod to be enabled.
This hack restores support for the Walker Camera Data (0x3000101) chunk in P3D files.
Requiring This Hack
To require this hack, add this line to your mod's Meta.ini:
RequiredHack=WalkerCameraDataSupportNotes
Walker Camera Data (0x3000101) was meant to be similar to the Follow Camera Data (0x3000100) chunk cars have. Supporting dynamic ones via P3D chunks was scrapped, but the camera itself is still used internally.
Due to its scrapped nature, unlike cars that each have their own ID, every character is given an "invalid" ID, which is 9. Because of this, you should call LoadP3DFile on the P3D containing the Walker Camera Data (0x3000101) chunk in your level.mfk, and the Index should always be 9.