Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
  • Modding Tools
  • Lucas' Simpsons Hit & Run Mod Launcher
  • Hacks
  • Mod Requirable Hacks

Walker Camera Data Support

Available since Version 1.27.

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=WalkerCameraDataSupport

Notes

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.