Jump to content

Help converting Romance of npc's from FG to SL


Recommended Posts

Posted

I'm trying to convert Romance of NPC's: 


It seemed pretty basic to change the scripts from calling and importing flowergirls to sexlab, however none of the scripts would compile before or after the changes. I did my best to change them to what they should be for the converted scripts with no issues. However it doesn't seem to have done the trick, SSEdit won't allow me to remove Flowergirls as a master, and similarly Sexlab doesn't seem to have anything holding it as a master.

 

Does anyone know what it is I'm missing or have to do to convert the mod?

 

 

 

 The code with the edits I've made so far.:

 

Quote
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 23
Scriptname SF_RON_SceneQuest_Scene01_05005902 Extends Scene Hidden

;BEGIN FRAGMENT Fragment_22
Function Fragment_22()
;BEGIN CODE
Actor aProposer = AliasActor1.GetActorReference()
Actor aAccepter = AliasActor2.GetActorReference()
if (aProposer && aAccepter)
    timerQuest.StartTimer() 
    SexLab.StartSex(aProposer, aAccepter)
endIf
;END CODE
EndFunction
;END FRAGMENT
This is the compilation failure I get:
Quote

D:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\scripts\source\SF_RON_SceneQuest_Scene01_05005902.psc(12,11): type mismatch on parameter 1 (did you forget a cast?)
D:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\scripts\source\SF_RON_SceneQuest_Scene01_05005902.psc(12,11): type mismatch on parameter 2 (did you forget a cast?)

Starting 1 compile threads for 1 files...
Compiling "SF_RON_SceneQuest_Scene01_05005902"...
No output generated for SF_RON_SceneQuest_Scene01_05005902, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on SF_RON_SceneQuest_Scene01_05005902


My best guess is that extends "Scene" hidden is a FlowerGirls variable, I just don't know what the proper thing to replace it with would be.

 

 

  • 6 months later...
Posted

I feel bad for the fact that nobody helped you out with your modding attempt not even an answer... I have no modding knowledge so can't help you much but I support your idea  

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...