This is the custom PlayerPawn class I make use of in singleplayer Deus Ex, I plan to finish it someday when I'm finished with my random oddities in Unreal. I've had one occasion where someone asked me for this, so I'm putting it here. Keep in mind it's unfinished but feel free to change\add whatever you want to it. This requires the "HAX" file or atleast a GameInfo that does not override the Player's actor on the GameInfo.Login() function or you will be replaced with JCDentonMale everytime you attempt to use the class in a singleplayer game. What's included: Badly done skin. * Infinite strength lockpick and multitool. (Yes it can pick INF strength objects.. "somewhat") * "Buddha" mode. (Not really but something like that.) * Custom Familiar\Unfamiliar name for Conversations. * Premade GameInfo to allow custom PlayerPawn's in singleplayer. Readme.txt for more instructions on how to use.