Hey guys, I want to mod some of the scripts in this mod (http://www.nexusmods.com/skyrim/mods/33791/?) so that the camera angle isn't so flat to the ground (big enemies force the camera into the ground because of this) and it is giving me headaches trying to see. As I want to make the camera angle like dark souls (I have already done a reticule retexture) I really need some help as I'm getting errors during compiling in creation kit. I believe it may be in the Hudwidget Y setting which is currently at 400 or camera float values. Regardless of what script it is, can you tell me how to recompile the source .psc file to .pex? I'm using SKYUI source files but getting these errors...all I'm doing atm is copying the lockon mod .psc files to the skyrim\data\scripts\source folder - I have no idea wat I'm doing \Data\Scripts\Source\SKI_WidgetManager.psc(29,1): RegisterForModEvent is not a function or does not exist\Data\Scripts\Source\SKI_WidgetManager.psc(30,1): RegisterForModEvent is not a function or does not exist\Scripts\Source\SKI_WidgetManager.psc(35,5): variable UI is undefined\Data\Scripts\Source\SKI_WidgetManager.psc(35, :cool:: none is not a known user-defined type\Data\Scripts\Source\SKI_WidgetManager.psc(38,2): RegisterForMenu is not a function or does not exist\Data\Scripts\Source\SKI_WidgetBase.psc(156,1): RegisterForModEvent is not a function or does not exist\Data\Scripts\Source\SKI_WidgetBase.psc(274,1): variable UI is undefined\Data\Scripts\Source\SKI_WidgetBase.psc(274,4): none is not a known user-defined type No output generated for lockon_hudwidget.psc, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on lockon_hudwidget.psc Any help is much appreciated!