Has anyone had an issue implementing this system in the Dec 2011 Beta? I have everything loaded, but during the dialogue scene the mouse cursor is stuck in the upper left corner. Besides that, all is well.
I've checked all of my settings and even reinstalled UDK to troubleshoot the problem. To ensure the scripts were compiled without errors, I had to comment out a couple lines.
DIA_HUD - DrawTextReallyCentered(Content);
DIA_Pawn - MotionBlurScale=0.0
I have a feeling it might be something minor, but I am having a terrible time trying to find a solution.
Any suggestions as to how I should approach this?
I've checked all of my settings and even reinstalled UDK to troubleshoot the problem. To ensure the scripts were compiled without errors, I had to comment out a couple lines.
DIA_HUD - DrawTextReallyCentered(Content);
DIA_Pawn - MotionBlurScale=0.0
I have a feeling it might be something minor, but I am having a terrible time trying to find a solution.
Any suggestions as to how I should approach this?
Comment