hi there, I hate to bother anyone but I cant seem to find the character controller that still works with Bepu. I have the one from 2008 but it has lots of errors and a lot of the referenced entries that no longer exist. I see that others are using it but I cant find it anywhere. Also if there is a wiki or something that would be good to know, I do have the demos and the source code for the demos but I didn't see one about character movement.
It's in the "Alternate Movement" folder in the BEPUphysicsDemos project (the source of which is in the repository on codeplex). There are two character controllers in the folder; the CharacterController, and SimpleCharacterController. Both compile in the latest version, though the CharacterController is in an intermediate state where it will walk on entities, but not non-entities like StaticMeshes. The SimpleCharacterController works across everything. v0.16.0 is slated to include a more robust character controller as well.