thobiasn Posted July 29, 2013 Share Posted July 29, 2013 So i am trying to create my first mod. I want Serana to be able to give the player a handjob using ingame dialogue. I've made the dialogue but I am having problems initiating the sex part. I installed loverslab and included it with my mod along with dawnguard.esm and skyrim.esm. I also downloaded and unpacked both SkyUI SDK and SKSE into my skyrim data folder. (Except for the SKSE files that need to be outside ofcourse.) I have also compiled the SexLab property and applied it to the script. But when i try to actually compile the code to initiate sex. I recieve these errors: Starting 1 compile threads for 1 files... Compiling "TIF__04007EEB"... C:\Program Files (x86)\The Elder Scrolls V Skyrim\Data\Scripts\Source\temp\TIF__04007EEB.psc(9,0): no viable alternative at input 'SexLabFramework' C:\Program Files (x86)\The Elder Scrolls V Skyrim\Data\Scripts\Source\temp\TIF__04007EEB.psc(9,25): no viable alternative at input 'SexLab' C:\Program Files (x86)\The Elder Scrolls V Skyrim\Data\Scripts\Source\temp\TIF__04007EEB.psc(15,24): required (...)+ loop did not match anything at input 'B74' C:\Program Files (x86)\The Elder Scrolls V Skyrim\Data\Scripts\Source\temp\TIF__04007EEB.psc(26,0): missing EOF at 'EndFunction' No output generated for TIF__04007EEB, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TIF__04007EEB Any help would be much appriciated! Link to comment
thobiasn Posted July 29, 2013 Author Share Posted July 29, 2013 I will be going to bed now, but will return to answer question tommorow morning. Link to comment
Someone92 Posted July 30, 2013 Share Posted July 30, 2013 It would be helpful is you add your script in spoilers. Link to comment
thobiasn Posted July 30, 2013 Author Share Posted July 30, 2013 It would be helpful is you add your script in spoilers. Okay I will do that from now on. Also bumb. Link to comment
nhl Posted July 30, 2013 Share Posted July 30, 2013 I think what Someone92 means is: it would be helpful if you added the actual script you are trying to compile in spoilers, not only the error log. From the looks of it for instance, there seems to be something wrong in the way you import SexLab scripts (the first two errors) and in the way you declared an Event()/EndEvent() block (last error), but without seeing what you actually typed, nobody here will be able to pinpoint the exact problem. Link to comment
thobiasn Posted July 30, 2013 Author Share Posted July 30, 2013 I have resolved this by reinstalling SKSE and SkyUI SDK. But now I have run into another simple problem: http://www.loverslab.com/topic/19813-calling-actors-in-ck/ Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.